Shades of Drover #FFEF98
Tints of Drover #FFEF98
RGB
CMYK
RGB Variations
Color information
#FFEF98 (or 0xFFEF98) is known color: Drover. HEX triplet: FF, EF and 98. RGB value is (255,239,152). Sum of RGB (Red+Green+Blue) = 255+239+152=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 152 (59.77% from 255 or 23.53% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF98 is #001067. Grayscale: #EAEAEA. Windows color (decimal): -4200 or 10022911. OLE color: 10022911.
HSL color Cylindrical-coordinate representation of color #FFEF98: hue angle of 50.68º 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 #FFEF98 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 152 | - |
| CMYK | 0 | 0.06 | 0.40 | 0 |
| HSL | 50.68º | 1% | 0.8% | - |
| HSV(B) | 50.68º | 0.4% | 1% | - |
| XYZ | 77.77 | 85.26 | 42.06 | - |
| YUV | 233.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 152 | 0 | 0.06 | 0.40 | 0 | 50.68 | 1 | 0.8 |
| Hex | FF | EF | 98 | 0 | 6 | 28 | 0 | 33 | 64 | 50 |
| Octal | 377 | 357 | 230 | 0 | 6 | 50 | 0 | 63 | 144 | 120 |
| Binary | 11111111 | 11101111 | 10011000 | 0 | 110 | 101000 | 0 | 110011 | 1100100 | 1010000 |
Color Harmonies of #FFEF98
Complementary color
Monochromatic Colors of #FFEF98
Black with #FFEF98
Text Example
Text Example
White with #FFEF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF98; }
p { color: rgb(255,239,152); }
H1.HeaderClassName
{
color: #FFEF98;
}
.AnyTagClassName
{
color: #FFEF98;
}
</style>
background-color css
<style>
a { background-color: #FFEF98; }
a { background-color: rgb(255,239,152); }
div.DivClassName
{
background-color: #FFEF98;
}
.BgClassName
{
background-color: #FFEF98;
}
</style>
border-color css
<style>
span { border-color: #FFEF98; }
span { border-color: rgb(255,239,152); }
td.TdClassName
{
border-color: #FFEF98;
}
.TagClassName
{
border-color: #FFEF98;
}
</style>