Shades of Drover #FFED94
Tints of Drover #FFED94
RGB
CMYK
RGB Variations
Color information
#FFED94 (or 0xFFED94) is known color: Drover. HEX triplet: FF, ED and 94. RGB value is (255,237,148). Sum of RGB (Red+Green+Blue) = 255+237+148=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 148 (58.20% from 255 or 23.12% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFED94 is #00126B. Grayscale: #E8E8E8. Windows color (decimal): -4716 or 9760255. OLE color: 9760255.
HSL color Cylindrical-coordinate representation of color #FFED94: hue angle of 49.91º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFED94 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 237 | 148 | - |
| CMYK | 0 | 0.07 | 0.42 | 0 |
| HSL | 49.91º | 1% | 0.79% | - |
| HSV(B) | 49.91º | 0.42% | 1% | - |
| XYZ | 76.87 | 83.97 | 40.17 | - |
| YUV | 232.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 237 | 148 | 0 | 0.07 | 0.42 | 0 | 49.91 | 1 | 0.79 |
| Hex | FF | ED | 94 | 0 | 7 | 2A | 0 | 32 | 64 | 4F |
| Octal | 377 | 355 | 224 | 0 | 7 | 52 | 0 | 62 | 144 | 117 |
| Binary | 11111111 | 11101101 | 10010100 | 0 | 111 | 101010 | 0 | 110010 | 1100100 | 1001111 |
Color Harmonies of #FFED94
Complementary color
Monochromatic Colors of #FFED94
Black with #FFED94
Text Example
Text Example
White with #FFED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFED94; }
p { color: rgb(255,237,148); }
H1.HeaderClassName
{
color: #FFED94;
}
.AnyTagClassName
{
color: #FFED94;
}
</style>
background-color css
<style>
a { background-color: #FFED94; }
a { background-color: rgb(255,237,148); }
div.DivClassName
{
background-color: #FFED94;
}
.BgClassName
{
background-color: #FFED94;
}
</style>
border-color css
<style>
span { border-color: #FFED94; }
span { border-color: rgb(255,237,148); }
td.TdClassName
{
border-color: #FFED94;
}
.TagClassName
{
border-color: #FFED94;
}
</style>