Shades of Khaki #EAE187
Tints of Khaki #EAE187
RGB
CMYK
RGB Variations
Color information
#EAE187 (or 0xEAE187) is known color: Khaki. HEX triplet: EA, E1 and 87. RGB value is (234,225,135). Sum of RGB (Red+Green+Blue) = 234+225+135=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 135 (53.12% from 255 or 22.73% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE187 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE187 is #151E78. Grayscale: #D9D9D9. Windows color (decimal): -1384057 or 8905194. OLE color: 8905194.
HSL color Cylindrical-coordinate representation of color #EAE187: hue angle of 54.55º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAE187 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 135 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.08 |
| HSL | 54.55º | 0.7% | 0.72% | - |
| HSV(B) | 54.55º | 0.42% | 0.92% | - |
| XYZ | 65.23 | 73.09 | 33.59 | - |
| YUV | 217.43 | 81.48 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 135 | 0 | 0.04 | 0.42 | 0.08 | 54.55 | 0.7 | 0.72 |
| Hex | EA | E1 | 87 | 0 | 4 | 2A | 8 | 37 | 46 | 48 |
| Octal | 352 | 341 | 207 | 0 | 4 | 52 | 10 | 67 | 106 | 110 |
| Binary | 11101010 | 11100001 | 10000111 | 0 | 100 | 101010 | 1000 | 110111 | 1000110 | 1001000 |
Color Harmonies of #EAE187
Complementary color
Monochromatic Colors of #EAE187
Black with #EAE187
Text Example
Text Example
White with #EAE187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE187; }
p { color: rgb(234,225,135); }
H1.HeaderClassName
{
color: #EAE187;
}
.AnyTagClassName
{
color: #EAE187;
}
</style>
background-color css
<style>
a { background-color: #EAE187; }
a { background-color: rgb(234,225,135); }
div.DivClassName
{
background-color: #EAE187;
}
.BgClassName
{
background-color: #EAE187;
}
</style>
border-color css
<style>
span { border-color: #EAE187; }
span { border-color: rgb(234,225,135); }
td.TdClassName
{
border-color: #EAE187;
}
.TagClassName
{
border-color: #EAE187;
}
</style>