Shades of Khaki #EAE891
Tints of Khaki #EAE891
RGB
CMYK
RGB Variations
Color information
#EAE891 (or 0xEAE891) is known color: Khaki. HEX triplet: EA, E8 and 91. RGB value is (234,232,145). Sum of RGB (Red+Green+Blue) = 234+232+145=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 145 (57.03% from 255 or 23.73% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE891 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE891 is #15176E. Grayscale: #DFDFDF. Windows color (decimal): -1382255 or 9562346. OLE color: 9562346.
HSL color Cylindrical-coordinate representation of color #EAE891: hue angle of 58.65º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAE891 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 145 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.08 |
| HSL | 58.65º | 0.68% | 0.74% | - |
| HSV(B) | 58.65º | 0.38% | 0.92% | - |
| XYZ | 67.9 | 77.25 | 38.12 | - |
| YUV | 222.68 | 84.16 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 145 | 0 | 0.01 | 0.38 | 0.08 | 58.65 | 0.68 | 0.74 |
| Hex | EA | E8 | 91 | 0 | 1 | 26 | 8 | 3B | 44 | 4A |
| Octal | 352 | 350 | 221 | 0 | 1 | 46 | 10 | 73 | 104 | 112 |
| Binary | 11101010 | 11101000 | 10010001 | 0 | 1 | 100110 | 1000 | 111011 | 1000100 | 1001010 |
Color Harmonies of #EAE891
Complementary color
Monochromatic Colors of #EAE891
Black with #EAE891
Text Example
Text Example
White with #EAE891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE891; }
p { color: rgb(234,232,145); }
H1.HeaderClassName
{
color: #EAE891;
}
.AnyTagClassName
{
color: #EAE891;
}
</style>
background-color css
<style>
a { background-color: #EAE891; }
a { background-color: rgb(234,232,145); }
div.DivClassName
{
background-color: #EAE891;
}
.BgClassName
{
background-color: #EAE891;
}
</style>
border-color css
<style>
span { border-color: #EAE891; }
span { border-color: rgb(234,232,145); }
td.TdClassName
{
border-color: #EAE891;
}
.TagClassName
{
border-color: #EAE891;
}
</style>