Shades of Khaki #ECE092
Tints of Khaki #ECE092
RGB
CMYK
RGB Variations
Color information
#ECE092 (or 0xECE092) is known color: Khaki. HEX triplet: EC, E0 and 92. RGB value is (236,224,146). Sum of RGB (Red+Green+Blue) = 236+224+146=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE092 is #131F6D. Grayscale: #DBDBDB. Windows color (decimal): -1253230 or 9625836. OLE color: 9625836.
HSL color Cylindrical-coordinate representation of color #ECE092: hue angle of 52º 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 #ECE092 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 146 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.07 |
| HSL | 52º | 0.7% | 0.75% | - |
| HSV(B) | 52º | 0.38% | 0.93% | - |
| XYZ | 66.44 | 73.22 | 37.83 | - |
| YUV | 218.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 146 | 0 | 0.05 | 0.38 | 0.07 | 52 | 0.7 | 0.75 |
| Hex | EC | E0 | 92 | 0 | 5 | 26 | 7 | 34 | 46 | 4B |
| Octal | 354 | 340 | 222 | 0 | 5 | 46 | 7 | 64 | 106 | 113 |
| Binary | 11101100 | 11100000 | 10010010 | 0 | 101 | 100110 | 111 | 110100 | 1000110 | 1001011 |
Color Harmonies of #ECE092
Complementary color
Monochromatic Colors of #ECE092
Black with #ECE092
Text Example
Text Example
White with #ECE092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE092; }
p { color: rgb(236,224,146); }
H1.HeaderClassName
{
color: #ECE092;
}
.AnyTagClassName
{
color: #ECE092;
}
</style>
background-color css
<style>
a { background-color: #ECE092; }
a { background-color: rgb(236,224,146); }
div.DivClassName
{
background-color: #ECE092;
}
.BgClassName
{
background-color: #ECE092;
}
</style>
border-color css
<style>
span { border-color: #ECE092; }
span { border-color: rgb(236,224,146); }
td.TdClassName
{
border-color: #ECE092;
}
.TagClassName
{
border-color: #ECE092;
}
</style>