Shades of Drover #FFEE9D
Tints of Drover #FFEE9D
RGB
CMYK
RGB Variations
Color information
#FFEE9D (or 0xFFEE9D) is known color: Drover. HEX triplet: FF, EE and 9D. RGB value is (255,238,157). Sum of RGB (Red+Green+Blue) = 255+238+157=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 157 (61.72% from 255 or 24.15% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE9D is #001162. Grayscale: #EAEAEA. Windows color (decimal): -4451 or 10350335. OLE color: 10350335.
HSL color Cylindrical-coordinate representation of color #FFEE9D: hue angle of 49.59º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFEE9D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 157 | - |
| CMYK | 0 | 0.07 | 0.38 | 0 |
| HSL | 49.59º | 1% | 0.81% | - |
| HSV(B) | 49.59º | 0.38% | 1% | - |
| XYZ | 77.9 | 84.84 | 44.17 | - |
| YUV | 233.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 157 | 0 | 0.07 | 0.38 | 0 | 49.59 | 1 | 0.81 |
| Hex | FF | EE | 9D | 0 | 7 | 26 | 0 | 32 | 64 | 51 |
| Octal | 377 | 356 | 235 | 0 | 7 | 46 | 0 | 62 | 144 | 121 |
| Binary | 11111111 | 11101110 | 10011101 | 0 | 111 | 100110 | 0 | 110010 | 1100100 | 1010001 |
Color Harmonies of #FFEE9D
Complementary color
Monochromatic Colors of #FFEE9D
Black with #FFEE9D
Text Example
Text Example
White with #FFEE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE9D; }
p { color: rgb(255,238,157); }
H1.HeaderClassName
{
color: #FFEE9D;
}
.AnyTagClassName
{
color: #FFEE9D;
}
</style>
background-color css
<style>
a { background-color: #FFEE9D; }
a { background-color: rgb(255,238,157); }
div.DivClassName
{
background-color: #FFEE9D;
}
.BgClassName
{
background-color: #FFEE9D;
}
</style>
border-color css
<style>
span { border-color: #FFEE9D; }
span { border-color: rgb(255,238,157); }
td.TdClassName
{
border-color: #FFEE9D;
}
.TagClassName
{
border-color: #FFEE9D;
}
</style>