Shades of Khaki #EAE894
Tints of Khaki #EAE894
RGB
CMYK
RGB Variations
Color information
#EAE894 (or 0xEAE894) is known color: Khaki. HEX triplet: EA, E8 and 94. RGB value is (234,232,148). Sum of RGB (Red+Green+Blue) = 234+232+148=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE894 is #15176B. Grayscale: #DFDFDF. Windows color (decimal): -1382252 or 9758954. OLE color: 9758954.
HSL color Cylindrical-coordinate representation of color #EAE894: hue angle of 58.6º 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 #EAE894 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 148 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.08 |
| HSL | 58.6º | 0.67% | 0.75% | - |
| HSV(B) | 58.6º | 0.37% | 0.92% | - |
| XYZ | 68.13 | 77.34 | 39.35 | - |
| YUV | 223.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 148 | 0 | 0.01 | 0.37 | 0.08 | 58.6 | 0.67 | 0.75 |
| Hex | EA | E8 | 94 | 0 | 1 | 25 | 8 | 3B | 43 | 4B |
| Octal | 352 | 350 | 224 | 0 | 1 | 45 | 10 | 73 | 103 | 113 |
| Binary | 11101010 | 11101000 | 10010100 | 0 | 1 | 100101 | 1000 | 111011 | 1000011 | 1001011 |
Color Harmonies of #EAE894
Complementary color
Monochromatic Colors of #EAE894
Black with #EAE894
Text Example
Text Example
White with #EAE894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE894; }
p { color: rgb(234,232,148); }
H1.HeaderClassName
{
color: #EAE894;
}
.AnyTagClassName
{
color: #EAE894;
}
</style>
background-color css
<style>
a { background-color: #EAE894; }
a { background-color: rgb(234,232,148); }
div.DivClassName
{
background-color: #EAE894;
}
.BgClassName
{
background-color: #EAE894;
}
</style>
border-color css
<style>
span { border-color: #EAE894; }
span { border-color: rgb(234,232,148); }
td.TdClassName
{
border-color: #EAE894;
}
.TagClassName
{
border-color: #EAE894;
}
</style>