Shades of Khaki #EDE789
Tints of Khaki #EDE789
RGB
CMYK
RGB Variations
Color information
#EDE789 (or 0xEDE789) is known color: Khaki. HEX triplet: ED, E7 and 89. RGB value is (237,231,137). Sum of RGB (Red+Green+Blue) = 237+231+137=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 137 (53.91% from 255 or 22.64% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE789 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE789 is #121876. Grayscale: #DEDEDE. Windows color (decimal): -1185911 or 9037805. OLE color: 9037805.
HSL color Cylindrical-coordinate representation of color #EDE789: hue angle of 56.4º 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 #EDE789 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 137 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.07 |
| HSL | 56.4º | 0.74% | 0.73% | - |
| HSV(B) | 56.4º | 0.42% | 0.93% | - |
| XYZ | 68.02 | 76.96 | 34.94 | - |
| YUV | 222.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 137 | 0 | 0.03 | 0.42 | 0.07 | 56.4 | 0.74 | 0.73 |
| Hex | ED | E7 | 89 | 0 | 3 | 2A | 7 | 38 | 4A | 49 |
| Octal | 355 | 347 | 211 | 0 | 3 | 52 | 7 | 70 | 112 | 111 |
| Binary | 11101101 | 11100111 | 10001001 | 0 | 11 | 101010 | 111 | 111000 | 1001010 | 1001001 |
Color Harmonies of #EDE789
Complementary color
Monochromatic Colors of #EDE789
Black with #EDE789
Text Example
Text Example
White with #EDE789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE789; }
p { color: rgb(237,231,137); }
H1.HeaderClassName
{
color: #EDE789;
}
.AnyTagClassName
{
color: #EDE789;
}
</style>
background-color css
<style>
a { background-color: #EDE789; }
a { background-color: rgb(237,231,137); }
div.DivClassName
{
background-color: #EDE789;
}
.BgClassName
{
background-color: #EDE789;
}
</style>
border-color css
<style>
span { border-color: #EDE789; }
span { border-color: rgb(237,231,137); }
td.TdClassName
{
border-color: #EDE789;
}
.TagClassName
{
border-color: #EDE789;
}
</style>