Shades of Khaki #EDE496
Tints of Khaki #EDE496
RGB
CMYK
RGB Variations
Color information
#EDE496 (or 0xEDE496) is known color: Khaki. HEX triplet: ED, E4 and 96. RGB value is (237,228,150). Sum of RGB (Red+Green+Blue) = 237+228+150=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 150 (58.98% from 255 or 24.39% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE496 is #121B69. Grayscale: #DEDEDE. Windows color (decimal): -1186666 or 9889005. OLE color: 9889005.
HSL color Cylindrical-coordinate representation of color #EDE496: hue angle of 53.79º 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 #EDE496 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 150 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.07 |
| HSL | 53.79º | 0.71% | 0.76% | - |
| HSV(B) | 53.79º | 0.37% | 0.93% | - |
| XYZ | 68.17 | 75.69 | 39.87 | - |
| YUV | 221.8 | 87.48 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 150 | 0 | 0.04 | 0.37 | 0.07 | 53.79 | 0.71 | 0.76 |
| Hex | ED | E4 | 96 | 0 | 4 | 25 | 7 | 36 | 47 | 4C |
| Octal | 355 | 344 | 226 | 0 | 4 | 45 | 7 | 66 | 107 | 114 |
| Binary | 11101101 | 11100100 | 10010110 | 0 | 100 | 100101 | 111 | 110110 | 1000111 | 1001100 |
Color Harmonies of #EDE496
Complementary color
Monochromatic Colors of #EDE496
Black with #EDE496
Text Example
Text Example
White with #EDE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE496; }
p { color: rgb(237,228,150); }
H1.HeaderClassName
{
color: #EDE496;
}
.AnyTagClassName
{
color: #EDE496;
}
</style>
background-color css
<style>
a { background-color: #EDE496; }
a { background-color: rgb(237,228,150); }
div.DivClassName
{
background-color: #EDE496;
}
.BgClassName
{
background-color: #EDE496;
}
</style>
border-color css
<style>
span { border-color: #EDE496; }
span { border-color: rgb(237,228,150); }
td.TdClassName
{
border-color: #EDE496;
}
.TagClassName
{
border-color: #EDE496;
}
</style>