Shades of Khaki #EDE695
Tints of Khaki #EDE695
RGB
CMYK
RGB Variations
Color information
#EDE695 (or 0xEDE695) is known color: Khaki. HEX triplet: ED, E6 and 95. RGB value is (237,230,149). Sum of RGB (Red+Green+Blue) = 237+230+149=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE695 is #12196A. Grayscale: #DFDFDF. Windows color (decimal): -1186155 or 9823981. OLE color: 9823981.
HSL color Cylindrical-coordinate representation of color #EDE695: hue angle of 55.23º 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 #EDE695 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 149 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.07 |
| HSL | 55.23º | 0.71% | 0.76% | - |
| HSV(B) | 55.23º | 0.37% | 0.93% | - |
| XYZ | 68.65 | 76.77 | 39.63 | - |
| YUV | 222.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 149 | 0 | 0.03 | 0.37 | 0.07 | 55.23 | 0.71 | 0.76 |
| Hex | ED | E6 | 95 | 0 | 3 | 25 | 7 | 37 | 47 | 4C |
| Octal | 355 | 346 | 225 | 0 | 3 | 45 | 7 | 67 | 107 | 114 |
| Binary | 11101101 | 11100110 | 10010101 | 0 | 11 | 100101 | 111 | 110111 | 1000111 | 1001100 |
Color Harmonies of #EDE695
Complementary color
Monochromatic Colors of #EDE695
Black with #EDE695
Text Example
Text Example
White with #EDE695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE695; }
p { color: rgb(237,230,149); }
H1.HeaderClassName
{
color: #EDE695;
}
.AnyTagClassName
{
color: #EDE695;
}
</style>
background-color css
<style>
a { background-color: #EDE695; }
a { background-color: rgb(237,230,149); }
div.DivClassName
{
background-color: #EDE695;
}
.BgClassName
{
background-color: #EDE695;
}
</style>
border-color css
<style>
span { border-color: #EDE695; }
span { border-color: rgb(237,230,149); }
td.TdClassName
{
border-color: #EDE695;
}
.TagClassName
{
border-color: #EDE695;
}
</style>