Shades of Khaki #EDE497
Tints of Khaki #EDE497
RGB
CMYK
RGB Variations
Color information
#EDE497 (or 0xEDE497) is known color: Khaki. HEX triplet: ED, E4 and 97. RGB value is (237,228,151). Sum of RGB (Red+Green+Blue) = 237+228+151=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 151 (59.38% from 255 or 24.51% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE497 is #121B68. Grayscale: #DEDEDE. Windows color (decimal): -1186665 or 9954541. OLE color: 9954541.
HSL color Cylindrical-coordinate representation of color #EDE497: hue angle of 53.72º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDE497 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 151 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.07 |
| HSL | 53.72º | 0.7% | 0.76% | - |
| HSV(B) | 53.72º | 0.36% | 0.93% | - |
| XYZ | 68.25 | 75.73 | 40.3 | - |
| YUV | 221.91 | 87.98 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 151 | 0 | 0.04 | 0.36 | 0.07 | 53.72 | 0.7 | 0.76 |
| Hex | ED | E4 | 97 | 0 | 4 | 24 | 7 | 36 | 46 | 4C |
| Octal | 355 | 344 | 227 | 0 | 4 | 44 | 7 | 66 | 106 | 114 |
| Binary | 11101101 | 11100100 | 10010111 | 0 | 100 | 100100 | 111 | 110110 | 1000110 | 1001100 |
Color Harmonies of #EDE497
Complementary color
Monochromatic Colors of #EDE497
Black with #EDE497
Text Example
Text Example
White with #EDE497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE497; }
p { color: rgb(237,228,151); }
H1.HeaderClassName
{
color: #EDE497;
}
.AnyTagClassName
{
color: #EDE497;
}
</style>
background-color css
<style>
a { background-color: #EDE497; }
a { background-color: rgb(237,228,151); }
div.DivClassName
{
background-color: #EDE497;
}
.BgClassName
{
background-color: #EDE497;
}
</style>
border-color css
<style>
span { border-color: #EDE497; }
span { border-color: rgb(237,228,151); }
td.TdClassName
{
border-color: #EDE497;
}
.TagClassName
{
border-color: #EDE497;
}
</style>