Shades of Khaki #EAE990
Tints of Khaki #EAE990
RGB
CMYK
RGB Variations
Color information
#EAE990 (or 0xEAE990) is known color: Khaki. HEX triplet: EA, E9 and 90. RGB value is (234,233,144). Sum of RGB (Red+Green+Blue) = 234+233+144=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE990 is #15166F. Grayscale: #DFDFDF. Windows color (decimal): -1382000 or 9497066. OLE color: 9497066.
HSL color Cylindrical-coordinate representation of color #EAE990: hue angle of 59.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAE990 is Cyan = 0, Magento = 0.00, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 144 | - |
| CMYK | 0 | 0.00 | 0.38 | 0.08 |
| HSL | 59.33º | 0.68% | 0.74% | - |
| HSV(B) | 59.33º | 0.38% | 0.92% | - |
| XYZ | 68.1 | 77.78 | 37.81 | - |
| YUV | 223.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 144 | 0 | 0.00 | 0.38 | 0.08 | 59.33 | 0.68 | 0.74 |
| Hex | EA | E9 | 90 | 0 | 0 | 26 | 8 | 3B | 44 | 4A |
| Octal | 352 | 351 | 220 | 0 | 0 | 46 | 10 | 73 | 104 | 112 |
| Binary | 11101010 | 11101001 | 10010000 | 0 | 0 | 100110 | 1000 | 111011 | 1000100 | 1001010 |
Color Harmonies of #EAE990
Complementary color
Monochromatic Colors of #EAE990
Black with #EAE990
Text Example
Text Example
White with #EAE990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE990; }
p { color: rgb(234,233,144); }
H1.HeaderClassName
{
color: #EAE990;
}
.AnyTagClassName
{
color: #EAE990;
}
</style>
background-color css
<style>
a { background-color: #EAE990; }
a { background-color: rgb(234,233,144); }
div.DivClassName
{
background-color: #EAE990;
}
.BgClassName
{
background-color: #EAE990;
}
</style>
border-color css
<style>
span { border-color: #EAE990; }
span { border-color: rgb(234,233,144); }
td.TdClassName
{
border-color: #EAE990;
}
.TagClassName
{
border-color: #EAE990;
}
</style>