Shades of Drover #FFEEA8
Tints of Drover #FFEEA8
RGB
CMYK
RGB Variations
Color information
#FFEEA8 (or 0xFFEEA8) is known color: Drover. HEX triplet: FF, EE and A8. RGB value is (255,238,168). Sum of RGB (Red+Green+Blue) = 255+238+168=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 168 (66.02% from 255 or 25.42% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEEA8 is #001157. Grayscale: #EBEBEB. Windows color (decimal): -4440 or 11071231. OLE color: 11071231.
HSL color Cylindrical-coordinate representation of color #FFEEA8: hue angle of 48.28º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFEEA8 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 168 | - |
| CMYK | 0 | 0.07 | 0.34 | 0 |
| HSL | 48.28º | 1% | 0.83% | - |
| HSV(B) | 48.28º | 0.34% | 1% | - |
| XYZ | 78.88 | 85.24 | 49.34 | - |
| YUV | 235.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 168 | 0 | 0.07 | 0.34 | 0 | 48.28 | 1 | 0.83 |
| Hex | FF | EE | A8 | 0 | 7 | 22 | 0 | 30 | 64 | 53 |
| Octal | 377 | 356 | 250 | 0 | 7 | 42 | 0 | 60 | 144 | 123 |
| Binary | 11111111 | 11101110 | 10101000 | 0 | 111 | 100010 | 0 | 110000 | 1100100 | 1010011 |
Color Harmonies of #FFEEA8
Complementary color
Monochromatic Colors of #FFEEA8
Black with #FFEEA8
Text Example
Text Example
White with #FFEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEA8; }
p { color: rgb(255,238,168); }
H1.HeaderClassName
{
color: #FFEEA8;
}
.AnyTagClassName
{
color: #FFEEA8;
}
</style>
background-color css
<style>
a { background-color: #FFEEA8; }
a { background-color: rgb(255,238,168); }
div.DivClassName
{
background-color: #FFEEA8;
}
.BgClassName
{
background-color: #FFEEA8;
}
</style>
border-color css
<style>
span { border-color: #FFEEA8; }
span { border-color: rgb(255,238,168); }
td.TdClassName
{
border-color: #FFEEA8;
}
.TagClassName
{
border-color: #FFEEA8;
}
</style>