Shades of Khaki #ECE390
Tints of Khaki #ECE390
RGB
CMYK
RGB Variations
Color information
#ECE390 (or 0xECE390) is known color: Khaki. HEX triplet: EC, E3 and 90. RGB value is (236,227,144). Sum of RGB (Red+Green+Blue) = 236+227+144=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 144 (56.64% from 255 or 23.72% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE390 is #131C6F. Grayscale: #DCDCDC. Windows color (decimal): -1252464 or 9495532. OLE color: 9495532.
HSL color Cylindrical-coordinate representation of color #ECE390: hue angle of 54.13º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECE390 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 144 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.07 |
| HSL | 54.13º | 0.71% | 0.75% | - |
| HSV(B) | 54.13º | 0.39% | 0.93% | - |
| XYZ | 67.1 | 74.78 | 37.28 | - |
| YUV | 220.23 | 84.98 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 144 | 0 | 0.04 | 0.39 | 0.07 | 54.13 | 0.71 | 0.75 |
| Hex | EC | E3 | 90 | 0 | 4 | 27 | 7 | 36 | 47 | 4B |
| Octal | 354 | 343 | 220 | 0 | 4 | 47 | 7 | 66 | 107 | 113 |
| Binary | 11101100 | 11100011 | 10010000 | 0 | 100 | 100111 | 111 | 110110 | 1000111 | 1001011 |
Color Harmonies of #ECE390
Complementary color
Monochromatic Colors of #ECE390
Black with #ECE390
Text Example
Text Example
White with #ECE390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE390; }
p { color: rgb(236,227,144); }
H1.HeaderClassName
{
color: #ECE390;
}
.AnyTagClassName
{
color: #ECE390;
}
</style>
background-color css
<style>
a { background-color: #ECE390; }
a { background-color: rgb(236,227,144); }
div.DivClassName
{
background-color: #ECE390;
}
.BgClassName
{
background-color: #ECE390;
}
</style>
border-color css
<style>
span { border-color: #ECE390; }
span { border-color: rgb(236,227,144); }
td.TdClassName
{
border-color: #ECE390;
}
.TagClassName
{
border-color: #ECE390;
}
</style>