Shades of Drover #FFECA1
Tints of Drover #FFECA1
RGB
CMYK
RGB Variations
Color information
#FFECA1 (or 0xFFECA1) is known color: Drover. HEX triplet: FF, EC and A1. RGB value is (255,236,161). Sum of RGB (Red+Green+Blue) = 255+236+161=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 161 (63.28% from 255 or 24.69% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECA1 is #00135E. Grayscale: #E9E9E9. Windows color (decimal): -4959 or 10611967. OLE color: 10611967.
HSL color Cylindrical-coordinate representation of color #FFECA1: hue angle of 47.87º 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 #FFECA1 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 161 | - |
| CMYK | 0 | 0.07 | 0.37 | 0 |
| HSL | 47.87º | 1% | 0.82% | - |
| HSV(B) | 47.87º | 0.37% | 1% | - |
| XYZ | 77.67 | 83.82 | 45.8 | - |
| YUV | 233.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 161 | 0 | 0.07 | 0.37 | 0 | 47.87 | 1 | 0.82 |
| Hex | FF | EC | A1 | 0 | 7 | 25 | 0 | 30 | 64 | 52 |
| Octal | 377 | 354 | 241 | 0 | 7 | 45 | 0 | 60 | 144 | 122 |
| Binary | 11111111 | 11101100 | 10100001 | 0 | 111 | 100101 | 0 | 110000 | 1100100 | 1010010 |
Color Harmonies of #FFECA1
Complementary color
Monochromatic Colors of #FFECA1
Black with #FFECA1
Text Example
Text Example
White with #FFECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECA1; }
p { color: rgb(255,236,161); }
H1.HeaderClassName
{
color: #FFECA1;
}
.AnyTagClassName
{
color: #FFECA1;
}
</style>
background-color css
<style>
a { background-color: #FFECA1; }
a { background-color: rgb(255,236,161); }
div.DivClassName
{
background-color: #FFECA1;
}
.BgClassName
{
background-color: #FFECA1;
}
</style>
border-color css
<style>
span { border-color: #FFECA1; }
span { border-color: rgb(255,236,161); }
td.TdClassName
{
border-color: #FFECA1;
}
.TagClassName
{
border-color: #FFECA1;
}
</style>