Shades of Khaki #ECE394
Tints of Khaki #ECE394
RGB
CMYK
RGB Variations
Color information
#ECE394 (or 0xECE394) is known color: Khaki. HEX triplet: EC, E3 and 94. RGB value is (236,227,148). Sum of RGB (Red+Green+Blue) = 236+227+148=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE394 is #131C6B. Grayscale: #DDDDDD. Windows color (decimal): -1252460 or 9757676. OLE color: 9757676.
HSL color Cylindrical-coordinate representation of color #ECE394: hue angle of 53.86º 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 #ECE394 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 148 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.07 |
| HSL | 53.86º | 0.7% | 0.75% | - |
| HSV(B) | 53.86º | 0.37% | 0.93% | - |
| XYZ | 67.41 | 74.91 | 38.92 | - |
| YUV | 220.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 148 | 0 | 0.04 | 0.37 | 0.07 | 53.86 | 0.7 | 0.75 |
| Hex | EC | E3 | 94 | 0 | 4 | 25 | 7 | 36 | 46 | 4B |
| Octal | 354 | 343 | 224 | 0 | 4 | 45 | 7 | 66 | 106 | 113 |
| Binary | 11101100 | 11100011 | 10010100 | 0 | 100 | 100101 | 111 | 110110 | 1000110 | 1001011 |
Color Harmonies of #ECE394
Complementary color
Monochromatic Colors of #ECE394
Black with #ECE394
Text Example
Text Example
White with #ECE394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE394; }
p { color: rgb(236,227,148); }
H1.HeaderClassName
{
color: #ECE394;
}
.AnyTagClassName
{
color: #ECE394;
}
</style>
background-color css
<style>
a { background-color: #ECE394; }
a { background-color: rgb(236,227,148); }
div.DivClassName
{
background-color: #ECE394;
}
.BgClassName
{
background-color: #ECE394;
}
</style>
border-color css
<style>
span { border-color: #ECE394; }
span { border-color: rgb(236,227,148); }
td.TdClassName
{
border-color: #ECE394;
}
.TagClassName
{
border-color: #ECE394;
}
</style>