Shades of Khaki #EDE395
Tints of Khaki #EDE395
RGB
CMYK
RGB Variations
Color information
#EDE395 (or 0xEDE395) is known color: Khaki. HEX triplet: ED, E3 and 95. RGB value is (237,227,149). Sum of RGB (Red+Green+Blue) = 237+227+149=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE395 is #121C6A. Grayscale: #DDDDDD. Windows color (decimal): -1186923 or 9823213. OLE color: 9823213.
HSL color Cylindrical-coordinate representation of color #EDE395: hue angle of 53.18º 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 #EDE395 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 149 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.07 |
| HSL | 53.18º | 0.71% | 0.76% | - |
| HSV(B) | 53.18º | 0.37% | 0.93% | - |
| XYZ | 67.82 | 75.11 | 39.36 | - |
| YUV | 221.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 149 | 0 | 0.04 | 0.37 | 0.07 | 53.18 | 0.71 | 0.76 |
| Hex | ED | E3 | 95 | 0 | 4 | 25 | 7 | 35 | 47 | 4C |
| Octal | 355 | 343 | 225 | 0 | 4 | 45 | 7 | 65 | 107 | 114 |
| Binary | 11101101 | 11100011 | 10010101 | 0 | 100 | 100101 | 111 | 110101 | 1000111 | 1001100 |
Color Harmonies of #EDE395
Complementary color
Monochromatic Colors of #EDE395
Black with #EDE395
Text Example
Text Example
White with #EDE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE395; }
p { color: rgb(237,227,149); }
H1.HeaderClassName
{
color: #EDE395;
}
.AnyTagClassName
{
color: #EDE395;
}
</style>
background-color css
<style>
a { background-color: #EDE395; }
a { background-color: rgb(237,227,149); }
div.DivClassName
{
background-color: #EDE395;
}
.BgClassName
{
background-color: #EDE395;
}
</style>
border-color css
<style>
span { border-color: #EDE395; }
span { border-color: rgb(237,227,149); }
td.TdClassName
{
border-color: #EDE395;
}
.TagClassName
{
border-color: #EDE395;
}
</style>