Shades of Khaki #EDE88D
Tints of Khaki #EDE88D
RGB
CMYK
RGB Variations
Color information
#EDE88D (or 0xEDE88D) is known color: Khaki. HEX triplet: ED, E8 and 8D. RGB value is (237,232,141). Sum of RGB (Red+Green+Blue) = 237+232+141=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE88D is #121772. Grayscale: #DFDFDF. Windows color (decimal): -1185651 or 9300205. OLE color: 9300205.
HSL color Cylindrical-coordinate representation of color #EDE88D: hue angle of 56.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDE88D is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 232 | 141 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.07 |
| HSL | 56.88º | 0.73% | 0.74% | - |
| HSV(B) | 56.88º | 0.41% | 0.93% | - |
| XYZ | 68.59 | 77.64 | 36.57 | - |
| YUV | 223.12 | 81.66 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 232 | 141 | 0 | 0.02 | 0.41 | 0.07 | 56.88 | 0.73 | 0.74 |
| Hex | ED | E8 | 8D | 0 | 2 | 29 | 7 | 39 | 49 | 4A |
| Octal | 355 | 350 | 215 | 0 | 2 | 51 | 7 | 71 | 111 | 112 |
| Binary | 11101101 | 11101000 | 10001101 | 0 | 10 | 101001 | 111 | 111001 | 1001001 | 1001010 |
Color Harmonies of #EDE88D
Complementary color
Monochromatic Colors of #EDE88D
Black with #EDE88D
Text Example
Text Example
White with #EDE88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE88D; }
p { color: rgb(237,232,141); }
H1.HeaderClassName
{
color: #EDE88D;
}
.AnyTagClassName
{
color: #EDE88D;
}
</style>
background-color css
<style>
a { background-color: #EDE88D; }
a { background-color: rgb(237,232,141); }
div.DivClassName
{
background-color: #EDE88D;
}
.BgClassName
{
background-color: #EDE88D;
}
</style>
border-color css
<style>
span { border-color: #EDE88D; }
span { border-color: rgb(237,232,141); }
td.TdClassName
{
border-color: #EDE88D;
}
.TagClassName
{
border-color: #EDE88D;
}
</style>