Shades of Drover #FFEE97
Tints of Drover #FFEE97
RGB
CMYK
RGB Variations
Color information
#FFEE97 (or 0xFFEE97) is known color: Drover. HEX triplet: FF, EE and 97. RGB value is (255,238,151). Sum of RGB (Red+Green+Blue) = 255+238+151=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 151 (59.38% from 255 or 23.45% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE97 is #001168. Grayscale: #E9E9E9. Windows color (decimal): -4457 or 9957119. OLE color: 9957119.
HSL color Cylindrical-coordinate representation of color #FFEE97: hue angle of 50.19º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFEE97 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 151 | - |
| CMYK | 0 | 0.07 | 0.41 | 0 |
| HSL | 50.19º | 1% | 0.8% | - |
| HSV(B) | 50.19º | 0.41% | 1% | - |
| XYZ | 77.4 | 84.64 | 41.54 | - |
| YUV | 233.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 151 | 0 | 0.07 | 0.41 | 0 | 50.19 | 1 | 0.8 |
| Hex | FF | EE | 97 | 0 | 7 | 29 | 0 | 32 | 64 | 50 |
| Octal | 377 | 356 | 227 | 0 | 7 | 51 | 0 | 62 | 144 | 120 |
| Binary | 11111111 | 11101110 | 10010111 | 0 | 111 | 101001 | 0 | 110010 | 1100100 | 1010000 |
Color Harmonies of #FFEE97
Complementary color
Monochromatic Colors of #FFEE97
Black with #FFEE97
Text Example
Text Example
White with #FFEE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE97; }
p { color: rgb(255,238,151); }
H1.HeaderClassName
{
color: #FFEE97;
}
.AnyTagClassName
{
color: #FFEE97;
}
</style>
background-color css
<style>
a { background-color: #FFEE97; }
a { background-color: rgb(255,238,151); }
div.DivClassName
{
background-color: #FFEE97;
}
.BgClassName
{
background-color: #FFEE97;
}
</style>
border-color css
<style>
span { border-color: #FFEE97; }
span { border-color: rgb(255,238,151); }
td.TdClassName
{
border-color: #FFEE97;
}
.TagClassName
{
border-color: #FFEE97;
}
</style>