Shades of Drover #FFED9A
Tints of Drover #FFED9A
RGB
CMYK
RGB Variations
Color information
#FFED9A (or 0xFFED9A) is known color: Drover. HEX triplet: FF, ED and 9A. RGB value is (255,237,154). Sum of RGB (Red+Green+Blue) = 255+237+154=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 154 (60.55% from 255 or 23.84% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED9A is #001265. Grayscale: #E9E9E9. Windows color (decimal): -4710 or 10153471. OLE color: 10153471.
HSL color Cylindrical-coordinate representation of color #FFED9A: hue angle of 49.31º 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 #FFED9A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 154 | - |
| CMYK | 0 | 0.07 | 0.40 | 0 |
| HSL | 49.31º | 1% | 0.8% | - |
| HSV(B) | 49.31º | 0.4% | 1% | - |
| XYZ | 77.36 | 84.16 | 42.74 | - |
| YUV | 232.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 154 | 0 | 0.07 | 0.40 | 0 | 49.31 | 1 | 0.8 |
| Hex | FF | ED | 9A | 0 | 7 | 28 | 0 | 31 | 64 | 50 |
| Octal | 377 | 355 | 232 | 0 | 7 | 50 | 0 | 61 | 144 | 120 |
| Binary | 11111111 | 11101101 | 10011010 | 0 | 111 | 101000 | 0 | 110001 | 1100100 | 1010000 |
Color Harmonies of #FFED9A
Complementary color
Monochromatic Colors of #FFED9A
Black with #FFED9A
Text Example
Text Example
White with #FFED9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED9A; }
p { color: rgb(255,237,154); }
H1.HeaderClassName
{
color: #FFED9A;
}
.AnyTagClassName
{
color: #FFED9A;
}
</style>
background-color css
<style>
a { background-color: #FFED9A; }
a { background-color: rgb(255,237,154); }
div.DivClassName
{
background-color: #FFED9A;
}
.BgClassName
{
background-color: #FFED9A;
}
</style>
border-color css
<style>
span { border-color: #FFED9A; }
span { border-color: rgb(255,237,154); }
td.TdClassName
{
border-color: #FFED9A;
}
.TagClassName
{
border-color: #FFED9A;
}
</style>