Shades of Khaki #ECEB8B
Tints of Khaki #ECEB8B
RGB
CMYK
RGB Variations
Color information
#ECEB8B (or 0xECEB8B) is known color: Khaki. HEX triplet: EC, EB and 8B. RGB value is (236,235,139). Sum of RGB (Red+Green+Blue) = 236+235+139=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 139 (54.69% from 255 or 22.79% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEB8B is #131474. Grayscale: #E0E0E0. Windows color (decimal): -1250421 or 9169900. OLE color: 9169900.
HSL color Cylindrical-coordinate representation of color #ECEB8B: 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 #ECEB8B is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 139 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.07 |
| HSL | 59.38º | 0.72% | 0.74% | - |
| HSV(B) | 59.38º | 0.41% | 0.93% | - |
| XYZ | 68.96 | 79.11 | 36.06 | - |
| YUV | 224.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 139 | 0 | 0.00 | 0.41 | 0.07 | 59.38 | 0.72 | 0.74 |
| Hex | EC | EB | 8B | 0 | 0 | 29 | 7 | 3B | 48 | 4A |
| Octal | 354 | 353 | 213 | 0 | 0 | 51 | 7 | 73 | 110 | 112 |
| Binary | 11101100 | 11101011 | 10001011 | 0 | 0 | 101001 | 111 | 111011 | 1001000 | 1001010 |
Color Harmonies of #ECEB8B
Complementary color
Monochromatic Colors of #ECEB8B
Black with #ECEB8B
Text Example
Text Example
White with #ECEB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB8B; }
p { color: rgb(236,235,139); }
H1.HeaderClassName
{
color: #ECEB8B;
}
.AnyTagClassName
{
color: #ECEB8B;
}
</style>
background-color css
<style>
a { background-color: #ECEB8B; }
a { background-color: rgb(236,235,139); }
div.DivClassName
{
background-color: #ECEB8B;
}
.BgClassName
{
background-color: #ECEB8B;
}
</style>
border-color css
<style>
span { border-color: #ECEB8B; }
span { border-color: rgb(236,235,139); }
td.TdClassName
{
border-color: #ECEB8B;
}
.TagClassName
{
border-color: #ECEB8B;
}
</style>