Shades of Khaki #EDEA8D
Tints of Khaki #EDEA8D
RGB
CMYK
RGB Variations
Color information
#EDEA8D (or 0xEDEA8D) is known color: Khaki. HEX triplet: ED, EA and 8D. RGB value is (237,234,141). Sum of RGB (Red+Green+Blue) = 237+234+141=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA8D is #121572. Grayscale: #E0E0E0. Windows color (decimal): -1185139 or 9300717. OLE color: 9300717.
HSL color Cylindrical-coordinate representation of color #EDEA8D: hue angle of 58.12º 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 #EDEA8D is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 141 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.07 |
| HSL | 58.13º | 0.73% | 0.74% | - |
| HSV(B) | 58.13º | 0.41% | 0.93% | - |
| XYZ | 69.16 | 78.77 | 36.76 | - |
| YUV | 224.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 141 | 0 | 0.01 | 0.41 | 0.07 | 58.13 | 0.73 | 0.74 |
| Hex | ED | EA | 8D | 0 | 1 | 29 | 7 | 3A | 49 | 4A |
| Octal | 355 | 352 | 215 | 0 | 1 | 51 | 7 | 72 | 111 | 112 |
| Binary | 11101101 | 11101010 | 10001101 | 0 | 1 | 101001 | 111 | 111010 | 1001001 | 1001010 |
Color Harmonies of #EDEA8D
Complementary color
Monochromatic Colors of #EDEA8D
Black with #EDEA8D
Text Example
Text Example
White with #EDEA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA8D; }
p { color: rgb(237,234,141); }
H1.HeaderClassName
{
color: #EDEA8D;
}
.AnyTagClassName
{
color: #EDEA8D;
}
</style>
background-color css
<style>
a { background-color: #EDEA8D; }
a { background-color: rgb(237,234,141); }
div.DivClassName
{
background-color: #EDEA8D;
}
.BgClassName
{
background-color: #EDEA8D;
}
</style>
border-color css
<style>
span { border-color: #EDEA8D; }
span { border-color: rgb(237,234,141); }
td.TdClassName
{
border-color: #EDEA8D;
}
.TagClassName
{
border-color: #EDEA8D;
}
</style>