Shades of Khaki #ECEA8B
Tints of Khaki #ECEA8B
RGB
CMYK
RGB Variations
Color information
#ECEA8B (or 0xECEA8B) is known color: Khaki. HEX triplet: EC, EA and 8B. RGB value is (236,234,139). Sum of RGB (Red+Green+Blue) = 236+234+139=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 139 (54.69% from 255 or 22.82% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA8B is #131574. Grayscale: #E0E0E0. Windows color (decimal): -1250677 or 9169644. OLE color: 9169644.
HSL color Cylindrical-coordinate representation of color #ECEA8B: hue angle of 58.76º 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 #ECEA8B is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 139 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.07 |
| HSL | 58.76º | 0.72% | 0.74% | - |
| HSV(B) | 58.76º | 0.41% | 0.93% | - |
| XYZ | 68.68 | 78.54 | 35.97 | - |
| YUV | 223.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 139 | 0 | 0.01 | 0.41 | 0.07 | 58.76 | 0.72 | 0.74 |
| Hex | EC | EA | 8B | 0 | 1 | 29 | 7 | 3B | 48 | 4A |
| Octal | 354 | 352 | 213 | 0 | 1 | 51 | 7 | 73 | 110 | 112 |
| Binary | 11101100 | 11101010 | 10001011 | 0 | 1 | 101001 | 111 | 111011 | 1001000 | 1001010 |
Color Harmonies of #ECEA8B
Complementary color
Monochromatic Colors of #ECEA8B
Black with #ECEA8B
Text Example
Text Example
White with #ECEA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA8B; }
p { color: rgb(236,234,139); }
H1.HeaderClassName
{
color: #ECEA8B;
}
.AnyTagClassName
{
color: #ECEA8B;
}
</style>
background-color css
<style>
a { background-color: #ECEA8B; }
a { background-color: rgb(236,234,139); }
div.DivClassName
{
background-color: #ECEA8B;
}
.BgClassName
{
background-color: #ECEA8B;
}
</style>
border-color css
<style>
span { border-color: #ECEA8B; }
span { border-color: rgb(236,234,139); }
td.TdClassName
{
border-color: #ECEA8B;
}
.TagClassName
{
border-color: #ECEA8B;
}
</style>