Shades of Khaki #EAE98E
Tints of Khaki #EAE98E
RGB
CMYK
RGB Variations
Color information
#EAE98E (or 0xEAE98E) is known color: Khaki. HEX triplet: EA, E9 and 8E. RGB value is (234,233,142). Sum of RGB (Red+Green+Blue) = 234+233+142=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE98E is #151671. Grayscale: #DFDFDF. Windows color (decimal): -1382002 or 9365994. OLE color: 9365994.
HSL color Cylindrical-coordinate representation of color #EAE98E: hue angle of 59.35º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAE98E is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 142 | - |
| CMYK | 0 | 0.00 | 0.39 | 0.08 |
| HSL | 59.35º | 0.69% | 0.74% | - |
| HSV(B) | 59.35º | 0.39% | 0.92% | - |
| XYZ | 67.95 | 77.72 | 37.01 | - |
| YUV | 222.93 | 82.33 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 142 | 0 | 0.00 | 0.39 | 0.08 | 59.35 | 0.69 | 0.74 |
| Hex | EA | E9 | 8E | 0 | 0 | 27 | 8 | 3B | 45 | 4A |
| Octal | 352 | 351 | 216 | 0 | 0 | 47 | 10 | 73 | 105 | 112 |
| Binary | 11101010 | 11101001 | 10001110 | 0 | 0 | 100111 | 1000 | 111011 | 1000101 | 1001010 |
Color Harmonies of #EAE98E
Complementary color
Monochromatic Colors of #EAE98E
Black with #EAE98E
Text Example
Text Example
White with #EAE98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE98E; }
p { color: rgb(234,233,142); }
H1.HeaderClassName
{
color: #EAE98E;
}
.AnyTagClassName
{
color: #EAE98E;
}
</style>
background-color css
<style>
a { background-color: #EAE98E; }
a { background-color: rgb(234,233,142); }
div.DivClassName
{
background-color: #EAE98E;
}
.BgClassName
{
background-color: #EAE98E;
}
</style>
border-color css
<style>
span { border-color: #EAE98E; }
span { border-color: rgb(234,233,142); }
td.TdClassName
{
border-color: #EAE98E;
}
.TagClassName
{
border-color: #EAE98E;
}
</style>