Shades of Khaki #ECEB8A
Tints of Khaki #ECEB8A
RGB
CMYK
RGB Variations
Color information
#ECEB8A (or 0xECEB8A) is known color: Khaki. HEX triplet: EC, EB and 8A. RGB value is (236,235,138). Sum of RGB (Red+Green+Blue) = 236+235+138=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB8A is #131475. Grayscale: #E0E0E0. Windows color (decimal): -1250422 or 9104364. OLE color: 9104364.
HSL color Cylindrical-coordinate representation of color #ECEB8A: hue angle of 59.39º 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 #ECEB8A is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 138 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.07 |
| HSL | 59.39º | 0.72% | 0.73% | - |
| HSV(B) | 59.39º | 0.42% | 0.93% | - |
| XYZ | 68.89 | 79.08 | 35.68 | - |
| YUV | 224.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 138 | 0 | 0.00 | 0.42 | 0.07 | 59.39 | 0.72 | 0.73 |
| Hex | EC | EB | 8A | 0 | 0 | 2A | 7 | 3B | 48 | 49 |
| Octal | 354 | 353 | 212 | 0 | 0 | 52 | 7 | 73 | 110 | 111 |
| Binary | 11101100 | 11101011 | 10001010 | 0 | 0 | 101010 | 111 | 111011 | 1001000 | 1001001 |
Color Harmonies of #ECEB8A
Complementary color
Monochromatic Colors of #ECEB8A
Black with #ECEB8A
Text Example
Text Example
White with #ECEB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB8A; }
p { color: rgb(236,235,138); }
H1.HeaderClassName
{
color: #ECEB8A;
}
.AnyTagClassName
{
color: #ECEB8A;
}
</style>
background-color css
<style>
a { background-color: #ECEB8A; }
a { background-color: rgb(236,235,138); }
div.DivClassName
{
background-color: #ECEB8A;
}
.BgClassName
{
background-color: #ECEB8A;
}
</style>
border-color css
<style>
span { border-color: #ECEB8A; }
span { border-color: rgb(236,235,138); }
td.TdClassName
{
border-color: #ECEB8A;
}
.TagClassName
{
border-color: #ECEB8A;
}
</style>