Shades of Khaki #EDE991
Tints of Khaki #EDE991
RGB
CMYK
RGB Variations
Color information
#EDE991 (or 0xEDE991) is known color: Khaki. HEX triplet: ED, E9 and 91. RGB value is (237,233,145). Sum of RGB (Red+Green+Blue) = 237+233+145=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 145 (57.03% from 255 or 23.58% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE991 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE991 is #12166E. Grayscale: #E0E0E0. Windows color (decimal): -1185391 or 9562605. OLE color: 9562605.
HSL color Cylindrical-coordinate representation of color #EDE991: hue angle of 57.39º 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 #EDE991 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 145 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.07 |
| HSL | 57.39º | 0.72% | 0.75% | - |
| HSV(B) | 57.39º | 0.39% | 0.93% | - |
| XYZ | 69.17 | 78.33 | 38.26 | - |
| YUV | 224.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 145 | 0 | 0.02 | 0.39 | 0.07 | 57.39 | 0.72 | 0.75 |
| Hex | ED | E9 | 91 | 0 | 2 | 27 | 7 | 39 | 48 | 4B |
| Octal | 355 | 351 | 221 | 0 | 2 | 47 | 7 | 71 | 110 | 113 |
| Binary | 11101101 | 11101001 | 10010001 | 0 | 10 | 100111 | 111 | 111001 | 1001000 | 1001011 |
Color Harmonies of #EDE991
Complementary color
Monochromatic Colors of #EDE991
Black with #EDE991
Text Example
Text Example
White with #EDE991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE991; }
p { color: rgb(237,233,145); }
H1.HeaderClassName
{
color: #EDE991;
}
.AnyTagClassName
{
color: #EDE991;
}
</style>
background-color css
<style>
a { background-color: #EDE991; }
a { background-color: rgb(237,233,145); }
div.DivClassName
{
background-color: #EDE991;
}
.BgClassName
{
background-color: #EDE991;
}
</style>
border-color css
<style>
span { border-color: #EDE991; }
span { border-color: rgb(237,233,145); }
td.TdClassName
{
border-color: #EDE991;
}
.TagClassName
{
border-color: #EDE991;
}
</style>