Shades of Drover #FFEE98
Tints of Drover #FFEE98
RGB
CMYK
RGB Variations
Color information
#FFEE98 (or 0xFFEE98) is known color: Drover. HEX triplet: FF, EE and 98. RGB value is (255,238,152). Sum of RGB (Red+Green+Blue) = 255+238+152=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 152 (59.77% from 255 or 23.57% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE98 is #001167. Grayscale: #E9E9E9. Windows color (decimal): -4456 or 10022655. OLE color: 10022655.
HSL color Cylindrical-coordinate representation of color #FFEE98: hue angle of 50.1º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFEE98 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 152 | - |
| CMYK | 0 | 0.07 | 0.40 | 0 |
| HSL | 50.1º | 1% | 0.8% | - |
| HSV(B) | 50.1º | 0.4% | 1% | - |
| XYZ | 77.48 | 84.68 | 41.97 | - |
| YUV | 233.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 152 | 0 | 0.07 | 0.40 | 0 | 50.1 | 1 | 0.8 |
| Hex | FF | EE | 98 | 0 | 7 | 28 | 0 | 32 | 64 | 50 |
| Octal | 377 | 356 | 230 | 0 | 7 | 50 | 0 | 62 | 144 | 120 |
| Binary | 11111111 | 11101110 | 10011000 | 0 | 111 | 101000 | 0 | 110010 | 1100100 | 1010000 |
Color Harmonies of #FFEE98
Complementary color
Monochromatic Colors of #FFEE98
Black with #FFEE98
Text Example
Text Example
White with #FFEE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE98; }
p { color: rgb(255,238,152); }
H1.HeaderClassName
{
color: #FFEE98;
}
.AnyTagClassName
{
color: #FFEE98;
}
</style>
background-color css
<style>
a { background-color: #FFEE98; }
a { background-color: rgb(255,238,152); }
div.DivClassName
{
background-color: #FFEE98;
}
.BgClassName
{
background-color: #FFEE98;
}
</style>
border-color css
<style>
span { border-color: #FFEE98; }
span { border-color: rgb(255,238,152); }
td.TdClassName
{
border-color: #FFEE98;
}
.TagClassName
{
border-color: #FFEE98;
}
</style>