Shades of Drover #FFEE94
Tints of Drover #FFEE94
RGB
CMYK
RGB Variations
Color information
#FFEE94 (or 0xFFEE94) is known color: Drover. HEX triplet: FF, EE and 94. RGB value is (255,238,148). Sum of RGB (Red+Green+Blue) = 255+238+148=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 148 (58.20% from 255 or 23.09% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEE94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEE94 is #00116B. Grayscale: #E9E9E9. Windows color (decimal): -4460 or 9760511. OLE color: 9760511.
HSL color Cylindrical-coordinate representation of color #FFEE94: hue angle of 50.47º 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 #FFEE94 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 148 | - |
| CMYK | 0 | 0.07 | 0.42 | 0 |
| HSL | 50.47º | 1% | 0.79% | - |
| HSV(B) | 50.47º | 0.42% | 1% | - |
| XYZ | 77.16 | 84.55 | 40.27 | - |
| YUV | 232.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 148 | 0 | 0.07 | 0.42 | 0 | 50.47 | 1 | 0.79 |
| Hex | FF | EE | 94 | 0 | 7 | 2A | 0 | 32 | 64 | 4F |
| Octal | 377 | 356 | 224 | 0 | 7 | 52 | 0 | 62 | 144 | 117 |
| Binary | 11111111 | 11101110 | 10010100 | 0 | 111 | 101010 | 0 | 110010 | 1100100 | 1001111 |
Color Harmonies of #FFEE94
Complementary color
Monochromatic Colors of #FFEE94
Black with #FFEE94
Text Example
Text Example
White with #FFEE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEE94; }
p { color: rgb(255,238,148); }
H1.HeaderClassName
{
color: #FFEE94;
}
.AnyTagClassName
{
color: #FFEE94;
}
</style>
background-color css
<style>
a { background-color: #FFEE94; }
a { background-color: rgb(255,238,148); }
div.DivClassName
{
background-color: #FFEE94;
}
.BgClassName
{
background-color: #FFEE94;
}
</style>
border-color css
<style>
span { border-color: #FFEE94; }
span { border-color: rgb(255,238,148); }
td.TdClassName
{
border-color: #FFEE94;
}
.TagClassName
{
border-color: #FFEE94;
}
</style>