Shades of Drover #FFEFA6
Tints of Drover #FFEFA6
RGB
CMYK
RGB Variations
Color information
#FFEFA6 (or 0xFFEFA6) is known color: Drover. HEX triplet: FF, EF and A6. RGB value is (255,239,166). Sum of RGB (Red+Green+Blue) = 255+239+166=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 166 (65.23% from 255 or 25.15% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFA6 is #001059. Grayscale: #EBEBEB. Windows color (decimal): -4186 or 10940415. OLE color: 10940415.
HSL color Cylindrical-coordinate representation of color #FFEFA6: hue angle of 49.21º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFEFA6 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 166 | - |
| CMYK | 0 | 0.06 | 0.35 | 0 |
| HSL | 49.21º | 1% | 0.83% | - |
| HSV(B) | 49.21º | 0.35% | 1% | - |
| XYZ | 78.99 | 85.75 | 48.46 | - |
| YUV | 235.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 166 | 0 | 0.06 | 0.35 | 0 | 49.21 | 1 | 0.83 |
| Hex | FF | EF | A6 | 0 | 6 | 23 | 0 | 31 | 64 | 53 |
| Octal | 377 | 357 | 246 | 0 | 6 | 43 | 0 | 61 | 144 | 123 |
| Binary | 11111111 | 11101111 | 10100110 | 0 | 110 | 100011 | 0 | 110001 | 1100100 | 1010011 |
Color Harmonies of #FFEFA6
Complementary color
Monochromatic Colors of #FFEFA6
Black with #FFEFA6
Text Example
Text Example
White with #FFEFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFA6; }
p { color: rgb(255,239,166); }
H1.HeaderClassName
{
color: #FFEFA6;
}
.AnyTagClassName
{
color: #FFEFA6;
}
</style>
background-color css
<style>
a { background-color: #FFEFA6; }
a { background-color: rgb(255,239,166); }
div.DivClassName
{
background-color: #FFEFA6;
}
.BgClassName
{
background-color: #FFEFA6;
}
</style>
border-color css
<style>
span { border-color: #FFEFA6; }
span { border-color: rgb(255,239,166); }
td.TdClassName
{
border-color: #FFEFA6;
}
.TagClassName
{
border-color: #FFEFA6;
}
</style>