Shades of Khaki #EDE796
Tints of Khaki #EDE796
RGB
CMYK
RGB Variations
Color information
#EDE796 (or 0xEDE796) is known color: Khaki. HEX triplet: ED, E7 and 96. RGB value is (237,231,150). Sum of RGB (Red+Green+Blue) = 237+231+150=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 231 (90.62% from 255 or 37.38% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE796 is #121869. Grayscale: #DFDFDF. Windows color (decimal): -1185898 or 9889773. OLE color: 9889773.
HSL color Cylindrical-coordinate representation of color #EDE796: hue angle of 55.86º 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 #EDE796 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 150 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.07 |
| HSL | 55.86º | 0.71% | 0.76% | - |
| HSV(B) | 55.86º | 0.37% | 0.93% | - |
| XYZ | 69.01 | 77.36 | 40.15 | - |
| YUV | 223.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 150 | 0 | 0.03 | 0.37 | 0.07 | 55.86 | 0.71 | 0.76 |
| Hex | ED | E7 | 96 | 0 | 3 | 25 | 7 | 38 | 47 | 4C |
| Octal | 355 | 347 | 226 | 0 | 3 | 45 | 7 | 70 | 107 | 114 |
| Binary | 11101101 | 11100111 | 10010110 | 0 | 11 | 100101 | 111 | 111000 | 1000111 | 1001100 |
Color Harmonies of #EDE796
Complementary color
Monochromatic Colors of #EDE796
Black with #EDE796
Text Example
Text Example
White with #EDE796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE796; }
p { color: rgb(237,231,150); }
H1.HeaderClassName
{
color: #EDE796;
}
.AnyTagClassName
{
color: #EDE796;
}
</style>
background-color css
<style>
a { background-color: #EDE796; }
a { background-color: rgb(237,231,150); }
div.DivClassName
{
background-color: #EDE796;
}
.BgClassName
{
background-color: #EDE796;
}
</style>
border-color css
<style>
span { border-color: #EDE796; }
span { border-color: rgb(237,231,150); }
td.TdClassName
{
border-color: #EDE796;
}
.TagClassName
{
border-color: #EDE796;
}
</style>