Shades of Khaki #EAE38F
Tints of Khaki #EAE38F
RGB
CMYK
RGB Variations
Color information
#EAE38F (or 0xEAE38F) is known color: Khaki. HEX triplet: EA, E3 and 8F. RGB value is (234,227,143). Sum of RGB (Red+Green+Blue) = 234+227+143=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE38F is #151C70. Grayscale: #DBDBDB. Windows color (decimal): -1383537 or 9429994. OLE color: 9429994.
HSL color Cylindrical-coordinate representation of color #EAE38F: hue angle of 55.38º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EAE38F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 227 | 143 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.08 |
| HSL | 55.38º | 0.68% | 0.74% | - |
| HSV(B) | 55.38º | 0.39% | 0.92% | - |
| XYZ | 66.36 | 74.41 | 36.85 | - |
| YUV | 219.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 227 | 143 | 0 | 0.03 | 0.39 | 0.08 | 55.38 | 0.68 | 0.74 |
| Hex | EA | E3 | 8F | 0 | 3 | 27 | 8 | 37 | 44 | 4A |
| Octal | 352 | 343 | 217 | 0 | 3 | 47 | 10 | 67 | 104 | 112 |
| Binary | 11101010 | 11100011 | 10001111 | 0 | 11 | 100111 | 1000 | 110111 | 1000100 | 1001010 |
Color Harmonies of #EAE38F
Complementary color
Monochromatic Colors of #EAE38F
Black with #EAE38F
Text Example
Text Example
White with #EAE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE38F; }
p { color: rgb(234,227,143); }
H1.HeaderClassName
{
color: #EAE38F;
}
.AnyTagClassName
{
color: #EAE38F;
}
</style>
background-color css
<style>
a { background-color: #EAE38F; }
a { background-color: rgb(234,227,143); }
div.DivClassName
{
background-color: #EAE38F;
}
.BgClassName
{
background-color: #EAE38F;
}
</style>
border-color css
<style>
span { border-color: #EAE38F; }
span { border-color: rgb(234,227,143); }
td.TdClassName
{
border-color: #EAE38F;
}
.TagClassName
{
border-color: #EAE38F;
}
</style>