Shades of Drover #FFEF96
Tints of Drover #FFEF96
RGB
CMYK
RGB Variations
Color information
#FFEF96 (or 0xFFEF96) is known color: Drover. HEX triplet: FF, EF and 96. RGB value is (255,239,150). Sum of RGB (Red+Green+Blue) = 255+239+150=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 150 (58.98% from 255 or 23.29% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF96 is #001069. Grayscale: #EAEAEA. Windows color (decimal): -4202 or 9891839. OLE color: 9891839.
HSL color Cylindrical-coordinate representation of color #FFEF96: hue angle of 50.86º 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 #FFEF96 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 150 | - |
| CMYK | 0 | 0.06 | 0.41 | 0 |
| HSL | 50.86º | 1% | 0.79% | - |
| HSV(B) | 50.86º | 0.41% | 1% | - |
| XYZ | 77.61 | 85.2 | 41.21 | - |
| YUV | 233.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 150 | 0 | 0.06 | 0.41 | 0 | 50.86 | 1 | 0.79 |
| Hex | FF | EF | 96 | 0 | 6 | 29 | 0 | 33 | 64 | 4F |
| Octal | 377 | 357 | 226 | 0 | 6 | 51 | 0 | 63 | 144 | 117 |
| Binary | 11111111 | 11101111 | 10010110 | 0 | 110 | 101001 | 0 | 110011 | 1100100 | 1001111 |
Color Harmonies of #FFEF96
Complementary color
Monochromatic Colors of #FFEF96
Black with #FFEF96
Text Example
Text Example
White with #FFEF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF96; }
p { color: rgb(255,239,150); }
H1.HeaderClassName
{
color: #FFEF96;
}
.AnyTagClassName
{
color: #FFEF96;
}
</style>
background-color css
<style>
a { background-color: #FFEF96; }
a { background-color: rgb(255,239,150); }
div.DivClassName
{
background-color: #FFEF96;
}
.BgClassName
{
background-color: #FFEF96;
}
</style>
border-color css
<style>
span { border-color: #FFEF96; }
span { border-color: rgb(255,239,150); }
td.TdClassName
{
border-color: #FFEF96;
}
.TagClassName
{
border-color: #FFEF96;
}
</style>