Shades of Drover #FFEC9A
Tints of Drover #FFEC9A
RGB
CMYK
RGB Variations
Color information
#FFEC9A (or 0xFFEC9A) is known color: Drover. HEX triplet: FF, EC and 9A. RGB value is (255,236,154). Sum of RGB (Red+Green+Blue) = 255+236+154=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 154 (60.55% from 255 or 23.88% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC9A is #001365. Grayscale: #E8E8E8. Windows color (decimal): -4966 or 10153215. OLE color: 10153215.
HSL color Cylindrical-coordinate representation of color #FFEC9A: hue angle of 48.71º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FFEC9A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 154 | - |
| CMYK | 0 | 0.07 | 0.40 | 0 |
| HSL | 48.71º | 1% | 0.8% | - |
| HSV(B) | 48.71º | 0.4% | 1% | - |
| XYZ | 77.07 | 83.58 | 42.64 | - |
| YUV | 232.33 | 83.79 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 154 | 0 | 0.07 | 0.40 | 0 | 48.71 | 1 | 0.8 |
| Hex | FF | EC | 9A | 0 | 7 | 28 | 0 | 31 | 64 | 50 |
| Octal | 377 | 354 | 232 | 0 | 7 | 50 | 0 | 61 | 144 | 120 |
| Binary | 11111111 | 11101100 | 10011010 | 0 | 111 | 101000 | 0 | 110001 | 1100100 | 1010000 |
Color Harmonies of #FFEC9A
Complementary color
Monochromatic Colors of #FFEC9A
Black with #FFEC9A
Text Example
Text Example
White with #FFEC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC9A; }
p { color: rgb(255,236,154); }
H1.HeaderClassName
{
color: #FFEC9A;
}
.AnyTagClassName
{
color: #FFEC9A;
}
</style>
background-color css
<style>
a { background-color: #FFEC9A; }
a { background-color: rgb(255,236,154); }
div.DivClassName
{
background-color: #FFEC9A;
}
.BgClassName
{
background-color: #FFEC9A;
}
</style>
border-color css
<style>
span { border-color: #FFEC9A; }
span { border-color: rgb(255,236,154); }
td.TdClassName
{
border-color: #FFEC9A;
}
.TagClassName
{
border-color: #FFEC9A;
}
</style>