Shades of Khaki #EDE891
Tints of Khaki #EDE891
RGB
CMYK
RGB Variations
Color information
#EDE891 (or 0xEDE891) is known color: Khaki. HEX triplet: ED, E8 and 91. RGB value is (237,232,145). Sum of RGB (Red+Green+Blue) = 237+232+145=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 145 (57.03% from 255 or 23.62% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE891 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE891 is #12176E. Grayscale: #DFDFDF. Windows color (decimal): -1185647 or 9562349. OLE color: 9562349.
HSL color Cylindrical-coordinate representation of color #EDE891: hue angle of 56.74º 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 #EDE891 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 145 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.07 |
| HSL | 56.74º | 0.72% | 0.75% | - |
| HSV(B) | 56.74º | 0.39% | 0.93% | - |
| XYZ | 68.89 | 77.76 | 38.17 | - |
| YUV | 223.58 | 83.66 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 145 | 0 | 0.02 | 0.39 | 0.07 | 56.74 | 0.72 | 0.75 |
| Hex | ED | E8 | 91 | 0 | 2 | 27 | 7 | 39 | 48 | 4B |
| Octal | 355 | 350 | 221 | 0 | 2 | 47 | 7 | 71 | 110 | 113 |
| Binary | 11101101 | 11101000 | 10010001 | 0 | 10 | 100111 | 111 | 111001 | 1001000 | 1001011 |
Color Harmonies of #EDE891
Complementary color
Monochromatic Colors of #EDE891
Black with #EDE891
Text Example
Text Example
White with #EDE891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE891; }
p { color: rgb(237,232,145); }
H1.HeaderClassName
{
color: #EDE891;
}
.AnyTagClassName
{
color: #EDE891;
}
</style>
background-color css
<style>
a { background-color: #EDE891; }
a { background-color: rgb(237,232,145); }
div.DivClassName
{
background-color: #EDE891;
}
.BgClassName
{
background-color: #EDE891;
}
</style>
border-color css
<style>
span { border-color: #EDE891; }
span { border-color: rgb(237,232,145); }
td.TdClassName
{
border-color: #EDE891;
}
.TagClassName
{
border-color: #EDE891;
}
</style>