Shades of Khaki #EAE490
Tints of Khaki #EAE490
RGB
CMYK
RGB Variations
Color information
#EAE490 (or 0xEAE490) is known color: Khaki. HEX triplet: EA, E4 and 90. RGB value is (234,228,144). Sum of RGB (Red+Green+Blue) = 234+228+144=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE490 is #151B6F. Grayscale: #DCDCDC. Windows color (decimal): -1383280 or 9495786. OLE color: 9495786.
HSL color Cylindrical-coordinate representation of color #EAE490: hue angle of 56º 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 #EAE490 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 144 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.08 |
| HSL | 56º | 0.68% | 0.74% | - |
| HSV(B) | 56º | 0.38% | 0.92% | - |
| XYZ | 66.71 | 74.99 | 37.34 | - |
| YUV | 220.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 144 | 0 | 0.03 | 0.38 | 0.08 | 56 | 0.68 | 0.74 |
| Hex | EA | E4 | 90 | 0 | 3 | 26 | 8 | 38 | 44 | 4A |
| Octal | 352 | 344 | 220 | 0 | 3 | 46 | 10 | 70 | 104 | 112 |
| Binary | 11101010 | 11100100 | 10010000 | 0 | 11 | 100110 | 1000 | 111000 | 1000100 | 1001010 |
Color Harmonies of #EAE490
Complementary color
Monochromatic Colors of #EAE490
Black with #EAE490
Text Example
Text Example
White with #EAE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE490; }
p { color: rgb(234,228,144); }
H1.HeaderClassName
{
color: #EAE490;
}
.AnyTagClassName
{
color: #EAE490;
}
</style>
background-color css
<style>
a { background-color: #EAE490; }
a { background-color: rgb(234,228,144); }
div.DivClassName
{
background-color: #EAE490;
}
.BgClassName
{
background-color: #EAE490;
}
</style>
border-color css
<style>
span { border-color: #EAE490; }
span { border-color: rgb(234,228,144); }
td.TdClassName
{
border-color: #EAE490;
}
.TagClassName
{
border-color: #EAE490;
}
</style>