Shades of Khaki #ECE197
Tints of Khaki #ECE197
RGB
CMYK
RGB Variations
Color information
#ECE197 (or 0xECE197) is known color: Khaki. HEX triplet: EC, E1 and 97. RGB value is (236,225,151). Sum of RGB (Red+Green+Blue) = 236+225+151=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE197 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE197 is #131E68. Grayscale: #DCDCDC. Windows color (decimal): -1252969 or 9953772. OLE color: 9953772.
HSL color Cylindrical-coordinate representation of color #ECE197: hue angle of 52.24º 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 #ECE197 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 151 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.07 |
| HSL | 52.24º | 0.69% | 0.76% | - |
| HSV(B) | 52.24º | 0.36% | 0.93% | - |
| XYZ | 67.1 | 73.92 | 40.01 | - |
| YUV | 219.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 151 | 0 | 0.05 | 0.36 | 0.07 | 52.24 | 0.69 | 0.76 |
| Hex | EC | E1 | 97 | 0 | 5 | 24 | 7 | 34 | 45 | 4C |
| Octal | 354 | 341 | 227 | 0 | 5 | 44 | 7 | 64 | 105 | 114 |
| Binary | 11101100 | 11100001 | 10010111 | 0 | 101 | 100100 | 111 | 110100 | 1000101 | 1001100 |
Color Harmonies of #ECE197
Complementary color
Monochromatic Colors of #ECE197
Black with #ECE197
Text Example
Text Example
White with #ECE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE197; }
p { color: rgb(236,225,151); }
H1.HeaderClassName
{
color: #ECE197;
}
.AnyTagClassName
{
color: #ECE197;
}
</style>
background-color css
<style>
a { background-color: #ECE197; }
a { background-color: rgb(236,225,151); }
div.DivClassName
{
background-color: #ECE197;
}
.BgClassName
{
background-color: #ECE197;
}
</style>
border-color css
<style>
span { border-color: #ECE197; }
span { border-color: rgb(236,225,151); }
td.TdClassName
{
border-color: #ECE197;
}
.TagClassName
{
border-color: #ECE197;
}
</style>