Shades of Khaki #EDE98D
Tints of Khaki #EDE98D
RGB
CMYK
RGB Variations
Color information
#EDE98D (or 0xEDE98D) is known color: Khaki. HEX triplet: ED, E9 and 8D. RGB value is (237,233,141). Sum of RGB (Red+Green+Blue) = 237+233+141=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE98D is #121672. Grayscale: #E0E0E0. Windows color (decimal): -1185395 or 9300461. OLE color: 9300461.
HSL color Cylindrical-coordinate representation of color #EDE98D: hue angle of 57.5º 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 #EDE98D is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 233 | 141 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.07 |
| HSL | 57.5º | 0.73% | 0.74% | - |
| HSV(B) | 57.5º | 0.41% | 0.93% | - |
| XYZ | 68.87 | 78.21 | 36.66 | - |
| YUV | 223.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 233 | 141 | 0 | 0.02 | 0.41 | 0.07 | 57.5 | 0.73 | 0.74 |
| Hex | ED | E9 | 8D | 0 | 2 | 29 | 7 | 3A | 49 | 4A |
| Octal | 355 | 351 | 215 | 0 | 2 | 51 | 7 | 72 | 111 | 112 |
| Binary | 11101101 | 11101001 | 10001101 | 0 | 10 | 101001 | 111 | 111010 | 1001001 | 1001010 |
Color Harmonies of #EDE98D
Complementary color
Monochromatic Colors of #EDE98D
Black with #EDE98D
Text Example
Text Example
White with #EDE98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE98D; }
p { color: rgb(237,233,141); }
H1.HeaderClassName
{
color: #EDE98D;
}
.AnyTagClassName
{
color: #EDE98D;
}
</style>
background-color css
<style>
a { background-color: #EDE98D; }
a { background-color: rgb(237,233,141); }
div.DivClassName
{
background-color: #EDE98D;
}
.BgClassName
{
background-color: #EDE98D;
}
</style>
border-color css
<style>
span { border-color: #EDE98D; }
span { border-color: rgb(237,233,141); }
td.TdClassName
{
border-color: #EDE98D;
}
.TagClassName
{
border-color: #EDE98D;
}
</style>