Shades of Khaki #EDE091
Tints of Khaki #EDE091
RGB
CMYK
RGB Variations
Color information
#EDE091 (or 0xEDE091) is known color: Khaki. HEX triplet: ED, E0 and 91. RGB value is (237,224,145). Sum of RGB (Red+Green+Blue) = 237+224+145=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 224 (87.89% from 255 or 36.96% from 606); Blue value is 145 (57.03% from 255 or 23.93% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE091 is #121F6E. Grayscale: #DBDBDB. Windows color (decimal): -1187695 or 9560301. OLE color: 9560301.
HSL color Cylindrical-coordinate representation of color #EDE091: hue angle of 51.52º 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 #EDE091 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 145 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.07 |
| HSL | 51.52º | 0.72% | 0.75% | - |
| HSV(B) | 51.52º | 0.39% | 0.93% | - |
| XYZ | 66.69 | 73.36 | 37.43 | - |
| YUV | 218.88 | 86.31 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 145 | 0 | 0.05 | 0.39 | 0.07 | 51.52 | 0.72 | 0.75 |
| Hex | ED | E0 | 91 | 0 | 5 | 27 | 7 | 34 | 48 | 4B |
| Octal | 355 | 340 | 221 | 0 | 5 | 47 | 7 | 64 | 110 | 113 |
| Binary | 11101101 | 11100000 | 10010001 | 0 | 101 | 100111 | 111 | 110100 | 1001000 | 1001011 |
Color Harmonies of #EDE091
Complementary color
Monochromatic Colors of #EDE091
Black with #EDE091
Text Example
Text Example
White with #EDE091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE091; }
p { color: rgb(237,224,145); }
H1.HeaderClassName
{
color: #EDE091;
}
.AnyTagClassName
{
color: #EDE091;
}
</style>
background-color css
<style>
a { background-color: #EDE091; }
a { background-color: rgb(237,224,145); }
div.DivClassName
{
background-color: #EDE091;
}
.BgClassName
{
background-color: #EDE091;
}
</style>
border-color css
<style>
span { border-color: #EDE091; }
span { border-color: rgb(237,224,145); }
td.TdClassName
{
border-color: #EDE091;
}
.TagClassName
{
border-color: #EDE091;
}
</style>