Shades of Khaki #ECE38D
Tints of Khaki #ECE38D
RGB
CMYK
RGB Variations
Color information
#ECE38D (or 0xECE38D) is known color: Khaki. HEX triplet: EC, E3 and 8D. RGB value is (236,227,141). Sum of RGB (Red+Green+Blue) = 236+227+141=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE38D is #131C72. Grayscale: #DCDCDC. Windows color (decimal): -1252467 or 9298924. OLE color: 9298924.
HSL color Cylindrical-coordinate representation of color #ECE38D: hue angle of 54.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECE38D is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 141 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.07 |
| HSL | 54.32º | 0.71% | 0.74% | - |
| HSV(B) | 54.32º | 0.4% | 0.93% | - |
| XYZ | 66.87 | 74.69 | 36.09 | - |
| YUV | 219.89 | 83.48 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 141 | 0 | 0.04 | 0.40 | 0.07 | 54.32 | 0.71 | 0.74 |
| Hex | EC | E3 | 8D | 0 | 4 | 28 | 7 | 36 | 47 | 4A |
| Octal | 354 | 343 | 215 | 0 | 4 | 50 | 7 | 66 | 107 | 112 |
| Binary | 11101100 | 11100011 | 10001101 | 0 | 100 | 101000 | 111 | 110110 | 1000111 | 1001010 |
Color Harmonies of #ECE38D
Complementary color
Monochromatic Colors of #ECE38D
Black with #ECE38D
Text Example
Text Example
White with #ECE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE38D; }
p { color: rgb(236,227,141); }
H1.HeaderClassName
{
color: #ECE38D;
}
.AnyTagClassName
{
color: #ECE38D;
}
</style>
background-color css
<style>
a { background-color: #ECE38D; }
a { background-color: rgb(236,227,141); }
div.DivClassName
{
background-color: #ECE38D;
}
.BgClassName
{
background-color: #ECE38D;
}
</style>
border-color css
<style>
span { border-color: #ECE38D; }
span { border-color: rgb(236,227,141); }
td.TdClassName
{
border-color: #ECE38D;
}
.TagClassName
{
border-color: #ECE38D;
}
</style>