Color A + x = Color B; How to get x?

Discussion in 'HTML & Website Design' started by sri, Jun 25, 2007.

  1. #1
    RGB(217,229,242) + x = RGB(255,153,0)

    x = :confused:
     
    sri, Jun 25, 2007 IP
  2. Im The ONE

    Im The ONE Peon

    Messages:
    800
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #2
    x = RGB(255,153,0) - RGB(217,229,242) ?? not sure...
    but its possible to subtract them using php
     
    Im The ONE, Jun 25, 2007 IP