Shades of Khaki #ECE496
Tints of Khaki #ECE496
RGB
CMYK
RGB Variations
Color information
#ECE496 (or 0xECE496) is known color: Khaki. HEX triplet: EC, E4 and 96. RGB value is (236,228,150). Sum of RGB (Red+Green+Blue) = 236+228+150=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE496 is #131B69. Grayscale: #DDDDDD. Windows color (decimal): -1252202 or 9889004. OLE color: 9889004.
HSL color Cylindrical-coordinate representation of color #ECE496: hue angle of 54.42º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECE496 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 150 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.07 |
| HSL | 54.42º | 0.69% | 0.76% | - |
| HSV(B) | 54.42º | 0.36% | 0.93% | - |
| XYZ | 67.84 | 75.52 | 39.86 | - |
| YUV | 221.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 150 | 0 | 0.03 | 0.36 | 0.07 | 54.42 | 0.69 | 0.76 |
| Hex | EC | E4 | 96 | 0 | 3 | 24 | 7 | 36 | 45 | 4C |
| Octal | 354 | 344 | 226 | 0 | 3 | 44 | 7 | 66 | 105 | 114 |
| Binary | 11101100 | 11100100 | 10010110 | 0 | 11 | 100100 | 111 | 110110 | 1000101 | 1001100 |
Color Harmonies of #ECE496
Complementary color
Monochromatic Colors of #ECE496
Black with #ECE496
Text Example
Text Example
White with #ECE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE496; }
p { color: rgb(236,228,150); }
H1.HeaderClassName
{
color: #ECE496;
}
.AnyTagClassName
{
color: #ECE496;
}
</style>
background-color css
<style>
a { background-color: #ECE496; }
a { background-color: rgb(236,228,150); }
div.DivClassName
{
background-color: #ECE496;
}
.BgClassName
{
background-color: #ECE496;
}
</style>
border-color css
<style>
span { border-color: #ECE496; }
span { border-color: rgb(236,228,150); }
td.TdClassName
{
border-color: #ECE496;
}
.TagClassName
{
border-color: #ECE496;
}
</style>