Shades of Khaki #ECE492
Tints of Khaki #ECE492
RGB
CMYK
RGB Variations
Color information
#ECE492 (or 0xECE492) is known color: Khaki. HEX triplet: EC, E4 and 92. RGB value is (236,228,146). Sum of RGB (Red+Green+Blue) = 236+228+146=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 146 (57.42% from 255 or 23.93% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE492 is #131B6D. Grayscale: #DDDDDD. Windows color (decimal): -1252206 or 9626860. OLE color: 9626860.
HSL color Cylindrical-coordinate representation of color #ECE492: hue angle of 54.67º 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 #ECE492 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 146 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.07 |
| HSL | 54.67º | 0.7% | 0.75% | - |
| HSV(B) | 54.67º | 0.38% | 0.93% | - |
| XYZ | 67.52 | 75.4 | 38.19 | - |
| YUV | 221.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 146 | 0 | 0.03 | 0.38 | 0.07 | 54.67 | 0.7 | 0.75 |
| Hex | EC | E4 | 92 | 0 | 3 | 26 | 7 | 37 | 46 | 4B |
| Octal | 354 | 344 | 222 | 0 | 3 | 46 | 7 | 67 | 106 | 113 |
| Binary | 11101100 | 11100100 | 10010010 | 0 | 11 | 100110 | 111 | 110111 | 1000110 | 1001011 |
Color Harmonies of #ECE492
Complementary color
Monochromatic Colors of #ECE492
Black with #ECE492
Text Example
Text Example
White with #ECE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE492; }
p { color: rgb(236,228,146); }
H1.HeaderClassName
{
color: #ECE492;
}
.AnyTagClassName
{
color: #ECE492;
}
</style>
background-color css
<style>
a { background-color: #ECE492; }
a { background-color: rgb(236,228,146); }
div.DivClassName
{
background-color: #ECE492;
}
.BgClassName
{
background-color: #ECE492;
}
</style>
border-color css
<style>
span { border-color: #ECE492; }
span { border-color: rgb(236,228,146); }
td.TdClassName
{
border-color: #ECE492;
}
.TagClassName
{
border-color: #ECE492;
}
</style>