Shades of Khaki #ECE393
Tints of Khaki #ECE393
RGB
CMYK
RGB Variations
Color information
#ECE393 (or 0xECE393) is known color: Khaki. HEX triplet: EC, E3 and 93. RGB value is (236,227,147). Sum of RGB (Red+Green+Blue) = 236+227+147=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE393 is #131C6C. Grayscale: #DCDCDC. Windows color (decimal): -1252461 or 9692140. OLE color: 9692140.
HSL color Cylindrical-coordinate representation of color #ECE393: hue angle of 53.93º 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 #ECE393 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 147 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.07 |
| HSL | 53.93º | 0.7% | 0.75% | - |
| HSV(B) | 53.93º | 0.38% | 0.93% | - |
| XYZ | 67.33 | 74.88 | 38.51 | - |
| YUV | 220.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 147 | 0 | 0.04 | 0.38 | 0.07 | 53.93 | 0.7 | 0.75 |
| Hex | EC | E3 | 93 | 0 | 4 | 26 | 7 | 36 | 46 | 4B |
| Octal | 354 | 343 | 223 | 0 | 4 | 46 | 7 | 66 | 106 | 113 |
| Binary | 11101100 | 11100011 | 10010011 | 0 | 100 | 100110 | 111 | 110110 | 1000110 | 1001011 |
Color Harmonies of #ECE393
Complementary color
Monochromatic Colors of #ECE393
Black with #ECE393
Text Example
Text Example
White with #ECE393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE393; }
p { color: rgb(236,227,147); }
H1.HeaderClassName
{
color: #ECE393;
}
.AnyTagClassName
{
color: #ECE393;
}
</style>
background-color css
<style>
a { background-color: #ECE393; }
a { background-color: rgb(236,227,147); }
div.DivClassName
{
background-color: #ECE393;
}
.BgClassName
{
background-color: #ECE393;
}
</style>
border-color css
<style>
span { border-color: #ECE393; }
span { border-color: rgb(236,227,147); }
td.TdClassName
{
border-color: #ECE393;
}
.TagClassName
{
border-color: #ECE393;
}
</style>