Shades of Drover #FFEE96
Tints of Drover #FFEE96
RGB
CMYK
RGB Variations
Color information
#FFEE96 (or 0xFFEE96) is known color: Drover. HEX triplet: FF, EE and 96. RGB value is (255,238,150). Sum of RGB (Red+Green+Blue) = 255+238+150=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 150 (58.98% from 255 or 23.33% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE96 is #001169. Grayscale: #E9E9E9. Windows color (decimal): -4458 or 9891583. OLE color: 9891583.
HSL color Cylindrical-coordinate representation of color #FFEE96: hue angle of 50.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFEE96 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 150 | - |
| CMYK | 0 | 0.07 | 0.41 | 0 |
| HSL | 50.29º | 1% | 0.79% | - |
| HSV(B) | 50.29º | 0.41% | 1% | - |
| XYZ | 77.32 | 84.61 | 41.11 | - |
| YUV | 233.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 150 | 0 | 0.07 | 0.41 | 0 | 50.29 | 1 | 0.79 |
| Hex | FF | EE | 96 | 0 | 7 | 29 | 0 | 32 | 64 | 4F |
| Octal | 377 | 356 | 226 | 0 | 7 | 51 | 0 | 62 | 144 | 117 |
| Binary | 11111111 | 11101110 | 10010110 | 0 | 111 | 101001 | 0 | 110010 | 1100100 | 1001111 |
Color Harmonies of #FFEE96
Complementary color
Monochromatic Colors of #FFEE96
Black with #FFEE96
Text Example
Text Example
White with #FFEE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE96; }
p { color: rgb(255,238,150); }
H1.HeaderClassName
{
color: #FFEE96;
}
.AnyTagClassName
{
color: #FFEE96;
}
</style>
background-color css
<style>
a { background-color: #FFEE96; }
a { background-color: rgb(255,238,150); }
div.DivClassName
{
background-color: #FFEE96;
}
.BgClassName
{
background-color: #FFEE96;
}
</style>
border-color css
<style>
span { border-color: #FFEE96; }
span { border-color: rgb(255,238,150); }
td.TdClassName
{
border-color: #FFEE96;
}
.TagClassName
{
border-color: #FFEE96;
}
</style>