Shades of Drover #FFED9C
Tints of Drover #FFED9C
RGB
CMYK
RGB Variations
Color information
#FFED9C (or 0xFFED9C) is known color: Drover. HEX triplet: FF, ED and 9C. RGB value is (255,237,156). Sum of RGB (Red+Green+Blue) = 255+237+156=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 156 (61.33% from 255 or 24.07% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED9C is #001263. Grayscale: #E9E9E9. Windows color (decimal): -4708 or 10284543. OLE color: 10284543.
HSL color Cylindrical-coordinate representation of color #FFED9C: hue angle of 49.09º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FFED9C is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 156 | - |
| CMYK | 0 | 0.07 | 0.39 | 0 |
| HSL | 49.09º | 1% | 0.81% | - |
| HSV(B) | 49.09º | 0.39% | 1% | - |
| XYZ | 77.52 | 84.23 | 43.62 | - |
| YUV | 233.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 156 | 0 | 0.07 | 0.39 | 0 | 49.09 | 1 | 0.81 |
| Hex | FF | ED | 9C | 0 | 7 | 27 | 0 | 31 | 64 | 51 |
| Octal | 377 | 355 | 234 | 0 | 7 | 47 | 0 | 61 | 144 | 121 |
| Binary | 11111111 | 11101101 | 10011100 | 0 | 111 | 100111 | 0 | 110001 | 1100100 | 1010001 |
Color Harmonies of #FFED9C
Complementary color
Monochromatic Colors of #FFED9C
Black with #FFED9C
Text Example
Text Example
White with #FFED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED9C; }
p { color: rgb(255,237,156); }
H1.HeaderClassName
{
color: #FFED9C;
}
.AnyTagClassName
{
color: #FFED9C;
}
</style>
background-color css
<style>
a { background-color: #FFED9C; }
a { background-color: rgb(255,237,156); }
div.DivClassName
{
background-color: #FFED9C;
}
.BgClassName
{
background-color: #FFED9C;
}
</style>
border-color css
<style>
span { border-color: #FFED9C; }
span { border-color: rgb(255,237,156); }
td.TdClassName
{
border-color: #FFED9C;
}
.TagClassName
{
border-color: #FFED9C;
}
</style>