Shades of Khaki #EAE98D
Tints of Khaki #EAE98D
RGB
CMYK
RGB Variations
Color information
#EAE98D (or 0xEAE98D) is known color: Khaki. HEX triplet: EA, E9 and 8D. RGB value is (234,233,141). Sum of RGB (Red+Green+Blue) = 234+233+141=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 233 (91.41% from 255 or 38.32% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE98D is #151672. Grayscale: #DFDFDF. Windows color (decimal): -1382003 or 9300458. OLE color: 9300458.
HSL color Cylindrical-coordinate representation of color #EAE98D: 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.4%. Process color model (Four color, CMYK) of #EAE98D is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 141 | - |
| CMYK | 0 | 0.00 | 0.40 | 0.08 |
| HSL | 59.35º | 0.69% | 0.74% | - |
| HSV(B) | 59.35º | 0.4% | 0.92% | - |
| XYZ | 67.88 | 77.69 | 36.62 | - |
| YUV | 222.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 141 | 0 | 0.00 | 0.40 | 0.08 | 59.35 | 0.69 | 0.74 |
| Hex | EA | E9 | 8D | 0 | 0 | 28 | 8 | 3B | 45 | 4A |
| Octal | 352 | 351 | 215 | 0 | 0 | 50 | 10 | 73 | 105 | 112 |
| Binary | 11101010 | 11101001 | 10001101 | 0 | 0 | 101000 | 1000 | 111011 | 1000101 | 1001010 |
Color Harmonies of #EAE98D
Complementary color
Monochromatic Colors of #EAE98D
Black with #EAE98D
Text Example
Text Example
White with #EAE98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE98D; }
p { color: rgb(234,233,141); }
H1.HeaderClassName
{
color: #EAE98D;
}
.AnyTagClassName
{
color: #EAE98D;
}
</style>
background-color css
<style>
a { background-color: #EAE98D; }
a { background-color: rgb(234,233,141); }
div.DivClassName
{
background-color: #EAE98D;
}
.BgClassName
{
background-color: #EAE98D;
}
</style>
border-color css
<style>
span { border-color: #EAE98D; }
span { border-color: rgb(234,233,141); }
td.TdClassName
{
border-color: #EAE98D;
}
.TagClassName
{
border-color: #EAE98D;
}
</style>