Shades of Khaki #ECE98D
Tints of Khaki #ECE98D
RGB
CMYK
RGB Variations
Color information
#ECE98D (or 0xECE98D) is known color: Khaki. HEX triplet: EC, E9 and 8D. RGB value is (236,233,141). Sum of RGB (Red+Green+Blue) = 236+233+141=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE98D is #131672. Grayscale: #DFDFDF. Windows color (decimal): -1250931 or 9300460. OLE color: 9300460.
HSL color Cylindrical-coordinate representation of color #ECE98D: hue angle of 58.11º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECE98D is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 141 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.07 |
| HSL | 58.11º | 0.71% | 0.74% | - |
| HSV(B) | 58.11º | 0.4% | 0.93% | - |
| XYZ | 68.54 | 78.03 | 36.65 | - |
| YUV | 223.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 141 | 0 | 0.01 | 0.40 | 0.07 | 58.11 | 0.71 | 0.74 |
| Hex | EC | E9 | 8D | 0 | 1 | 28 | 7 | 3A | 47 | 4A |
| Octal | 354 | 351 | 215 | 0 | 1 | 50 | 7 | 72 | 107 | 112 |
| Binary | 11101100 | 11101001 | 10001101 | 0 | 1 | 101000 | 111 | 111010 | 1000111 | 1001010 |
Color Harmonies of #ECE98D
Complementary color
Monochromatic Colors of #ECE98D
Black with #ECE98D
Text Example
Text Example
White with #ECE98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE98D; }
p { color: rgb(236,233,141); }
H1.HeaderClassName
{
color: #ECE98D;
}
.AnyTagClassName
{
color: #ECE98D;
}
</style>
background-color css
<style>
a { background-color: #ECE98D; }
a { background-color: rgb(236,233,141); }
div.DivClassName
{
background-color: #ECE98D;
}
.BgClassName
{
background-color: #ECE98D;
}
</style>
border-color css
<style>
span { border-color: #ECE98D; }
span { border-color: rgb(236,233,141); }
td.TdClassName
{
border-color: #ECE98D;
}
.TagClassName
{
border-color: #ECE98D;
}
</style>