Shades of Khaki #ECE096
Tints of Khaki #ECE096
RGB
CMYK
RGB Variations
Color information
#ECE096 (or 0xECE096) is known color: Khaki. HEX triplet: EC, E0 and 96. RGB value is (236,224,150). Sum of RGB (Red+Green+Blue) = 236+224+150=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE096 is #131F69. Grayscale: #DBDBDB. Windows color (decimal): -1253226 or 9887980. OLE color: 9887980.
HSL color Cylindrical-coordinate representation of color #ECE096: hue angle of 51.63º 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 #ECE096 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 150 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.07 |
| HSL | 51.63º | 0.69% | 0.76% | - |
| HSV(B) | 51.63º | 0.36% | 0.93% | - |
| XYZ | 66.75 | 73.35 | 39.49 | - |
| YUV | 219.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 150 | 0 | 0.05 | 0.36 | 0.07 | 51.63 | 0.69 | 0.76 |
| Hex | EC | E0 | 96 | 0 | 5 | 24 | 7 | 34 | 45 | 4C |
| Octal | 354 | 340 | 226 | 0 | 5 | 44 | 7 | 64 | 105 | 114 |
| Binary | 11101100 | 11100000 | 10010110 | 0 | 101 | 100100 | 111 | 110100 | 1000101 | 1001100 |
Color Harmonies of #ECE096
Complementary color
Monochromatic Colors of #ECE096
Black with #ECE096
Text Example
Text Example
White with #ECE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE096; }
p { color: rgb(236,224,150); }
H1.HeaderClassName
{
color: #ECE096;
}
.AnyTagClassName
{
color: #ECE096;
}
</style>
background-color css
<style>
a { background-color: #ECE096; }
a { background-color: rgb(236,224,150); }
div.DivClassName
{
background-color: #ECE096;
}
.BgClassName
{
background-color: #ECE096;
}
</style>
border-color css
<style>
span { border-color: #ECE096; }
span { border-color: rgb(236,224,150); }
td.TdClassName
{
border-color: #ECE096;
}
.TagClassName
{
border-color: #ECE096;
}
</style>