Shades of Drover #FFEFA4
Tints of Drover #FFEFA4
RGB
CMYK
RGB Variations
Color information
#FFEFA4 (or 0xFFEFA4) is known color: Drover. HEX triplet: FF, EF and A4. RGB value is (255,239,164). Sum of RGB (Red+Green+Blue) = 255+239+164=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 164 (64.45% from 255 or 24.92% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFA4 is #00105B. Grayscale: #EBEBEB. Windows color (decimal): -4188 or 10809343. OLE color: 10809343.
HSL color Cylindrical-coordinate representation of color #FFEFA4: hue angle of 49.45º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFEFA4 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 164 | - |
| CMYK | 0 | 0.06 | 0.36 | 0 |
| HSL | 49.45º | 1% | 0.82% | - |
| HSV(B) | 49.45º | 0.36% | 1% | - |
| XYZ | 78.81 | 85.67 | 47.5 | - |
| YUV | 235.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 164 | 0 | 0.06 | 0.36 | 0 | 49.45 | 1 | 0.82 |
| Hex | FF | EF | A4 | 0 | 6 | 24 | 0 | 31 | 64 | 52 |
| Octal | 377 | 357 | 244 | 0 | 6 | 44 | 0 | 61 | 144 | 122 |
| Binary | 11111111 | 11101111 | 10100100 | 0 | 110 | 100100 | 0 | 110001 | 1100100 | 1010010 |
Color Harmonies of #FFEFA4
Complementary color
Monochromatic Colors of #FFEFA4
Black with #FFEFA4
Text Example
Text Example
White with #FFEFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFA4; }
p { color: rgb(255,239,164); }
H1.HeaderClassName
{
color: #FFEFA4;
}
.AnyTagClassName
{
color: #FFEFA4;
}
</style>
background-color css
<style>
a { background-color: #FFEFA4; }
a { background-color: rgb(255,239,164); }
div.DivClassName
{
background-color: #FFEFA4;
}
.BgClassName
{
background-color: #FFEFA4;
}
</style>
border-color css
<style>
span { border-color: #FFEFA4; }
span { border-color: rgb(255,239,164); }
td.TdClassName
{
border-color: #FFEFA4;
}
.TagClassName
{
border-color: #FFEFA4;
}
</style>