Shades of Drover #FFEC98
Tints of Drover #FFEC98
RGB
CMYK
RGB Variations
Color information
#FFEC98 (or 0xFFEC98) is known color: Drover. HEX triplet: FF, EC and 98. RGB value is (255,236,152). Sum of RGB (Red+Green+Blue) = 255+236+152=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 152 (59.77% from 255 or 23.64% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC98 is #001367. Grayscale: #E8E8E8. Windows color (decimal): -4968 or 10022143. OLE color: 10022143.
HSL color Cylindrical-coordinate representation of color #FFEC98: hue angle of 48.93º 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 #FFEC98 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 152 | - |
| CMYK | 0 | 0.07 | 0.40 | 0 |
| HSL | 48.93º | 1% | 0.8% | - |
| HSV(B) | 48.93º | 0.4% | 1% | - |
| XYZ | 76.9 | 83.52 | 41.77 | - |
| YUV | 232.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 152 | 0 | 0.07 | 0.40 | 0 | 48.93 | 1 | 0.8 |
| Hex | FF | EC | 98 | 0 | 7 | 28 | 0 | 31 | 64 | 50 |
| Octal | 377 | 354 | 230 | 0 | 7 | 50 | 0 | 61 | 144 | 120 |
| Binary | 11111111 | 11101100 | 10011000 | 0 | 111 | 101000 | 0 | 110001 | 1100100 | 1010000 |
Color Harmonies of #FFEC98
Complementary color
Monochromatic Colors of #FFEC98
Black with #FFEC98
Text Example
Text Example
White with #FFEC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC98; }
p { color: rgb(255,236,152); }
H1.HeaderClassName
{
color: #FFEC98;
}
.AnyTagClassName
{
color: #FFEC98;
}
</style>
background-color css
<style>
a { background-color: #FFEC98; }
a { background-color: rgb(255,236,152); }
div.DivClassName
{
background-color: #FFEC98;
}
.BgClassName
{
background-color: #FFEC98;
}
</style>
border-color css
<style>
span { border-color: #FFEC98; }
span { border-color: rgb(255,236,152); }
td.TdClassName
{
border-color: #FFEC98;
}
.TagClassName
{
border-color: #FFEC98;
}
</style>