Shades of Drover #FFEF9F
Tints of Drover #FFEF9F
RGB
CMYK
RGB Variations
Color information
#FFEF9F (or 0xFFEF9F) is known color: Drover. HEX triplet: FF, EF and 9F. RGB value is (255,239,159). Sum of RGB (Red+Green+Blue) = 255+239+159=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 159 (62.5% from 255 or 24.35% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEF9F is #001060. Grayscale: #EBEBEB. Windows color (decimal): -4193 or 10481663. OLE color: 10481663.
HSL color Cylindrical-coordinate representation of color #FFEF9F: hue angle of 50º 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 #FFEF9F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 159 | - |
| CMYK | 0 | 0.06 | 0.38 | 0 |
| HSL | 50º | 1% | 0.81% | - |
| HSV(B) | 50º | 0.38% | 1% | - |
| XYZ | 78.36 | 85.5 | 45.17 | - |
| YUV | 234.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 159 | 0 | 0.06 | 0.38 | 0 | 50 | 1 | 0.81 |
| Hex | FF | EF | 9F | 0 | 6 | 26 | 0 | 32 | 64 | 51 |
| Octal | 377 | 357 | 237 | 0 | 6 | 46 | 0 | 62 | 144 | 121 |
| Binary | 11111111 | 11101111 | 10011111 | 0 | 110 | 100110 | 0 | 110010 | 1100100 | 1010001 |
Color Harmonies of #FFEF9F
Complementary color
Monochromatic Colors of #FFEF9F
Black with #FFEF9F
Text Example
Text Example
White with #FFEF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF9F; }
p { color: rgb(255,239,159); }
H1.HeaderClassName
{
color: #FFEF9F;
}
.AnyTagClassName
{
color: #FFEF9F;
}
</style>
background-color css
<style>
a { background-color: #FFEF9F; }
a { background-color: rgb(255,239,159); }
div.DivClassName
{
background-color: #FFEF9F;
}
.BgClassName
{
background-color: #FFEF9F;
}
</style>
border-color css
<style>
span { border-color: #FFEF9F; }
span { border-color: rgb(255,239,159); }
td.TdClassName
{
border-color: #FFEF9F;
}
.TagClassName
{
border-color: #FFEF9F;
}
</style>