Shades of Khaki #EAE591
Tints of Khaki #EAE591
RGB
CMYK
RGB Variations
Color information
#EAE591 (or 0xEAE591) is known color: Khaki. HEX triplet: EA, E5 and 91. RGB value is (234,229,145). Sum of RGB (Red+Green+Blue) = 234+229+145=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 145 (57.03% from 255 or 23.85% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE591 is #151A6E. Grayscale: #DDDDDD. Windows color (decimal): -1383023 or 9561578. OLE color: 9561578.
HSL color Cylindrical-coordinate representation of color #EAE591: hue angle of 56.63º 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 #EAE591 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 145 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.08 |
| HSL | 56.63º | 0.68% | 0.74% | - |
| HSV(B) | 56.63º | 0.38% | 0.92% | - |
| XYZ | 67.06 | 75.58 | 37.84 | - |
| YUV | 220.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 145 | 0 | 0.02 | 0.38 | 0.08 | 56.63 | 0.68 | 0.74 |
| Hex | EA | E5 | 91 | 0 | 2 | 26 | 8 | 39 | 44 | 4A |
| Octal | 352 | 345 | 221 | 0 | 2 | 46 | 10 | 71 | 104 | 112 |
| Binary | 11101010 | 11100101 | 10010001 | 0 | 10 | 100110 | 1000 | 111001 | 1000100 | 1001010 |
Color Harmonies of #EAE591
Complementary color
Monochromatic Colors of #EAE591
Black with #EAE591
Text Example
Text Example
White with #EAE591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE591; }
p { color: rgb(234,229,145); }
H1.HeaderClassName
{
color: #EAE591;
}
.AnyTagClassName
{
color: #EAE591;
}
</style>
background-color css
<style>
a { background-color: #EAE591; }
a { background-color: rgb(234,229,145); }
div.DivClassName
{
background-color: #EAE591;
}
.BgClassName
{
background-color: #EAE591;
}
</style>
border-color css
<style>
span { border-color: #EAE591; }
span { border-color: rgb(234,229,145); }
td.TdClassName
{
border-color: #EAE591;
}
.TagClassName
{
border-color: #EAE591;
}
</style>