Shades of Khaki #ECEA8D
Tints of Khaki #ECEA8D
RGB
CMYK
RGB Variations
Color information
#ECEA8D (or 0xECEA8D) is known color: Khaki. HEX triplet: EC, EA and 8D. RGB value is (236,234,141). Sum of RGB (Red+Green+Blue) = 236+234+141=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA8D is #131572. Grayscale: #E0E0E0. Windows color (decimal): -1250675 or 9300716. OLE color: 9300716.
HSL color Cylindrical-coordinate representation of color #ECEA8D: hue angle of 58.74º 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 #ECEA8D is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 141 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.07 |
| HSL | 58.74º | 0.71% | 0.74% | - |
| HSV(B) | 58.74º | 0.4% | 0.93% | - |
| XYZ | 68.82 | 78.6 | 36.74 | - |
| YUV | 224 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 141 | 0 | 0.01 | 0.40 | 0.07 | 58.74 | 0.71 | 0.74 |
| Hex | EC | EA | 8D | 0 | 1 | 28 | 7 | 3B | 47 | 4A |
| Octal | 354 | 352 | 215 | 0 | 1 | 50 | 7 | 73 | 107 | 112 |
| Binary | 11101100 | 11101010 | 10001101 | 0 | 1 | 101000 | 111 | 111011 | 1000111 | 1001010 |
Color Harmonies of #ECEA8D
Complementary color
Monochromatic Colors of #ECEA8D
Black with #ECEA8D
Text Example
Text Example
White with #ECEA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA8D; }
p { color: rgb(236,234,141); }
H1.HeaderClassName
{
color: #ECEA8D;
}
.AnyTagClassName
{
color: #ECEA8D;
}
</style>
background-color css
<style>
a { background-color: #ECEA8D; }
a { background-color: rgb(236,234,141); }
div.DivClassName
{
background-color: #ECEA8D;
}
.BgClassName
{
background-color: #ECEA8D;
}
</style>
border-color css
<style>
span { border-color: #ECEA8D; }
span { border-color: rgb(236,234,141); }
td.TdClassName
{
border-color: #ECEA8D;
}
.TagClassName
{
border-color: #ECEA8D;
}
</style>