Shades of Drover #FFEC9E
Tints of Drover #FFEC9E
RGB
CMYK
RGB Variations
Color information
#FFEC9E (or 0xFFEC9E) is known color: Drover. HEX triplet: FF, EC and 9E. RGB value is (255,236,158). Sum of RGB (Red+Green+Blue) = 255+236+158=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 158 (62.11% from 255 or 24.35% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC9E is #001361. Grayscale: #E9E9E9. Windows color (decimal): -4962 or 10415359. OLE color: 10415359.
HSL color Cylindrical-coordinate representation of color #FFEC9E: hue angle of 48.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFEC9E is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 158 | - |
| CMYK | 0 | 0.07 | 0.38 | 0 |
| HSL | 48.25º | 1% | 0.81% | - |
| HSV(B) | 48.25º | 0.38% | 1% | - |
| XYZ | 77.41 | 83.72 | 44.43 | - |
| YUV | 232.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 158 | 0 | 0.07 | 0.38 | 0 | 48.25 | 1 | 0.81 |
| Hex | FF | EC | 9E | 0 | 7 | 26 | 0 | 30 | 64 | 51 |
| Octal | 377 | 354 | 236 | 0 | 7 | 46 | 0 | 60 | 144 | 121 |
| Binary | 11111111 | 11101100 | 10011110 | 0 | 111 | 100110 | 0 | 110000 | 1100100 | 1010001 |
Color Harmonies of #FFEC9E
Complementary color
Monochromatic Colors of #FFEC9E
Black with #FFEC9E
Text Example
Text Example
White with #FFEC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC9E; }
p { color: rgb(255,236,158); }
H1.HeaderClassName
{
color: #FFEC9E;
}
.AnyTagClassName
{
color: #FFEC9E;
}
</style>
background-color css
<style>
a { background-color: #FFEC9E; }
a { background-color: rgb(255,236,158); }
div.DivClassName
{
background-color: #FFEC9E;
}
.BgClassName
{
background-color: #FFEC9E;
}
</style>
border-color css
<style>
span { border-color: #FFEC9E; }
span { border-color: rgb(255,236,158); }
td.TdClassName
{
border-color: #FFEC9E;
}
.TagClassName
{
border-color: #FFEC9E;
}
</style>