Shades of Khaki #ECEB8C
Tints of Khaki #ECEB8C
RGB
CMYK
RGB Variations
Color information
#ECEB8C (or 0xECEB8C) is known color: Khaki. HEX triplet: EC, EB and 8C. RGB value is (236,235,140). Sum of RGB (Red+Green+Blue) = 236+235+140=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB8C is #131473. Grayscale: #E0E0E0. Windows color (decimal): -1250420 or 9235436. OLE color: 9235436.
HSL color Cylindrical-coordinate representation of color #ECEB8C: hue angle of 59.38º 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 #ECEB8C is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 140 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.07 |
| HSL | 59.38º | 0.72% | 0.74% | - |
| HSV(B) | 59.38º | 0.41% | 0.93% | - |
| XYZ | 69.03 | 79.14 | 36.45 | - |
| YUV | 224.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 140 | 0 | 0.00 | 0.41 | 0.07 | 59.38 | 0.72 | 0.74 |
| Hex | EC | EB | 8C | 0 | 0 | 29 | 7 | 3B | 48 | 4A |
| Octal | 354 | 353 | 214 | 0 | 0 | 51 | 7 | 73 | 110 | 112 |
| Binary | 11101100 | 11101011 | 10001100 | 0 | 0 | 101001 | 111 | 111011 | 1001000 | 1001010 |
Color Harmonies of #ECEB8C
Complementary color
Monochromatic Colors of #ECEB8C
Black with #ECEB8C
Text Example
Text Example
White with #ECEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB8C; }
p { color: rgb(236,235,140); }
H1.HeaderClassName
{
color: #ECEB8C;
}
.AnyTagClassName
{
color: #ECEB8C;
}
</style>
background-color css
<style>
a { background-color: #ECEB8C; }
a { background-color: rgb(236,235,140); }
div.DivClassName
{
background-color: #ECEB8C;
}
.BgClassName
{
background-color: #ECEB8C;
}
</style>
border-color css
<style>
span { border-color: #ECEB8C; }
span { border-color: rgb(236,235,140); }
td.TdClassName
{
border-color: #ECEB8C;
}
.TagClassName
{
border-color: #ECEB8C;
}
</style>