Shades of Khaki #EAEA8B
Tints of Khaki #EAEA8B
RGB
CMYK
RGB Variations
Color information
#EAEA8B (or 0xEAEA8B) is known color: Khaki. HEX triplet: EA, EA and 8B. RGB value is (234,234,139). Sum of RGB (Red+Green+Blue) = 234+234+139=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAEA8B is #151574. Grayscale: #DFDFDF. Windows color (decimal): -1381749 or 9169642. OLE color: 9169642.
HSL color Cylindrical-coordinate representation of color #EAEA8B: hue angle of 60º degrees, saturation: 0.69, 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 #EAEA8B is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 139 | - |
| CMYK | 0 | 0 | 0.41 | 0.08 |
| HSL | 60º | 0.69% | 0.73% | - |
| HSV(B) | 60º | 0.41% | 0.92% | - |
| XYZ | 68.01 | 78.2 | 35.94 | - |
| YUV | 223.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 139 | 0 | 0 | 0.41 | 0.08 | 60 | 0.69 | 0.73 |
| Hex | EA | EA | 8B | 0 | 0 | 29 | 8 | 3C | 45 | 49 |
| Octal | 352 | 352 | 213 | 0 | 0 | 51 | 10 | 74 | 105 | 111 |
| Binary | 11101010 | 11101010 | 10001011 | 0 | 0 | 101001 | 1000 | 111100 | 1000101 | 1001001 |
Color Harmonies of #EAEA8B
Complementary color
Monochromatic Colors of #EAEA8B
Black with #EAEA8B
Text Example
Text Example
White with #EAEA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA8B; }
p { color: rgb(234,234,139); }
H1.HeaderClassName
{
color: #EAEA8B;
}
.AnyTagClassName
{
color: #EAEA8B;
}
</style>
background-color css
<style>
a { background-color: #EAEA8B; }
a { background-color: rgb(234,234,139); }
div.DivClassName
{
background-color: #EAEA8B;
}
.BgClassName
{
background-color: #EAEA8B;
}
</style>
border-color css
<style>
span { border-color: #EAEA8B; }
span { border-color: rgb(234,234,139); }
td.TdClassName
{
border-color: #EAEA8B;
}
.TagClassName
{
border-color: #EAEA8B;
}
</style>