Shades of Khaki #EDE393
Tints of Khaki #EDE393
RGB
CMYK
RGB Variations
Color information
#EDE393 (or 0xEDE393) is known color: Khaki. HEX triplet: ED, E3 and 93. RGB value is (237,227,147). Sum of RGB (Red+Green+Blue) = 237+227+147=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 147 (57.81% from 255 or 24.06% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE393 is #121C6C. Grayscale: #DDDDDD. Windows color (decimal): -1186925 or 9692141. OLE color: 9692141.
HSL color Cylindrical-coordinate representation of color #EDE393: hue angle of 53.33º degrees, saturation: 0.71, 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 #EDE393 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 147 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.07 |
| HSL | 53.33º | 0.71% | 0.75% | - |
| HSV(B) | 53.33º | 0.38% | 0.93% | - |
| XYZ | 67.66 | 75.05 | 38.52 | - |
| YUV | 220.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 147 | 0 | 0.04 | 0.38 | 0.07 | 53.33 | 0.71 | 0.75 |
| Hex | ED | E3 | 93 | 0 | 4 | 26 | 7 | 35 | 47 | 4B |
| Octal | 355 | 343 | 223 | 0 | 4 | 46 | 7 | 65 | 107 | 113 |
| Binary | 11101101 | 11100011 | 10010011 | 0 | 100 | 100110 | 111 | 110101 | 1000111 | 1001011 |
Color Harmonies of #EDE393
Complementary color
Monochromatic Colors of #EDE393
Black with #EDE393
Text Example
Text Example
White with #EDE393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE393; }
p { color: rgb(237,227,147); }
H1.HeaderClassName
{
color: #EDE393;
}
.AnyTagClassName
{
color: #EDE393;
}
</style>
background-color css
<style>
a { background-color: #EDE393; }
a { background-color: rgb(237,227,147); }
div.DivClassName
{
background-color: #EDE393;
}
.BgClassName
{
background-color: #EDE393;
}
</style>
border-color css
<style>
span { border-color: #EDE393; }
span { border-color: rgb(237,227,147); }
td.TdClassName
{
border-color: #EDE393;
}
.TagClassName
{
border-color: #EDE393;
}
</style>