Shades of Khaki #ECEA8C
Tints of Khaki #ECEA8C
RGB
CMYK
RGB Variations
Color information
#ECEA8C (or 0xECEA8C) is known color: Khaki. HEX triplet: EC, EA and 8C. RGB value is (236,234,140). Sum of RGB (Red+Green+Blue) = 236+234+140=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA8C is #131573. Grayscale: #E0E0E0. Windows color (decimal): -1250676 or 9235180. OLE color: 9235180.
HSL color Cylindrical-coordinate representation of color #ECEA8C: hue angle of 58.75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECEA8C is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 140 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.07 |
| HSL | 58.75º | 0.72% | 0.74% | - |
| HSV(B) | 58.75º | 0.41% | 0.93% | - |
| XYZ | 68.75 | 78.57 | 36.35 | - |
| YUV | 223.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 140 | 0 | 0.01 | 0.41 | 0.07 | 58.75 | 0.72 | 0.74 |
| Hex | EC | EA | 8C | 0 | 1 | 29 | 7 | 3B | 48 | 4A |
| Octal | 354 | 352 | 214 | 0 | 1 | 51 | 7 | 73 | 110 | 112 |
| Binary | 11101100 | 11101010 | 10001100 | 0 | 1 | 101001 | 111 | 111011 | 1001000 | 1001010 |
Color Harmonies of #ECEA8C
Complementary color
Monochromatic Colors of #ECEA8C
Black with #ECEA8C
Text Example
Text Example
White with #ECEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA8C; }
p { color: rgb(236,234,140); }
H1.HeaderClassName
{
color: #ECEA8C;
}
.AnyTagClassName
{
color: #ECEA8C;
}
</style>
background-color css
<style>
a { background-color: #ECEA8C; }
a { background-color: rgb(236,234,140); }
div.DivClassName
{
background-color: #ECEA8C;
}
.BgClassName
{
background-color: #ECEA8C;
}
</style>
border-color css
<style>
span { border-color: #ECEA8C; }
span { border-color: rgb(236,234,140); }
td.TdClassName
{
border-color: #ECEA8C;
}
.TagClassName
{
border-color: #ECEA8C;
}
</style>