Shades of Khaki #ECE592
Tints of Khaki #ECE592
RGB
CMYK
RGB Variations
Color information
#ECE592 (or 0xECE592) is known color: Khaki. HEX triplet: EC, E5 and 92. RGB value is (236,229,146). Sum of RGB (Red+Green+Blue) = 236+229+146=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE592 is #131A6D. Grayscale: #DDDDDD. Windows color (decimal): -1251950 or 9627116. OLE color: 9627116.
HSL color Cylindrical-coordinate representation of color #ECE592: hue angle of 55.33º 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 #ECE592 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 146 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.07 |
| HSL | 55.33º | 0.7% | 0.75% | - |
| HSV(B) | 55.33º | 0.38% | 0.93% | - |
| XYZ | 67.8 | 75.95 | 38.28 | - |
| YUV | 221.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 146 | 0 | 0.03 | 0.38 | 0.07 | 55.33 | 0.7 | 0.75 |
| Hex | EC | E5 | 92 | 0 | 3 | 26 | 7 | 37 | 46 | 4B |
| Octal | 354 | 345 | 222 | 0 | 3 | 46 | 7 | 67 | 106 | 113 |
| Binary | 11101100 | 11100101 | 10010010 | 0 | 11 | 100110 | 111 | 110111 | 1000110 | 1001011 |
Color Harmonies of #ECE592
Complementary color
Monochromatic Colors of #ECE592
Black with #ECE592
Text Example
Text Example
White with #ECE592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE592; }
p { color: rgb(236,229,146); }
H1.HeaderClassName
{
color: #ECE592;
}
.AnyTagClassName
{
color: #ECE592;
}
</style>
background-color css
<style>
a { background-color: #ECE592; }
a { background-color: rgb(236,229,146); }
div.DivClassName
{
background-color: #ECE592;
}
.BgClassName
{
background-color: #ECE592;
}
</style>
border-color css
<style>
span { border-color: #ECE592; }
span { border-color: rgb(236,229,146); }
td.TdClassName
{
border-color: #ECE592;
}
.TagClassName
{
border-color: #ECE592;
}
</style>