Shades of Drover #FFED9D
Tints of Drover #FFED9D
RGB
CMYK
RGB Variations
Color information
#FFED9D (or 0xFFED9D) is known color: Drover. HEX triplet: FF, ED and 9D. RGB value is (255,237,157). Sum of RGB (Red+Green+Blue) = 255+237+157=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 157 (61.72% from 255 or 24.19% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED9D is #001262. Grayscale: #E9E9E9. Windows color (decimal): -4707 or 10350079. OLE color: 10350079.
HSL color Cylindrical-coordinate representation of color #FFED9D: hue angle of 48.98º 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 #FFED9D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 157 | - |
| CMYK | 0 | 0.07 | 0.38 | 0 |
| HSL | 48.98º | 1% | 0.81% | - |
| HSV(B) | 48.98º | 0.38% | 1% | - |
| XYZ | 77.61 | 84.26 | 44.07 | - |
| YUV | 233.26 | 84.96 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 157 | 0 | 0.07 | 0.38 | 0 | 48.98 | 1 | 0.81 |
| Hex | FF | ED | 9D | 0 | 7 | 26 | 0 | 31 | 64 | 51 |
| Octal | 377 | 355 | 235 | 0 | 7 | 46 | 0 | 61 | 144 | 121 |
| Binary | 11111111 | 11101101 | 10011101 | 0 | 111 | 100110 | 0 | 110001 | 1100100 | 1010001 |
Color Harmonies of #FFED9D
Complementary color
Monochromatic Colors of #FFED9D
Black with #FFED9D
Text Example
Text Example
White with #FFED9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED9D; }
p { color: rgb(255,237,157); }
H1.HeaderClassName
{
color: #FFED9D;
}
.AnyTagClassName
{
color: #FFED9D;
}
</style>
background-color css
<style>
a { background-color: #FFED9D; }
a { background-color: rgb(255,237,157); }
div.DivClassName
{
background-color: #FFED9D;
}
.BgClassName
{
background-color: #FFED9D;
}
</style>
border-color css
<style>
span { border-color: #FFED9D; }
span { border-color: rgb(255,237,157); }
td.TdClassName
{
border-color: #FFED9D;
}
.TagClassName
{
border-color: #FFED9D;
}
</style>