Shades of Khaki #EAE48A
Tints of Khaki #EAE48A
RGB
CMYK
RGB Variations
Color information
#EAE48A (or 0xEAE48A) is known color: Khaki. HEX triplet: EA, E4 and 8A. RGB value is (234,228,138). Sum of RGB (Red+Green+Blue) = 234+228+138=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE48A is #151B75. Grayscale: #DBDBDB. Windows color (decimal): -1383286 or 9102570. OLE color: 9102570.
HSL color Cylindrical-coordinate representation of color #EAE48A: hue angle of 56.25º 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 #EAE48A is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 138 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.08 |
| HSL | 56.25º | 0.7% | 0.73% | - |
| HSV(B) | 56.25º | 0.41% | 0.92% | - |
| XYZ | 66.26 | 74.81 | 34.99 | - |
| YUV | 219.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 138 | 0 | 0.03 | 0.41 | 0.08 | 56.25 | 0.7 | 0.73 |
| Hex | EA | E4 | 8A | 0 | 3 | 29 | 8 | 38 | 46 | 49 |
| Octal | 352 | 344 | 212 | 0 | 3 | 51 | 10 | 70 | 106 | 111 |
| Binary | 11101010 | 11100100 | 10001010 | 0 | 11 | 101001 | 1000 | 111000 | 1000110 | 1001001 |
Color Harmonies of #EAE48A
Complementary color
Monochromatic Colors of #EAE48A
Black with #EAE48A
Text Example
Text Example
White with #EAE48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE48A; }
p { color: rgb(234,228,138); }
H1.HeaderClassName
{
color: #EAE48A;
}
.AnyTagClassName
{
color: #EAE48A;
}
</style>
background-color css
<style>
a { background-color: #EAE48A; }
a { background-color: rgb(234,228,138); }
div.DivClassName
{
background-color: #EAE48A;
}
.BgClassName
{
background-color: #EAE48A;
}
</style>
border-color css
<style>
span { border-color: #EAE48A; }
span { border-color: rgb(234,228,138); }
td.TdClassName
{
border-color: #EAE48A;
}
.TagClassName
{
border-color: #EAE48A;
}
</style>