Shades of Drover #FFEFA1
Tints of Drover #FFEFA1
RGB
CMYK
RGB Variations
Color information
#FFEFA1 (or 0xFFEFA1) is known color: Drover. HEX triplet: FF, EF and A1. RGB value is (255,239,161). Sum of RGB (Red+Green+Blue) = 255+239+161=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 161 (63.28% from 255 or 24.58% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFA1 is #00105E. Grayscale: #EBEBEB. Windows color (decimal): -4191 or 10612735. OLE color: 10612735.
HSL color Cylindrical-coordinate representation of color #FFEFA1: hue angle of 49.79º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFEFA1 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 161 | - |
| CMYK | 0 | 0.06 | 0.37 | 0 |
| HSL | 49.79º | 1% | 0.82% | - |
| HSV(B) | 49.79º | 0.37% | 1% | - |
| XYZ | 78.54 | 85.57 | 46.09 | - |
| YUV | 234.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 161 | 0 | 0.06 | 0.37 | 0 | 49.79 | 1 | 0.82 |
| Hex | FF | EF | A1 | 0 | 6 | 25 | 0 | 32 | 64 | 52 |
| Octal | 377 | 357 | 241 | 0 | 6 | 45 | 0 | 62 | 144 | 122 |
| Binary | 11111111 | 11101111 | 10100001 | 0 | 110 | 100101 | 0 | 110010 | 1100100 | 1010010 |
Color Harmonies of #FFEFA1
Complementary color
Monochromatic Colors of #FFEFA1
Black with #FFEFA1
Text Example
Text Example
White with #FFEFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFA1; }
p { color: rgb(255,239,161); }
H1.HeaderClassName
{
color: #FFEFA1;
}
.AnyTagClassName
{
color: #FFEFA1;
}
</style>
background-color css
<style>
a { background-color: #FFEFA1; }
a { background-color: rgb(255,239,161); }
div.DivClassName
{
background-color: #FFEFA1;
}
.BgClassName
{
background-color: #FFEFA1;
}
</style>
border-color css
<style>
span { border-color: #FFEFA1; }
span { border-color: rgb(255,239,161); }
td.TdClassName
{
border-color: #FFEFA1;
}
.TagClassName
{
border-color: #FFEFA1;
}
</style>