Shades of Drover #FFEFA0
Tints of Drover #FFEFA0
RGB
CMYK
RGB Variations
Color information
#FFEFA0 (or 0xFFEFA0) is known color: Drover. HEX triplet: FF, EF and A0. RGB value is (255,239,160). Sum of RGB (Red+Green+Blue) = 255+239+160=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 160 (62.89% from 255 or 24.46% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFA0 is #00105F. Grayscale: #EBEBEB. Windows color (decimal): -4192 or 10547199. OLE color: 10547199.
HSL color Cylindrical-coordinate representation of color #FFEFA0: hue angle of 49.89º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFEFA0 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 160 | - |
| CMYK | 0 | 0.06 | 0.37 | 0 |
| HSL | 49.89º | 1% | 0.81% | - |
| HSV(B) | 49.89º | 0.37% | 1% | - |
| XYZ | 78.45 | 85.53 | 45.63 | - |
| YUV | 234.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 160 | 0 | 0.06 | 0.37 | 0 | 49.89 | 1 | 0.81 |
| Hex | FF | EF | A0 | 0 | 6 | 25 | 0 | 32 | 64 | 51 |
| Octal | 377 | 357 | 240 | 0 | 6 | 45 | 0 | 62 | 144 | 121 |
| Binary | 11111111 | 11101111 | 10100000 | 0 | 110 | 100101 | 0 | 110010 | 1100100 | 1010001 |
Color Harmonies of #FFEFA0
Complementary color
Monochromatic Colors of #FFEFA0
Black with #FFEFA0
Text Example
Text Example
White with #FFEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFA0; }
p { color: rgb(255,239,160); }
H1.HeaderClassName
{
color: #FFEFA0;
}
.AnyTagClassName
{
color: #FFEFA0;
}
</style>
background-color css
<style>
a { background-color: #FFEFA0; }
a { background-color: rgb(255,239,160); }
div.DivClassName
{
background-color: #FFEFA0;
}
.BgClassName
{
background-color: #FFEFA0;
}
</style>
border-color css
<style>
span { border-color: #FFEFA0; }
span { border-color: rgb(255,239,160); }
td.TdClassName
{
border-color: #FFEFA0;
}
.TagClassName
{
border-color: #FFEFA0;
}
</style>