Shades of Khaki #EDE889
Tints of Khaki #EDE889
RGB
CMYK
RGB Variations
Color information
#EDE889 (or 0xEDE889) is known color: Khaki. HEX triplet: ED, E8 and 89. RGB value is (237,232,137). Sum of RGB (Red+Green+Blue) = 237+232+137=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 137 (53.91% from 255 or 22.61% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE889 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE889 is #121776. Grayscale: #DFDFDF. Windows color (decimal): -1185655 or 9038061. OLE color: 9038061.
HSL color Cylindrical-coordinate representation of color #EDE889: hue angle of 57º 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 #EDE889 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 137 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.07 |
| HSL | 57º | 0.74% | 0.73% | - |
| HSV(B) | 57º | 0.42% | 0.93% | - |
| XYZ | 68.3 | 77.52 | 35.03 | - |
| YUV | 222.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 137 | 0 | 0.02 | 0.42 | 0.07 | 57 | 0.74 | 0.73 |
| Hex | ED | E8 | 89 | 0 | 2 | 2A | 7 | 39 | 4A | 49 |
| Octal | 355 | 350 | 211 | 0 | 2 | 52 | 7 | 71 | 112 | 111 |
| Binary | 11101101 | 11101000 | 10001001 | 0 | 10 | 101010 | 111 | 111001 | 1001010 | 1001001 |
Color Harmonies of #EDE889
Complementary color
Monochromatic Colors of #EDE889
Black with #EDE889
Text Example
Text Example
White with #EDE889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE889; }
p { color: rgb(237,232,137); }
H1.HeaderClassName
{
color: #EDE889;
}
.AnyTagClassName
{
color: #EDE889;
}
</style>
background-color css
<style>
a { background-color: #EDE889; }
a { background-color: rgb(237,232,137); }
div.DivClassName
{
background-color: #EDE889;
}
.BgClassName
{
background-color: #EDE889;
}
</style>
border-color css
<style>
span { border-color: #EDE889; }
span { border-color: rgb(237,232,137); }
td.TdClassName
{
border-color: #EDE889;
}
.TagClassName
{
border-color: #EDE889;
}
</style>