Shades of Khaki #ECE595
Tints of Khaki #ECE595
RGB
CMYK
RGB Variations
Color information
#ECE595 (or 0xECE595) is known color: Khaki. HEX triplet: EC, E5 and 95. RGB value is (236,229,149). Sum of RGB (Red+Green+Blue) = 236+229+149=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE595 is #131A6A. Grayscale: #DEDEDE. Windows color (decimal): -1251947 or 9823724. OLE color: 9823724.
HSL color Cylindrical-coordinate representation of color #ECE595: hue angle of 55.17º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECE595 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 149 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.07 |
| HSL | 55.17º | 0.7% | 0.75% | - |
| HSV(B) | 55.17º | 0.37% | 0.93% | - |
| XYZ | 68.04 | 76.04 | 39.53 | - |
| YUV | 221.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 149 | 0 | 0.03 | 0.37 | 0.07 | 55.17 | 0.7 | 0.75 |
| Hex | EC | E5 | 95 | 0 | 3 | 25 | 7 | 37 | 46 | 4B |
| Octal | 354 | 345 | 225 | 0 | 3 | 45 | 7 | 67 | 106 | 113 |
| Binary | 11101100 | 11100101 | 10010101 | 0 | 11 | 100101 | 111 | 110111 | 1000110 | 1001011 |
Color Harmonies of #ECE595
Complementary color
Monochromatic Colors of #ECE595
Black with #ECE595
Text Example
Text Example
White with #ECE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE595; }
p { color: rgb(236,229,149); }
H1.HeaderClassName
{
color: #ECE595;
}
.AnyTagClassName
{
color: #ECE595;
}
</style>
background-color css
<style>
a { background-color: #ECE595; }
a { background-color: rgb(236,229,149); }
div.DivClassName
{
background-color: #ECE595;
}
.BgClassName
{
background-color: #ECE595;
}
</style>
border-color css
<style>
span { border-color: #ECE595; }
span { border-color: rgb(236,229,149); }
td.TdClassName
{
border-color: #ECE595;
}
.TagClassName
{
border-color: #ECE595;
}
</style>