Shades of Khaki #ECE191
Tints of Khaki #ECE191
RGB
CMYK
RGB Variations
Color information
#ECE191 (or 0xECE191) is known color: Khaki. HEX triplet: EC, E1 and 91. RGB value is (236,225,145). Sum of RGB (Red+Green+Blue) = 236+225+145=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE191 is #131E6E. Grayscale: #DBDBDB. Windows color (decimal): -1252975 or 9560556. OLE color: 9560556.
HSL color Cylindrical-coordinate representation of color #ECE191: hue angle of 52.75º 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 #ECE191 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 145 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.07 |
| HSL | 52.75º | 0.71% | 0.75% | - |
| HSV(B) | 52.75º | 0.39% | 0.93% | - |
| XYZ | 66.63 | 73.73 | 37.51 | - |
| YUV | 219.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 145 | 0 | 0.05 | 0.39 | 0.07 | 52.75 | 0.71 | 0.75 |
| Hex | EC | E1 | 91 | 0 | 5 | 27 | 7 | 35 | 47 | 4B |
| Octal | 354 | 341 | 221 | 0 | 5 | 47 | 7 | 65 | 107 | 113 |
| Binary | 11101100 | 11100001 | 10010001 | 0 | 101 | 100111 | 111 | 110101 | 1000111 | 1001011 |
Color Harmonies of #ECE191
Complementary color
Monochromatic Colors of #ECE191
Black with #ECE191
Text Example
Text Example
White with #ECE191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE191; }
p { color: rgb(236,225,145); }
H1.HeaderClassName
{
color: #ECE191;
}
.AnyTagClassName
{
color: #ECE191;
}
</style>
background-color css
<style>
a { background-color: #ECE191; }
a { background-color: rgb(236,225,145); }
div.DivClassName
{
background-color: #ECE191;
}
.BgClassName
{
background-color: #ECE191;
}
</style>
border-color css
<style>
span { border-color: #ECE191; }
span { border-color: rgb(236,225,145); }
td.TdClassName
{
border-color: #ECE191;
}
.TagClassName
{
border-color: #ECE191;
}
</style>