Shades of Khaki #ECEA8F
Tints of Khaki #ECEA8F
RGB
CMYK
RGB Variations
Color information
#ECEA8F (or 0xECEA8F) is known color: Khaki. HEX triplet: EC, EA and 8F. RGB value is (236,234,143). Sum of RGB (Red+Green+Blue) = 236+234+143=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA8F is #131570. Grayscale: #E0E0E0. Windows color (decimal): -1250673 or 9431788. OLE color: 9431788.
HSL color Cylindrical-coordinate representation of color #ECEA8F: hue angle of 58.71º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECEA8F is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 143 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.07 |
| HSL | 58.71º | 0.71% | 0.74% | - |
| HSV(B) | 58.71º | 0.39% | 0.93% | - |
| XYZ | 68.97 | 78.66 | 37.53 | - |
| YUV | 224.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 143 | 0 | 0.01 | 0.39 | 0.07 | 58.71 | 0.71 | 0.74 |
| Hex | EC | EA | 8F | 0 | 1 | 27 | 7 | 3B | 47 | 4A |
| Octal | 354 | 352 | 217 | 0 | 1 | 47 | 7 | 73 | 107 | 112 |
| Binary | 11101100 | 11101010 | 10001111 | 0 | 1 | 100111 | 111 | 111011 | 1000111 | 1001010 |
Color Harmonies of #ECEA8F
Complementary color
Monochromatic Colors of #ECEA8F
Black with #ECEA8F
Text Example
Text Example
White with #ECEA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA8F; }
p { color: rgb(236,234,143); }
H1.HeaderClassName
{
color: #ECEA8F;
}
.AnyTagClassName
{
color: #ECEA8F;
}
</style>
background-color css
<style>
a { background-color: #ECEA8F; }
a { background-color: rgb(236,234,143); }
div.DivClassName
{
background-color: #ECEA8F;
}
.BgClassName
{
background-color: #ECEA8F;
}
</style>
border-color css
<style>
span { border-color: #ECEA8F; }
span { border-color: rgb(236,234,143); }
td.TdClassName
{
border-color: #ECEA8F;
}
.TagClassName
{
border-color: #ECEA8F;
}
</style>