Shades of Khaki #EDE294
Tints of Khaki #EDE294
RGB
CMYK
RGB Variations
Color information
#EDE294 (or 0xEDE294) is known color: Khaki. HEX triplet: ED, E2 and 94. RGB value is (237,226,148). Sum of RGB (Red+Green+Blue) = 237+226+148=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 148 (58.20% from 255 or 24.22% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE294 is #121D6B. Grayscale: #DCDCDC. Windows color (decimal): -1187180 or 9757421. OLE color: 9757421.
HSL color Cylindrical-coordinate representation of color #EDE294: hue angle of 52.58º 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 #EDE294 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 148 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.07 |
| HSL | 52.58º | 0.71% | 0.75% | - |
| HSV(B) | 52.58º | 0.38% | 0.93% | - |
| XYZ | 67.47 | 74.54 | 38.85 | - |
| YUV | 220.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 148 | 0 | 0.05 | 0.38 | 0.07 | 52.58 | 0.71 | 0.75 |
| Hex | ED | E2 | 94 | 0 | 5 | 26 | 7 | 35 | 47 | 4B |
| Octal | 355 | 342 | 224 | 0 | 5 | 46 | 7 | 65 | 107 | 113 |
| Binary | 11101101 | 11100010 | 10010100 | 0 | 101 | 100110 | 111 | 110101 | 1000111 | 1001011 |
Color Harmonies of #EDE294
Complementary color
Monochromatic Colors of #EDE294
Black with #EDE294
Text Example
Text Example
White with #EDE294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE294; }
p { color: rgb(237,226,148); }
H1.HeaderClassName
{
color: #EDE294;
}
.AnyTagClassName
{
color: #EDE294;
}
</style>
background-color css
<style>
a { background-color: #EDE294; }
a { background-color: rgb(237,226,148); }
div.DivClassName
{
background-color: #EDE294;
}
.BgClassName
{
background-color: #EDE294;
}
</style>
border-color css
<style>
span { border-color: #EDE294; }
span { border-color: rgb(237,226,148); }
td.TdClassName
{
border-color: #EDE294;
}
.TagClassName
{
border-color: #EDE294;
}
</style>