Shades of Drover #FFED97
Tints of Drover #FFED97
RGB
CMYK
RGB Variations
Color information
#FFED97 (or 0xFFED97) is known color: Drover. HEX triplet: FF, ED and 97. RGB value is (255,237,151). Sum of RGB (Red+Green+Blue) = 255+237+151=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 151 (59.38% from 255 or 23.48% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED97 is #001268. Grayscale: #E8E8E8. Windows color (decimal): -4713 or 9956863. OLE color: 9956863.
HSL color Cylindrical-coordinate representation of color #FFED97: hue angle of 49.62º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FFED97 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 151 | - |
| CMYK | 0 | 0.07 | 0.41 | 0 |
| HSL | 49.62º | 1% | 0.8% | - |
| HSV(B) | 49.62º | 0.41% | 1% | - |
| XYZ | 77.11 | 84.06 | 41.44 | - |
| YUV | 232.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 151 | 0 | 0.07 | 0.41 | 0 | 49.62 | 1 | 0.8 |
| Hex | FF | ED | 97 | 0 | 7 | 29 | 0 | 32 | 64 | 50 |
| Octal | 377 | 355 | 227 | 0 | 7 | 51 | 0 | 62 | 144 | 120 |
| Binary | 11111111 | 11101101 | 10010111 | 0 | 111 | 101001 | 0 | 110010 | 1100100 | 1010000 |
Color Harmonies of #FFED97
Complementary color
Monochromatic Colors of #FFED97
Black with #FFED97
Text Example
Text Example
White with #FFED97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED97; }
p { color: rgb(255,237,151); }
H1.HeaderClassName
{
color: #FFED97;
}
.AnyTagClassName
{
color: #FFED97;
}
</style>
background-color css
<style>
a { background-color: #FFED97; }
a { background-color: rgb(255,237,151); }
div.DivClassName
{
background-color: #FFED97;
}
.BgClassName
{
background-color: #FFED97;
}
</style>
border-color css
<style>
span { border-color: #FFED97; }
span { border-color: rgb(255,237,151); }
td.TdClassName
{
border-color: #FFED97;
}
.TagClassName
{
border-color: #FFED97;
}
</style>