Shades of Khaki #EAE796
Tints of Khaki #EAE796
RGB
CMYK
RGB Variations
Color information
#EAE796 (or 0xEAE796) is known color: Khaki. HEX triplet: EA, E7 and 96. RGB value is (234,231,150). Sum of RGB (Red+Green+Blue) = 234+231+150=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE796 is #151869. Grayscale: #DEDEDE. Windows color (decimal): -1382506 or 9889770. OLE color: 9889770.
HSL color Cylindrical-coordinate representation of color #EAE796: hue angle of 57.86º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAE796 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 231 | 150 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.08 |
| HSL | 57.86º | 0.67% | 0.75% | - |
| HSV(B) | 57.86º | 0.36% | 0.92% | - |
| XYZ | 68.01 | 76.85 | 40.1 | - |
| YUV | 222.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 231 | 150 | 0 | 0.01 | 0.36 | 0.08 | 57.86 | 0.67 | 0.75 |
| Hex | EA | E7 | 96 | 0 | 1 | 24 | 8 | 3A | 43 | 4B |
| Octal | 352 | 347 | 226 | 0 | 1 | 44 | 10 | 72 | 103 | 113 |
| Binary | 11101010 | 11100111 | 10010110 | 0 | 1 | 100100 | 1000 | 111010 | 1000011 | 1001011 |
Color Harmonies of #EAE796
Complementary color
Monochromatic Colors of #EAE796
Black with #EAE796
Text Example
Text Example
White with #EAE796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE796; }
p { color: rgb(234,231,150); }
H1.HeaderClassName
{
color: #EAE796;
}
.AnyTagClassName
{
color: #EAE796;
}
</style>
background-color css
<style>
a { background-color: #EAE796; }
a { background-color: rgb(234,231,150); }
div.DivClassName
{
background-color: #EAE796;
}
.BgClassName
{
background-color: #EAE796;
}
</style>
border-color css
<style>
span { border-color: #EAE796; }
span { border-color: rgb(234,231,150); }
td.TdClassName
{
border-color: #EAE796;
}
.TagClassName
{
border-color: #EAE796;
}
</style>