Shades of Khaki #ECE193
Tints of Khaki #ECE193
RGB
CMYK
RGB Variations
Color information
#ECE193 (or 0xECE193) is known color: Khaki. HEX triplet: EC, E1 and 93. RGB value is (236,225,147). Sum of RGB (Red+Green+Blue) = 236+225+147=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 225 (88.28% from 255 or 37.01% from 608); Blue value is 147 (57.81% from 255 or 24.18% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE193 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE193 is #131E6C. Grayscale: #DBDBDB. Windows color (decimal): -1252973 or 9691628. OLE color: 9691628.
HSL color Cylindrical-coordinate representation of color #ECE193: hue angle of 52.58º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECE193 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 147 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.07 |
| HSL | 52.58º | 0.7% | 0.75% | - |
| HSV(B) | 52.58º | 0.38% | 0.93% | - |
| XYZ | 66.78 | 73.79 | 38.33 | - |
| YUV | 219.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 147 | 0 | 0.05 | 0.38 | 0.07 | 52.58 | 0.7 | 0.75 |
| Hex | EC | E1 | 93 | 0 | 5 | 26 | 7 | 35 | 46 | 4B |
| Octal | 354 | 341 | 223 | 0 | 5 | 46 | 7 | 65 | 106 | 113 |
| Binary | 11101100 | 11100001 | 10010011 | 0 | 101 | 100110 | 111 | 110101 | 1000110 | 1001011 |
Color Harmonies of #ECE193
Complementary color
Monochromatic Colors of #ECE193
Black with #ECE193
Text Example
Text Example
White with #ECE193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE193; }
p { color: rgb(236,225,147); }
H1.HeaderClassName
{
color: #ECE193;
}
.AnyTagClassName
{
color: #ECE193;
}
</style>
background-color css
<style>
a { background-color: #ECE193; }
a { background-color: rgb(236,225,147); }
div.DivClassName
{
background-color: #ECE193;
}
.BgClassName
{
background-color: #ECE193;
}
</style>
border-color css
<style>
span { border-color: #ECE193; }
span { border-color: rgb(236,225,147); }
td.TdClassName
{
border-color: #ECE193;
}
.TagClassName
{
border-color: #ECE193;
}
</style>