Shades of Khaki #ECE395
Tints of Khaki #ECE395
RGB
CMYK
RGB Variations
Color information
#ECE395 (or 0xECE395) is known color: Khaki. HEX triplet: EC, E3 and 95. RGB value is (236,227,149). Sum of RGB (Red+Green+Blue) = 236+227+149=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 149 (58.59% from 255 or 24.35% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE395 is #131C6A. Grayscale: #DDDDDD. Windows color (decimal): -1252459 or 9823212. OLE color: 9823212.
HSL color Cylindrical-coordinate representation of color #ECE395: hue angle of 53.79º 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 #ECE395 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 149 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.07 |
| HSL | 53.79º | 0.7% | 0.75% | - |
| HSV(B) | 53.79º | 0.37% | 0.93% | - |
| XYZ | 67.49 | 74.94 | 39.34 | - |
| YUV | 220.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 149 | 0 | 0.04 | 0.37 | 0.07 | 53.79 | 0.7 | 0.75 |
| Hex | EC | E3 | 95 | 0 | 4 | 25 | 7 | 36 | 46 | 4B |
| Octal | 354 | 343 | 225 | 0 | 4 | 45 | 7 | 66 | 106 | 113 |
| Binary | 11101100 | 11100011 | 10010101 | 0 | 100 | 100101 | 111 | 110110 | 1000110 | 1001011 |
Color Harmonies of #ECE395
Complementary color
Monochromatic Colors of #ECE395
Black with #ECE395
Text Example
Text Example
White with #ECE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE395; }
p { color: rgb(236,227,149); }
H1.HeaderClassName
{
color: #ECE395;
}
.AnyTagClassName
{
color: #ECE395;
}
</style>
background-color css
<style>
a { background-color: #ECE395; }
a { background-color: rgb(236,227,149); }
div.DivClassName
{
background-color: #ECE395;
}
.BgClassName
{
background-color: #ECE395;
}
</style>
border-color css
<style>
span { border-color: #ECE395; }
span { border-color: rgb(236,227,149); }
td.TdClassName
{
border-color: #ECE395;
}
.TagClassName
{
border-color: #ECE395;
}
</style>