Shades of Khaki #ECE293
Tints of Khaki #ECE293
RGB
CMYK
RGB Variations
Color information
#ECE293 (or 0xECE293) is known color: Khaki. HEX triplet: EC, E2 and 93. RGB value is (236,226,147). Sum of RGB (Red+Green+Blue) = 236+226+147=609 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.75% from 609); Green value is 226 (88.67% from 255 or 37.11% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE293 is #131D6C. Grayscale: #DCDCDC. Windows color (decimal): -1252717 or 9691884. OLE color: 9691884.
HSL color Cylindrical-coordinate representation of color #ECE293: hue angle of 53.26º 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 #ECE293 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 147 | - |
CMYK | 0 | 0.04 | 0.38 | 0.07 |
HSL | 53.26º | 0.7% | 0.75% | - |
HSV(B) | 53.26º | 0.38% | 0.93% | - |
XYZ | 67.05 | 74.33 | 38.42 | - |
YUV | 219.98 | 86.81 | 139.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 147 | 0 | 0.04 | 0.38 | 0.07 | 53.26 | 0.7 | 0.75 |
Hex | EC | E2 | 93 | 0 | 4 | 26 | 7 | 35 | 46 | 4B |
Octal | 354 | 342 | 223 | 0 | 4 | 46 | 7 | 65 | 106 | 113 |
Binary | 11101100 | 11100010 | 10010011 | 0 | 100 | 100110 | 111 | 110101 | 1000110 | 1001011 |
Color Harmonies of #ECE293
Complementary color
Monochromatic Colors of #ECE293
Black with #ECE293
Text Example
Text Example
White with #ECE293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE293; }
p { color: rgb(236,226,147); }
H1.HeaderClassName
{
color: #ECE293;
}
.AnyTagClassName
{
color: #ECE293;
}
</style>
background-color css
<style>
a { background-color: #ECE293; }
a { background-color: rgb(236,226,147); }
div.DivClassName
{
background-color: #ECE293;
}
.BgClassName
{
background-color: #ECE293;
}
</style>
border-color css
<style>
span { border-color: #ECE293; }
span { border-color: rgb(236,226,147); }
td.TdClassName
{
border-color: #ECE293;
}
.TagClassName
{
border-color: #ECE293;
}
</style>