Shades of Khaki #ECEC8A
Tints of Khaki #ECEC8A
RGB
CMYK
RGB Variations
Color information
#ECEC8A (or 0xECEC8A) is known color: Khaki. HEX triplet: EC, EC and 8A. RGB value is (236,236,138). Sum of RGB (Red+Green+Blue) = 236+236+138=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC8A is #131375. Grayscale: #E1E1E1. Windows color (decimal): -1250166 or 9104620. OLE color: 9104620.
HSL color Cylindrical-coordinate representation of color #ECEC8A: hue angle of 60º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECEC8A is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 138 | - |
| CMYK | 0 | 0 | 0.42 | 0.07 |
| HSL | 60º | 0.72% | 0.73% | - |
| HSV(B) | 60º | 0.42% | 0.93% | - |
| XYZ | 69.17 | 79.66 | 35.77 | - |
| YUV | 224.83 | 79 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 138 | 0 | 0 | 0.42 | 0.07 | 60 | 0.72 | 0.73 |
| Hex | EC | EC | 8A | 0 | 0 | 2A | 7 | 3C | 48 | 49 |
| Octal | 354 | 354 | 212 | 0 | 0 | 52 | 7 | 74 | 110 | 111 |
| Binary | 11101100 | 11101100 | 10001010 | 0 | 0 | 101010 | 111 | 111100 | 1001000 | 1001001 |
Color Harmonies of #ECEC8A
Complementary color
Monochromatic Colors of #ECEC8A
Black with #ECEC8A
Text Example
Text Example
White with #ECEC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC8A; }
p { color: rgb(236,236,138); }
H1.HeaderClassName
{
color: #ECEC8A;
}
.AnyTagClassName
{
color: #ECEC8A;
}
</style>
background-color css
<style>
a { background-color: #ECEC8A; }
a { background-color: rgb(236,236,138); }
div.DivClassName
{
background-color: #ECEC8A;
}
.BgClassName
{
background-color: #ECEC8A;
}
</style>
border-color css
<style>
span { border-color: #ECEC8A; }
span { border-color: rgb(236,236,138); }
td.TdClassName
{
border-color: #ECEC8A;
}
.TagClassName
{
border-color: #ECEC8A;
}
</style>