Shades of Drover #FFEC9B
Tints of Drover #FFEC9B
RGB
CMYK
RGB Variations
Color information
#FFEC9B (or 0xFFEC9B) is known color: Drover. HEX triplet: FF, EC and 9B. RGB value is (255,236,155). Sum of RGB (Red+Green+Blue) = 255+236+155=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 155 (60.94% from 255 or 23.99% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC9B is #001364. Grayscale: #E8E8E8. Windows color (decimal): -4965 or 10218751. OLE color: 10218751.
HSL color Cylindrical-coordinate representation of color #FFEC9B: hue angle of 48.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFEC9B is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 155 | - |
| CMYK | 0 | 0.07 | 0.39 | 0 |
| HSL | 48.6º | 1% | 0.8% | - |
| HSV(B) | 48.6º | 0.39% | 1% | - |
| XYZ | 77.15 | 83.62 | 43.08 | - |
| YUV | 232.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 155 | 0 | 0.07 | 0.39 | 0 | 48.6 | 1 | 0.8 |
| Hex | FF | EC | 9B | 0 | 7 | 27 | 0 | 31 | 64 | 50 |
| Octal | 377 | 354 | 233 | 0 | 7 | 47 | 0 | 61 | 144 | 120 |
| Binary | 11111111 | 11101100 | 10011011 | 0 | 111 | 100111 | 0 | 110001 | 1100100 | 1010000 |
Color Harmonies of #FFEC9B
Complementary color
Monochromatic Colors of #FFEC9B
Black with #FFEC9B
Text Example
Text Example
White with #FFEC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC9B; }
p { color: rgb(255,236,155); }
H1.HeaderClassName
{
color: #FFEC9B;
}
.AnyTagClassName
{
color: #FFEC9B;
}
</style>
background-color css
<style>
a { background-color: #FFEC9B; }
a { background-color: rgb(255,236,155); }
div.DivClassName
{
background-color: #FFEC9B;
}
.BgClassName
{
background-color: #FFEC9B;
}
</style>
border-color css
<style>
span { border-color: #FFEC9B; }
span { border-color: rgb(255,236,155); }
td.TdClassName
{
border-color: #FFEC9B;
}
.TagClassName
{
border-color: #FFEC9B;
}
</style>