Shades of Drover #FFEFA2
Tints of Drover #FFEFA2
RGB
CMYK
RGB Variations
Color information
#FFEFA2 (or 0xFFEFA2) is known color: Drover. HEX triplet: FF, EF and A2. RGB value is (255,239,162). Sum of RGB (Red+Green+Blue) = 255+239+162=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 162 (63.67% from 255 or 24.70% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEFA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEFA2 is #00105D. Grayscale: #EBEBEB. Windows color (decimal): -4190 or 10678271. OLE color: 10678271.
HSL color Cylindrical-coordinate representation of color #FFEFA2: hue angle of 49.68º 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 #FFEFA2 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 162 | - |
| CMYK | 0 | 0.06 | 0.36 | 0 |
| HSL | 49.68º | 1% | 0.82% | - |
| HSV(B) | 49.68º | 0.36% | 1% | - |
| XYZ | 78.63 | 85.6 | 46.56 | - |
| YUV | 235.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 162 | 0 | 0.06 | 0.36 | 0 | 49.68 | 1 | 0.82 |
| Hex | FF | EF | A2 | 0 | 6 | 24 | 0 | 32 | 64 | 52 |
| Octal | 377 | 357 | 242 | 0 | 6 | 44 | 0 | 62 | 144 | 122 |
| Binary | 11111111 | 11101111 | 10100010 | 0 | 110 | 100100 | 0 | 110010 | 1100100 | 1010010 |
Color Harmonies of #FFEFA2
Complementary color
Monochromatic Colors of #FFEFA2
Black with #FFEFA2
Text Example
Text Example
White with #FFEFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEFA2; }
p { color: rgb(255,239,162); }
H1.HeaderClassName
{
color: #FFEFA2;
}
.AnyTagClassName
{
color: #FFEFA2;
}
</style>
background-color css
<style>
a { background-color: #FFEFA2; }
a { background-color: rgb(255,239,162); }
div.DivClassName
{
background-color: #FFEFA2;
}
.BgClassName
{
background-color: #FFEFA2;
}
</style>
border-color css
<style>
span { border-color: #FFEFA2; }
span { border-color: rgb(255,239,162); }
td.TdClassName
{
border-color: #FFEFA2;
}
.TagClassName
{
border-color: #FFEFA2;
}
</style>