Shades of Khaki #ECE095
Tints of Khaki #ECE095
RGB
CMYK
RGB Variations
Color information
#ECE095 (or 0xECE095) is known color: Khaki. HEX triplet: EC, E0 and 95. RGB value is (236,224,149). Sum of RGB (Red+Green+Blue) = 236+224+149=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 149 (58.59% from 255 or 24.47% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE095 is #131F6A. Grayscale: #DBDBDB. Windows color (decimal): -1253227 or 9822444. OLE color: 9822444.
HSL color Cylindrical-coordinate representation of color #ECE095: hue angle of 51.72º 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 #ECE095 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 149 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.07 |
| HSL | 51.72º | 0.7% | 0.75% | - |
| HSV(B) | 51.72º | 0.37% | 0.93% | - |
| XYZ | 66.67 | 73.31 | 39.07 | - |
| YUV | 219.04 | 88.48 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 149 | 0 | 0.05 | 0.37 | 0.07 | 51.72 | 0.7 | 0.75 |
| Hex | EC | E0 | 95 | 0 | 5 | 25 | 7 | 34 | 46 | 4B |
| Octal | 354 | 340 | 225 | 0 | 5 | 45 | 7 | 64 | 106 | 113 |
| Binary | 11101100 | 11100000 | 10010101 | 0 | 101 | 100101 | 111 | 110100 | 1000110 | 1001011 |
Color Harmonies of #ECE095
Complementary color
Monochromatic Colors of #ECE095
Black with #ECE095
Text Example
Text Example
White with #ECE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE095; }
p { color: rgb(236,224,149); }
H1.HeaderClassName
{
color: #ECE095;
}
.AnyTagClassName
{
color: #ECE095;
}
</style>
background-color css
<style>
a { background-color: #ECE095; }
a { background-color: rgb(236,224,149); }
div.DivClassName
{
background-color: #ECE095;
}
.BgClassName
{
background-color: #ECE095;
}
</style>
border-color css
<style>
span { border-color: #ECE095; }
span { border-color: rgb(236,224,149); }
td.TdClassName
{
border-color: #ECE095;
}
.TagClassName
{
border-color: #ECE095;
}
</style>