Shades of Drover #FFED9F
Tints of Drover #FFED9F
RGB
CMYK
RGB Variations
Color information
#FFED9F (or 0xFFED9F) is known color: Drover. HEX triplet: FF, ED and 9F. RGB value is (255,237,159). Sum of RGB (Red+Green+Blue) = 255+237+159=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 159 (62.5% from 255 or 24.42% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED9F is #001260. Grayscale: #E9E9E9. Windows color (decimal): -4705 or 10481151. OLE color: 10481151.
HSL color Cylindrical-coordinate representation of color #FFED9F: hue angle of 48.75º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFED9F is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 159 | - |
| CMYK | 0 | 0.07 | 0.38 | 0 |
| HSL | 48.75º | 1% | 0.81% | - |
| HSV(B) | 48.75º | 0.38% | 1% | - |
| XYZ | 77.78 | 84.33 | 44.98 | - |
| YUV | 233.49 | 85.96 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 159 | 0 | 0.07 | 0.38 | 0 | 48.75 | 1 | 0.81 |
| Hex | FF | ED | 9F | 0 | 7 | 26 | 0 | 31 | 64 | 51 |
| Octal | 377 | 355 | 237 | 0 | 7 | 46 | 0 | 61 | 144 | 121 |
| Binary | 11111111 | 11101101 | 10011111 | 0 | 111 | 100110 | 0 | 110001 | 1100100 | 1010001 |
Color Harmonies of #FFED9F
Complementary color
Monochromatic Colors of #FFED9F
Black with #FFED9F
Text Example
Text Example
White with #FFED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED9F; }
p { color: rgb(255,237,159); }
H1.HeaderClassName
{
color: #FFED9F;
}
.AnyTagClassName
{
color: #FFED9F;
}
</style>
background-color css
<style>
a { background-color: #FFED9F; }
a { background-color: rgb(255,237,159); }
div.DivClassName
{
background-color: #FFED9F;
}
.BgClassName
{
background-color: #FFED9F;
}
</style>
border-color css
<style>
span { border-color: #FFED9F; }
span { border-color: rgb(255,237,159); }
td.TdClassName
{
border-color: #FFED9F;
}
.TagClassName
{
border-color: #FFED9F;
}
</style>