Shades of Khaki #ECE190
Tints of Khaki #ECE190
RGB
CMYK
RGB Variations
Color information
#ECE190 (or 0xECE190) is known color: Khaki. HEX triplet: EC, E1 and 90. RGB value is (236,225,144). Sum of RGB (Red+Green+Blue) = 236+225+144=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE190 is #131E6F. Grayscale: #DBDBDB. Windows color (decimal): -1252976 or 9495020. OLE color: 9495020.
HSL color Cylindrical-coordinate representation of color #ECE190: hue angle of 52.83º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECE190 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 144 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.07 |
| HSL | 52.83º | 0.71% | 0.75% | - |
| HSV(B) | 52.83º | 0.39% | 0.93% | - |
| XYZ | 66.55 | 73.7 | 37.1 | - |
| YUV | 219.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 144 | 0 | 0.05 | 0.39 | 0.07 | 52.83 | 0.71 | 0.75 |
| Hex | EC | E1 | 90 | 0 | 5 | 27 | 7 | 35 | 47 | 4B |
| Octal | 354 | 341 | 220 | 0 | 5 | 47 | 7 | 65 | 107 | 113 |
| Binary | 11101100 | 11100001 | 10010000 | 0 | 101 | 100111 | 111 | 110101 | 1000111 | 1001011 |
Color Harmonies of #ECE190
Complementary color
Monochromatic Colors of #ECE190
Black with #ECE190
Text Example
Text Example
White with #ECE190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE190; }
p { color: rgb(236,225,144); }
H1.HeaderClassName
{
color: #ECE190;
}
.AnyTagClassName
{
color: #ECE190;
}
</style>
background-color css
<style>
a { background-color: #ECE190; }
a { background-color: rgb(236,225,144); }
div.DivClassName
{
background-color: #ECE190;
}
.BgClassName
{
background-color: #ECE190;
}
</style>
border-color css
<style>
span { border-color: #ECE190; }
span { border-color: rgb(236,225,144); }
td.TdClassName
{
border-color: #ECE190;
}
.TagClassName
{
border-color: #ECE190;
}
</style>