#FFEEAA (or 0xFFEEAA) is unknown color: approx Banana Mania. HEX triplet: FF, EE and AA. RGB value is (255,238,170). Sum of RGB (Red+Green+Blue) = 255+238+170=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEEAA is #001155. Grayscale: #EBEBEB. Windows color (decimal): -4438 or 11202303. OLE color: 11202303.
HSL color Cylindrical-coordinate representation of color #FFEEAA: hue angle of 48º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFEEAA is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.
<style> p { color: #FFEEAA; } p { color: rgb(255,238,170); } H1.HeaderClassName { color: #FFEEAA; } .AnyTagClassName { color: #FFEEAA; } </style>
<style> a { background-color: #FFEEAA; } a { background-color: rgb(255,238,170); } div.DivClassName { background-color: #FFEEAA; } .BgClassName { background-color: #FFEEAA; } </style>
<style> span { border-color: #FFEEAA; } span { border-color: rgb(255,238,170); } td.TdClassName { border-color: #FFEEAA; } .TagClassName { border-color: #FFEEAA; } </style>