Shades of Khaki #EDEA91
Tints of Khaki #EDEA91
RGB
CMYK
RGB Variations
Color information
#EDEA91 (or 0xEDEA91) is known color: Khaki. HEX triplet: ED, EA and 91. RGB value is (237,234,145). Sum of RGB (Red+Green+Blue) = 237+234+145=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 145 (57.03% from 255 or 23.54% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA91 is #12156E. Grayscale: #E1E1E1. Windows color (decimal): -1185135 or 9562861. OLE color: 9562861.
HSL color Cylindrical-coordinate representation of color #EDEA91: hue angle of 58.04º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDEA91 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 145 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.07 |
| HSL | 58.04º | 0.72% | 0.75% | - |
| HSV(B) | 58.04º | 0.39% | 0.93% | - |
| XYZ | 69.46 | 78.89 | 38.36 | - |
| YUV | 224.75 | 82.99 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 145 | 0 | 0.01 | 0.39 | 0.07 | 58.04 | 0.72 | 0.75 |
| Hex | ED | EA | 91 | 0 | 1 | 27 | 7 | 3A | 48 | 4B |
| Octal | 355 | 352 | 221 | 0 | 1 | 47 | 7 | 72 | 110 | 113 |
| Binary | 11101101 | 11101010 | 10010001 | 0 | 1 | 100111 | 111 | 111010 | 1001000 | 1001011 |
Color Harmonies of #EDEA91
Complementary color
Monochromatic Colors of #EDEA91
Black with #EDEA91
Text Example
Text Example
White with #EDEA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA91; }
p { color: rgb(237,234,145); }
H1.HeaderClassName
{
color: #EDEA91;
}
.AnyTagClassName
{
color: #EDEA91;
}
</style>
background-color css
<style>
a { background-color: #EDEA91; }
a { background-color: rgb(237,234,145); }
div.DivClassName
{
background-color: #EDEA91;
}
.BgClassName
{
background-color: #EDEA91;
}
</style>
border-color css
<style>
span { border-color: #EDEA91; }
span { border-color: rgb(237,234,145); }
td.TdClassName
{
border-color: #EDEA91;
}
.TagClassName
{
border-color: #EDEA91;
}
</style>