Shades of Khaki #EDE993
Tints of Khaki #EDE993
RGB
CMYK
RGB Variations
Color information
#EDE993 (or 0xEDE993) is known color: Khaki. HEX triplet: ED, E9 and 93. RGB value is (237,233,147). Sum of RGB (Red+Green+Blue) = 237+233+147=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 147 (57.81% from 255 or 23.82% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE993 is #12166C. Grayscale: #E0E0E0. Windows color (decimal): -1185389 or 9693677. OLE color: 9693677.
HSL color Cylindrical-coordinate representation of color #EDE993: hue angle of 57.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 #EDE993 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 147 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.07 |
| HSL | 57.33º | 0.71% | 0.75% | - |
| HSV(B) | 57.33º | 0.38% | 0.93% | - |
| XYZ | 69.33 | 78.39 | 39.08 | - |
| YUV | 224.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 147 | 0 | 0.02 | 0.38 | 0.07 | 57.33 | 0.71 | 0.75 |
| Hex | ED | E9 | 93 | 0 | 2 | 26 | 7 | 39 | 47 | 4B |
| Octal | 355 | 351 | 223 | 0 | 2 | 46 | 7 | 71 | 107 | 113 |
| Binary | 11101101 | 11101001 | 10010011 | 0 | 10 | 100110 | 111 | 111001 | 1000111 | 1001011 |
Color Harmonies of #EDE993
Complementary color
Monochromatic Colors of #EDE993
Black with #EDE993
Text Example
Text Example
White with #EDE993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE993; }
p { color: rgb(237,233,147); }
H1.HeaderClassName
{
color: #EDE993;
}
.AnyTagClassName
{
color: #EDE993;
}
</style>
background-color css
<style>
a { background-color: #EDE993; }
a { background-color: rgb(237,233,147); }
div.DivClassName
{
background-color: #EDE993;
}
.BgClassName
{
background-color: #EDE993;
}
</style>
border-color css
<style>
span { border-color: #EDE993; }
span { border-color: rgb(237,233,147); }
td.TdClassName
{
border-color: #EDE993;
}
.TagClassName
{
border-color: #EDE993;
}
</style>