Shades of Khaki #EAE98A
Tints of Khaki #EAE98A
RGB
CMYK
RGB Variations
Color information
#EAE98A (or 0xEAE98A) is known color: Khaki. HEX triplet: EA, E9 and 8A. RGB value is (234,233,138). Sum of RGB (Red+Green+Blue) = 234+233+138=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE98A is #151675. Grayscale: #DEDEDE. Windows color (decimal): -1382006 or 9103850. OLE color: 9103850.
HSL color Cylindrical-coordinate representation of color #EAE98A: hue angle of 59.38º 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 #EAE98A is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 138 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.08 |
| HSL | 59.38º | 0.7% | 0.73% | - |
| HSV(B) | 59.38º | 0.41% | 0.92% | - |
| XYZ | 67.66 | 77.61 | 35.46 | - |
| YUV | 222.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 138 | 0 | 0.00 | 0.41 | 0.08 | 59.38 | 0.7 | 0.73 |
| Hex | EA | E9 | 8A | 0 | 0 | 29 | 8 | 3B | 46 | 49 |
| Octal | 352 | 351 | 212 | 0 | 0 | 51 | 10 | 73 | 106 | 111 |
| Binary | 11101010 | 11101001 | 10001010 | 0 | 0 | 101001 | 1000 | 111011 | 1000110 | 1001001 |
Color Harmonies of #EAE98A
Complementary color
Monochromatic Colors of #EAE98A
Black with #EAE98A
Text Example
Text Example
White with #EAE98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE98A; }
p { color: rgb(234,233,138); }
H1.HeaderClassName
{
color: #EAE98A;
}
.AnyTagClassName
{
color: #EAE98A;
}
</style>
background-color css
<style>
a { background-color: #EAE98A; }
a { background-color: rgb(234,233,138); }
div.DivClassName
{
background-color: #EAE98A;
}
.BgClassName
{
background-color: #EAE98A;
}
</style>
border-color css
<style>
span { border-color: #EAE98A; }
span { border-color: rgb(234,233,138); }
td.TdClassName
{
border-color: #EAE98A;
}
.TagClassName
{
border-color: #EAE98A;
}
</style>