Shades of Khaki #EDE396
Tints of Khaki #EDE396
RGB
CMYK
RGB Variations
Color information
#EDE396 (or 0xEDE396) is known color: Khaki. HEX triplet: ED, E3 and 96. RGB value is (237,227,150). Sum of RGB (Red+Green+Blue) = 237+227+150=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE396 is #121C69. Grayscale: #DDDDDD. Windows color (decimal): -1186922 or 9888749. OLE color: 9888749.
HSL color Cylindrical-coordinate representation of color #EDE396: hue angle of 53.1º 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 #EDE396 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 150 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.07 |
| HSL | 53.1º | 0.71% | 0.76% | - |
| HSV(B) | 53.1º | 0.37% | 0.93% | - |
| XYZ | 67.9 | 75.14 | 39.78 | - |
| YUV | 221.21 | 87.81 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 150 | 0 | 0.04 | 0.37 | 0.07 | 53.1 | 0.71 | 0.76 |
| Hex | ED | E3 | 96 | 0 | 4 | 25 | 7 | 35 | 47 | 4C |
| Octal | 355 | 343 | 226 | 0 | 4 | 45 | 7 | 65 | 107 | 114 |
| Binary | 11101101 | 11100011 | 10010110 | 0 | 100 | 100101 | 111 | 110101 | 1000111 | 1001100 |
Color Harmonies of #EDE396
Complementary color
Monochromatic Colors of #EDE396
Black with #EDE396
Text Example
Text Example
White with #EDE396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE396; }
p { color: rgb(237,227,150); }
H1.HeaderClassName
{
color: #EDE396;
}
.AnyTagClassName
{
color: #EDE396;
}
</style>
background-color css
<style>
a { background-color: #EDE396; }
a { background-color: rgb(237,227,150); }
div.DivClassName
{
background-color: #EDE396;
}
.BgClassName
{
background-color: #EDE396;
}
</style>
border-color css
<style>
span { border-color: #EDE396; }
span { border-color: rgb(237,227,150); }
td.TdClassName
{
border-color: #EDE396;
}
.TagClassName
{
border-color: #EDE396;
}
</style>