Shades of Khaki #ECE992
Tints of Khaki #ECE992
RGB
CMYK
RGB Variations
Color information
#ECE992 (or 0xECE992) is known color: Khaki. HEX triplet: EC, E9 and 92. RGB value is (236,233,146). Sum of RGB (Red+Green+Blue) = 236+233+146=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE992 is #13166D. Grayscale: #E0E0E0. Windows color (decimal): -1250926 or 9628140. OLE color: 9628140.
HSL color Cylindrical-coordinate representation of color #ECE992: hue angle of 58º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECE992 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 146 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.07 |
| HSL | 58º | 0.7% | 0.75% | - |
| HSV(B) | 58º | 0.38% | 0.93% | - |
| XYZ | 68.92 | 78.19 | 38.65 | - |
| YUV | 223.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 146 | 0 | 0.01 | 0.38 | 0.07 | 58 | 0.7 | 0.75 |
| Hex | EC | E9 | 92 | 0 | 1 | 26 | 7 | 3A | 46 | 4B |
| Octal | 354 | 351 | 222 | 0 | 1 | 46 | 7 | 72 | 106 | 113 |
| Binary | 11101100 | 11101001 | 10010010 | 0 | 1 | 100110 | 111 | 111010 | 1000110 | 1001011 |
Color Harmonies of #ECE992
Complementary color
Monochromatic Colors of #ECE992
Black with #ECE992
Text Example
Text Example
White with #ECE992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE992; }
p { color: rgb(236,233,146); }
H1.HeaderClassName
{
color: #ECE992;
}
.AnyTagClassName
{
color: #ECE992;
}
</style>
background-color css
<style>
a { background-color: #ECE992; }
a { background-color: rgb(236,233,146); }
div.DivClassName
{
background-color: #ECE992;
}
.BgClassName
{
background-color: #ECE992;
}
</style>
border-color css
<style>
span { border-color: #ECE992; }
span { border-color: rgb(236,233,146); }
td.TdClassName
{
border-color: #ECE992;
}
.TagClassName
{
border-color: #ECE992;
}
</style>