Shades of Khaki #ECE195
Tints of Khaki #ECE195
RGB
CMYK
RGB Variations
Color information
#ECE195 (or 0xECE195) is known color: Khaki. HEX triplet: EC, E1 and 95. RGB value is (236,225,149). Sum of RGB (Red+Green+Blue) = 236+225+149=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE195 is #131E6A. Grayscale: #DBDBDB. Windows color (decimal): -1252971 or 9822700. OLE color: 9822700.
HSL color Cylindrical-coordinate representation of color #ECE195: hue angle of 52.41º 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 #ECE195 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 149 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.07 |
| HSL | 52.41º | 0.7% | 0.75% | - |
| HSV(B) | 52.41º | 0.37% | 0.93% | - |
| XYZ | 66.94 | 73.85 | 39.16 | - |
| YUV | 219.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 149 | 0 | 0.05 | 0.37 | 0.07 | 52.41 | 0.7 | 0.75 |
| Hex | EC | E1 | 95 | 0 | 5 | 25 | 7 | 34 | 46 | 4B |
| Octal | 354 | 341 | 225 | 0 | 5 | 45 | 7 | 64 | 106 | 113 |
| Binary | 11101100 | 11100001 | 10010101 | 0 | 101 | 100101 | 111 | 110100 | 1000110 | 1001011 |
Color Harmonies of #ECE195
Complementary color
Monochromatic Colors of #ECE195
Black with #ECE195
Text Example
Text Example
White with #ECE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE195; }
p { color: rgb(236,225,149); }
H1.HeaderClassName
{
color: #ECE195;
}
.AnyTagClassName
{
color: #ECE195;
}
</style>
background-color css
<style>
a { background-color: #ECE195; }
a { background-color: rgb(236,225,149); }
div.DivClassName
{
background-color: #ECE195;
}
.BgClassName
{
background-color: #ECE195;
}
</style>
border-color css
<style>
span { border-color: #ECE195; }
span { border-color: rgb(236,225,149); }
td.TdClassName
{
border-color: #ECE195;
}
.TagClassName
{
border-color: #ECE195;
}
</style>