Shades of Drover #FFEF9E
Tints of Drover #FFEF9E
RGB
CMYK
RGB Variations
Color information
#FFEF9E (or 0xFFEF9E) is known color: Drover. HEX triplet: FF, EF and 9E. RGB value is (255,239,158). Sum of RGB (Red+Green+Blue) = 255+239+158=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 158 (62.11% from 255 or 24.23% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF9E is #001061. Grayscale: #EAEAEA. Windows color (decimal): -4194 or 10416127. OLE color: 10416127.
HSL color Cylindrical-coordinate representation of color #FFEF9E: hue angle of 50.1º 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 #FFEF9E is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 158 | - |
| CMYK | 0 | 0.06 | 0.38 | 0 |
| HSL | 50.1º | 1% | 0.81% | - |
| HSV(B) | 50.1º | 0.38% | 1% | - |
| XYZ | 78.28 | 85.46 | 44.72 | - |
| YUV | 234.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 158 | 0 | 0.06 | 0.38 | 0 | 50.1 | 1 | 0.81 |
| Hex | FF | EF | 9E | 0 | 6 | 26 | 0 | 32 | 64 | 51 |
| Octal | 377 | 357 | 236 | 0 | 6 | 46 | 0 | 62 | 144 | 121 |
| Binary | 11111111 | 11101111 | 10011110 | 0 | 110 | 100110 | 0 | 110010 | 1100100 | 1010001 |
Color Harmonies of #FFEF9E
Complementary color
Monochromatic Colors of #FFEF9E
Black with #FFEF9E
Text Example
Text Example
White with #FFEF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF9E; }
p { color: rgb(255,239,158); }
H1.HeaderClassName
{
color: #FFEF9E;
}
.AnyTagClassName
{
color: #FFEF9E;
}
</style>
background-color css
<style>
a { background-color: #FFEF9E; }
a { background-color: rgb(255,239,158); }
div.DivClassName
{
background-color: #FFEF9E;
}
.BgClassName
{
background-color: #FFEF9E;
}
</style>
border-color css
<style>
span { border-color: #FFEF9E; }
span { border-color: rgb(255,239,158); }
td.TdClassName
{
border-color: #FFEF9E;
}
.TagClassName
{
border-color: #FFEF9E;
}
</style>