Shades of Khaki #EDE989
Tints of Khaki #EDE989
RGB
CMYK
RGB Variations
Color information
#EDE989 (or 0xEDE989) is known color: Khaki. HEX triplet: ED, E9 and 89. RGB value is (237,233,137). Sum of RGB (Red+Green+Blue) = 237+233+137=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 137 (53.91% from 255 or 22.57% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE989 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE989 is #121676. Grayscale: #DFDFDF. Windows color (decimal): -1185399 or 9038317. OLE color: 9038317.
HSL color Cylindrical-coordinate representation of color #EDE989: hue angle of 57.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDE989 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 137 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.07 |
| HSL | 57.6º | 0.74% | 0.73% | - |
| HSV(B) | 57.6º | 0.42% | 0.93% | - |
| XYZ | 68.58 | 78.09 | 35.12 | - |
| YUV | 223.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 137 | 0 | 0.02 | 0.42 | 0.07 | 57.6 | 0.74 | 0.73 |
| Hex | ED | E9 | 89 | 0 | 2 | 2A | 7 | 3A | 4A | 49 |
| Octal | 355 | 351 | 211 | 0 | 2 | 52 | 7 | 72 | 112 | 111 |
| Binary | 11101101 | 11101001 | 10001001 | 0 | 10 | 101010 | 111 | 111010 | 1001010 | 1001001 |
Color Harmonies of #EDE989
Complementary color
Monochromatic Colors of #EDE989
Black with #EDE989
Text Example
Text Example
White with #EDE989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE989; }
p { color: rgb(237,233,137); }
H1.HeaderClassName
{
color: #EDE989;
}
.AnyTagClassName
{
color: #EDE989;
}
</style>
background-color css
<style>
a { background-color: #EDE989; }
a { background-color: rgb(237,233,137); }
div.DivClassName
{
background-color: #EDE989;
}
.BgClassName
{
background-color: #EDE989;
}
</style>
border-color css
<style>
span { border-color: #EDE989; }
span { border-color: rgb(237,233,137); }
td.TdClassName
{
border-color: #EDE989;
}
.TagClassName
{
border-color: #EDE989;
}
</style>