Shades of Khaki #EAE893
Tints of Khaki #EAE893
RGB
CMYK
RGB Variations
Color information
#EAE893 (or 0xEAE893) is known color: Khaki. HEX triplet: EA, E8 and 93. RGB value is (234,232,147). Sum of RGB (Red+Green+Blue) = 234+232+147=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE893 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE893 is #15176C. Grayscale: #DFDFDF. Windows color (decimal): -1382253 or 9693418. OLE color: 9693418.
HSL color Cylindrical-coordinate representation of color #EAE893: hue angle of 58.62º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAE893 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 147 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.08 |
| HSL | 58.62º | 0.67% | 0.75% | - |
| HSV(B) | 58.62º | 0.37% | 0.92% | - |
| XYZ | 68.05 | 77.31 | 38.94 | - |
| YUV | 222.91 | 85.16 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 147 | 0 | 0.01 | 0.37 | 0.08 | 58.62 | 0.67 | 0.75 |
| Hex | EA | E8 | 93 | 0 | 1 | 25 | 8 | 3B | 43 | 4B |
| Octal | 352 | 350 | 223 | 0 | 1 | 45 | 10 | 73 | 103 | 113 |
| Binary | 11101010 | 11101000 | 10010011 | 0 | 1 | 100101 | 1000 | 111011 | 1000011 | 1001011 |
Color Harmonies of #EAE893
Complementary color
Monochromatic Colors of #EAE893
Black with #EAE893
Text Example
Text Example
White with #EAE893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE893; }
p { color: rgb(234,232,147); }
H1.HeaderClassName
{
color: #EAE893;
}
.AnyTagClassName
{
color: #EAE893;
}
</style>
background-color css
<style>
a { background-color: #EAE893; }
a { background-color: rgb(234,232,147); }
div.DivClassName
{
background-color: #EAE893;
}
.BgClassName
{
background-color: #EAE893;
}
</style>
border-color css
<style>
span { border-color: #EAE893; }
span { border-color: rgb(234,232,147); }
td.TdClassName
{
border-color: #EAE893;
}
.TagClassName
{
border-color: #EAE893;
}
</style>