Shades of Drover #FFED99
Tints of Drover #FFED99
RGB
CMYK
RGB Variations
Color information
#FFED99 (or 0xFFED99) is known color: Drover. HEX triplet: FF, ED and 99. RGB value is (255,237,153). Sum of RGB (Red+Green+Blue) = 255+237+153=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 153 (60.16% from 255 or 23.72% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED99 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED99 is #001266. Grayscale: #E9E9E9. Windows color (decimal): -4711 or 10087935. OLE color: 10087935.
HSL color Cylindrical-coordinate representation of color #FFED99: hue angle of 49.41º 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 #FFED99 is Cyan = 0, Magento = 0.07, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 153 | - |
| CMYK | 0 | 0.07 | 0.4 | 0 |
| HSL | 49.41º | 1% | 0.8% | - |
| HSV(B) | 49.41º | 0.4% | 1% | - |
| XYZ | 77.27 | 84.13 | 42.3 | - |
| YUV | 232.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 153 | 0 | 0.07 | 0.4 | 0 | 49.41 | 1 | 0.8 |
| Hex | FF | ED | 99 | 0 | 7 | 28 | 0 | 31 | 64 | 50 |
| Octal | 377 | 355 | 231 | 0 | 7 | 50 | 0 | 61 | 144 | 120 |
| Binary | 11111111 | 11101101 | 10011001 | 0 | 111 | 101000 | 0 | 110001 | 1100100 | 1010000 |
Color Harmonies of #FFED99
Complementary color
Monochromatic Colors of #FFED99
Black with #FFED99
Text Example
Text Example
White with #FFED99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED99; }
p { color: rgb(255,237,153); }
H1.HeaderClassName
{
color: #FFED99;
}
.AnyTagClassName
{
color: #FFED99;
}
</style>
background-color css
<style>
a { background-color: #FFED99; }
a { background-color: rgb(255,237,153); }
div.DivClassName
{
background-color: #FFED99;
}
.BgClassName
{
background-color: #FFED99;
}
</style>
border-color css
<style>
span { border-color: #FFED99; }
span { border-color: rgb(255,237,153); }
td.TdClassName
{
border-color: #FFED99;
}
.TagClassName
{
border-color: #FFED99;
}
</style>