Shades of Drover #FFECA2
Tints of Drover #FFECA2
RGB
CMYK
RGB Variations
Color information
#FFECA2 (or 0xFFECA2) is known color: Drover. HEX triplet: FF, EC and A2. RGB value is (255,236,162). Sum of RGB (Red+Green+Blue) = 255+236+162=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 162 (63.67% from 255 or 24.81% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFECA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFECA2 is #00135D. Grayscale: #E9E9E9. Windows color (decimal): -4958 or 10677503. OLE color: 10677503.
HSL color Cylindrical-coordinate representation of color #FFECA2: hue angle of 47.74º 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 #FFECA2 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 162 | - |
| CMYK | 0 | 0.07 | 0.36 | 0 |
| HSL | 47.74º | 1% | 0.82% | - |
| HSV(B) | 47.74º | 0.36% | 1% | - |
| XYZ | 77.76 | 83.86 | 46.27 | - |
| YUV | 233.25 | 87.79 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 162 | 0 | 0.07 | 0.36 | 0 | 47.74 | 1 | 0.82 |
| Hex | FF | EC | A2 | 0 | 7 | 24 | 0 | 30 | 64 | 52 |
| Octal | 377 | 354 | 242 | 0 | 7 | 44 | 0 | 60 | 144 | 122 |
| Binary | 11111111 | 11101100 | 10100010 | 0 | 111 | 100100 | 0 | 110000 | 1100100 | 1010010 |
Color Harmonies of #FFECA2
Complementary color
Monochromatic Colors of #FFECA2
Black with #FFECA2
Text Example
Text Example
White with #FFECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFECA2; }
p { color: rgb(255,236,162); }
H1.HeaderClassName
{
color: #FFECA2;
}
.AnyTagClassName
{
color: #FFECA2;
}
</style>
background-color css
<style>
a { background-color: #FFECA2; }
a { background-color: rgb(255,236,162); }
div.DivClassName
{
background-color: #FFECA2;
}
.BgClassName
{
background-color: #FFECA2;
}
</style>
border-color css
<style>
span { border-color: #FFECA2; }
span { border-color: rgb(255,236,162); }
td.TdClassName
{
border-color: #FFECA2;
}
.TagClassName
{
border-color: #FFECA2;
}
</style>