Shades of Drover #FFEC97
Tints of Drover #FFEC97
RGB
CMYK
RGB Variations
Color information
#FFEC97 (or 0xFFEC97) is known color: Drover. HEX triplet: FF, EC and 97. RGB value is (255,236,151). Sum of RGB (Red+Green+Blue) = 255+236+151=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 151 (59.38% from 255 or 23.52% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC97 is #001368. Grayscale: #E8E8E8. Windows color (decimal): -4969 or 9956607. OLE color: 9956607.
HSL color Cylindrical-coordinate representation of color #FFEC97: hue angle of 49.04º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFEC97 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 151 | - |
| CMYK | 0 | 0.07 | 0.41 | 0 |
| HSL | 49.04º | 1% | 0.8% | - |
| HSV(B) | 49.04º | 0.41% | 1% | - |
| XYZ | 76.82 | 83.49 | 41.34 | - |
| YUV | 231.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 151 | 0 | 0.07 | 0.41 | 0 | 49.04 | 1 | 0.8 |
| Hex | FF | EC | 97 | 0 | 7 | 29 | 0 | 31 | 64 | 50 |
| Octal | 377 | 354 | 227 | 0 | 7 | 51 | 0 | 61 | 144 | 120 |
| Binary | 11111111 | 11101100 | 10010111 | 0 | 111 | 101001 | 0 | 110001 | 1100100 | 1010000 |
Color Harmonies of #FFEC97
Complementary color
Monochromatic Colors of #FFEC97
Black with #FFEC97
Text Example
Text Example
White with #FFEC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC97; }
p { color: rgb(255,236,151); }
H1.HeaderClassName
{
color: #FFEC97;
}
.AnyTagClassName
{
color: #FFEC97;
}
</style>
background-color css
<style>
a { background-color: #FFEC97; }
a { background-color: rgb(255,236,151); }
div.DivClassName
{
background-color: #FFEC97;
}
.BgClassName
{
background-color: #FFEC97;
}
</style>
border-color css
<style>
span { border-color: #FFEC97; }
span { border-color: rgb(255,236,151); }
td.TdClassName
{
border-color: #FFEC97;
}
.TagClassName
{
border-color: #FFEC97;
}
</style>