Shades of Khaki #EDE495
Tints of Khaki #EDE495
RGB
CMYK
RGB Variations
Color information
#EDE495 (or 0xEDE495) is known color: Khaki. HEX triplet: ED, E4 and 95. RGB value is (237,228,149). Sum of RGB (Red+Green+Blue) = 237+228+149=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE495 is #121B6A. Grayscale: #DEDEDE. Windows color (decimal): -1186667 or 9823469. OLE color: 9823469.
HSL color Cylindrical-coordinate representation of color #EDE495: hue angle of 53.86º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDE495 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 149 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.07 |
| HSL | 53.86º | 0.71% | 0.76% | - |
| HSV(B) | 53.86º | 0.37% | 0.93% | - |
| XYZ | 68.09 | 75.66 | 39.45 | - |
| YUV | 221.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 149 | 0 | 0.04 | 0.37 | 0.07 | 53.86 | 0.71 | 0.76 |
| Hex | ED | E4 | 95 | 0 | 4 | 25 | 7 | 36 | 47 | 4C |
| Octal | 355 | 344 | 225 | 0 | 4 | 45 | 7 | 66 | 107 | 114 |
| Binary | 11101101 | 11100100 | 10010101 | 0 | 100 | 100101 | 111 | 110110 | 1000111 | 1001100 |
Color Harmonies of #EDE495
Complementary color
Monochromatic Colors of #EDE495
Black with #EDE495
Text Example
Text Example
White with #EDE495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE495; }
p { color: rgb(237,228,149); }
H1.HeaderClassName
{
color: #EDE495;
}
.AnyTagClassName
{
color: #EDE495;
}
</style>
background-color css
<style>
a { background-color: #EDE495; }
a { background-color: rgb(237,228,149); }
div.DivClassName
{
background-color: #EDE495;
}
.BgClassName
{
background-color: #EDE495;
}
</style>
border-color css
<style>
span { border-color: #EDE495; }
span { border-color: rgb(237,228,149); }
td.TdClassName
{
border-color: #EDE495;
}
.TagClassName
{
border-color: #EDE495;
}
</style>