Shades of Khaki #EDE494
Tints of Khaki #EDE494
RGB
CMYK
RGB Variations
Color information
#EDE494 (or 0xEDE494) is known color: Khaki. HEX triplet: ED, E4 and 94. RGB value is (237,228,148). Sum of RGB (Red+Green+Blue) = 237+228+148=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE494 is #121B6B. Grayscale: #DDDDDD. Windows color (decimal): -1186668 or 9757933. OLE color: 9757933.
HSL color Cylindrical-coordinate representation of color #EDE494: hue angle of 53.93º 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 #EDE494 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 148 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.07 |
| HSL | 53.93º | 0.71% | 0.75% | - |
| HSV(B) | 53.93º | 0.38% | 0.93% | - |
| XYZ | 68.01 | 75.63 | 39.03 | - |
| YUV | 221.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 148 | 0 | 0.04 | 0.38 | 0.07 | 53.93 | 0.71 | 0.75 |
| Hex | ED | E4 | 94 | 0 | 4 | 26 | 7 | 36 | 47 | 4B |
| Octal | 355 | 344 | 224 | 0 | 4 | 46 | 7 | 66 | 107 | 113 |
| Binary | 11101101 | 11100100 | 10010100 | 0 | 100 | 100110 | 111 | 110110 | 1000111 | 1001011 |
Color Harmonies of #EDE494
Complementary color
Monochromatic Colors of #EDE494
Black with #EDE494
Text Example
Text Example
White with #EDE494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE494; }
p { color: rgb(237,228,148); }
H1.HeaderClassName
{
color: #EDE494;
}
.AnyTagClassName
{
color: #EDE494;
}
</style>
background-color css
<style>
a { background-color: #EDE494; }
a { background-color: rgb(237,228,148); }
div.DivClassName
{
background-color: #EDE494;
}
.BgClassName
{
background-color: #EDE494;
}
</style>
border-color css
<style>
span { border-color: #EDE494; }
span { border-color: rgb(237,228,148); }
td.TdClassName
{
border-color: #EDE494;
}
.TagClassName
{
border-color: #EDE494;
}
</style>