Shades of Khaki #EAE287
Tints of Khaki #EAE287
RGB
CMYK
RGB Variations
Color information
#EAE287 (or 0xEAE287) is known color: Khaki. HEX triplet: EA, E2 and 87. RGB value is (234,226,135). Sum of RGB (Red+Green+Blue) = 234+226+135=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 135 (53.12% from 255 or 22.69% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE287 is #151D78. Grayscale: #DADADA. Windows color (decimal): -1383801 or 8905450. OLE color: 8905450.
HSL color Cylindrical-coordinate representation of color #EAE287: hue angle of 55.15º 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 #EAE287 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 135 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.08 |
| HSL | 55.15º | 0.7% | 0.72% | - |
| HSV(B) | 55.15º | 0.42% | 0.92% | - |
| XYZ | 65.5 | 73.63 | 33.68 | - |
| YUV | 218.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 135 | 0 | 0.03 | 0.42 | 0.08 | 55.15 | 0.7 | 0.72 |
| Hex | EA | E2 | 87 | 0 | 3 | 2A | 8 | 37 | 46 | 48 |
| Octal | 352 | 342 | 207 | 0 | 3 | 52 | 10 | 67 | 106 | 110 |
| Binary | 11101010 | 11100010 | 10000111 | 0 | 11 | 101010 | 1000 | 110111 | 1000110 | 1001000 |
Color Harmonies of #EAE287
Complementary color
Monochromatic Colors of #EAE287
Black with #EAE287
Text Example
Text Example
White with #EAE287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE287; }
p { color: rgb(234,226,135); }
H1.HeaderClassName
{
color: #EAE287;
}
.AnyTagClassName
{
color: #EAE287;
}
</style>
background-color css
<style>
a { background-color: #EAE287; }
a { background-color: rgb(234,226,135); }
div.DivClassName
{
background-color: #EAE287;
}
.BgClassName
{
background-color: #EAE287;
}
</style>
border-color css
<style>
span { border-color: #EAE287; }
span { border-color: rgb(234,226,135); }
td.TdClassName
{
border-color: #EAE287;
}
.TagClassName
{
border-color: #EAE287;
}
</style>