Shades of Khaki #EAE890
Tints of Khaki #EAE890
RGB
CMYK
RGB Variations
Color information
#EAE890 (or 0xEAE890) is known color: Khaki. HEX triplet: EA, E8 and 90. RGB value is (234,232,144). Sum of RGB (Red+Green+Blue) = 234+232+144=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE890 is #15176F. Grayscale: #DEDEDE. Windows color (decimal): -1382256 or 9496810. OLE color: 9496810.
HSL color Cylindrical-coordinate representation of color #EAE890: hue angle of 58.67º 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 #EAE890 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 232 | 144 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.08 |
| HSL | 58.67º | 0.68% | 0.74% | - |
| HSV(B) | 58.67º | 0.38% | 0.92% | - |
| XYZ | 67.82 | 77.22 | 37.72 | - |
| YUV | 222.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 144 | 0 | 0.01 | 0.38 | 0.08 | 58.67 | 0.68 | 0.74 |
| Hex | EA | E8 | 90 | 0 | 1 | 26 | 8 | 3B | 44 | 4A |
| Octal | 352 | 350 | 220 | 0 | 1 | 46 | 10 | 73 | 104 | 112 |
| Binary | 11101010 | 11101000 | 10010000 | 0 | 1 | 100110 | 1000 | 111011 | 1000100 | 1001010 |
Color Harmonies of #EAE890
Complementary color
Monochromatic Colors of #EAE890
Black with #EAE890
Text Example
Text Example
White with #EAE890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE890; }
p { color: rgb(234,232,144); }
H1.HeaderClassName
{
color: #EAE890;
}
.AnyTagClassName
{
color: #EAE890;
}
</style>
background-color css
<style>
a { background-color: #EAE890; }
a { background-color: rgb(234,232,144); }
div.DivClassName
{
background-color: #EAE890;
}
.BgClassName
{
background-color: #EAE890;
}
</style>
border-color css
<style>
span { border-color: #EAE890; }
span { border-color: rgb(234,232,144); }
td.TdClassName
{
border-color: #EAE890;
}
.TagClassName
{
border-color: #EAE890;
}
</style>