Shades of Khaki #E9EA8A
Tints of Khaki #E9EA8A
RGB
CMYK
RGB Variations
Color information
#E9EA8A (or 0xE9EA8A) is known color: Khaki. HEX triplet: E9, EA and 8A. RGB value is (233,234,138). Sum of RGB (Red+Green+Blue) = 233+234+138=605 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.51% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #E9EA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E9EA8A is #161575. Grayscale: #DFDFDF. Windows color (decimal): -1447286 or 9104105. OLE color: 9104105.
HSL color Cylindrical-coordinate representation of color #E9EA8A: hue angle of 60.63º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E9EA8A is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 234 | 138 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.08 |
| HSL | 60.63º | 0.7% | 0.73% | - |
| HSV(B) | 60.63º | 0.41% | 0.92% | - |
| XYZ | 67.61 | 78 | 35.54 | - |
| YUV | 222.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 234 | 138 | 0.00 | 0 | 0.41 | 0.08 | 60.63 | 0.7 | 0.73 |
| Hex | E9 | EA | 8A | 0 | 0 | 29 | 8 | 3D | 46 | 49 |
| Octal | 351 | 352 | 212 | 0 | 0 | 51 | 10 | 75 | 106 | 111 |
| Binary | 11101001 | 11101010 | 10001010 | 0 | 0 | 101001 | 1000 | 111101 | 1000110 | 1001001 |
Color Harmonies of #E9EA8A
Complementary color
Monochromatic Colors of #E9EA8A
Black with #E9EA8A
Text Example
Text Example
White with #E9EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EA8A; }
p { color: rgb(233,234,138); }
H1.HeaderClassName
{
color: #E9EA8A;
}
.AnyTagClassName
{
color: #E9EA8A;
}
</style>
background-color css
<style>
a { background-color: #E9EA8A; }
a { background-color: rgb(233,234,138); }
div.DivClassName
{
background-color: #E9EA8A;
}
.BgClassName
{
background-color: #E9EA8A;
}
</style>
border-color css
<style>
span { border-color: #E9EA8A; }
span { border-color: rgb(233,234,138); }
td.TdClassName
{
border-color: #E9EA8A;
}
.TagClassName
{
border-color: #E9EA8A;
}
</style>