Shades of Khaki #EDEA8C
Tints of Khaki #EDEA8C
RGB
CMYK
RGB Variations
Color information
#EDEA8C (or 0xEDEA8C) is known color: Khaki. HEX triplet: ED, EA and 8C. RGB value is (237,234,140). Sum of RGB (Red+Green+Blue) = 237+234+140=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA8C is #121573. Grayscale: #E0E0E0. Windows color (decimal): -1185140 or 9235181. OLE color: 9235181.
HSL color Cylindrical-coordinate representation of color #EDEA8C: hue angle of 58.14º 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 #EDEA8C is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 140 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.07 |
| HSL | 58.14º | 0.73% | 0.74% | - |
| HSV(B) | 58.14º | 0.41% | 0.93% | - |
| XYZ | 69.08 | 78.74 | 36.37 | - |
| YUV | 224.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 140 | 0 | 0.01 | 0.41 | 0.07 | 58.14 | 0.73 | 0.74 |
| Hex | ED | EA | 8C | 0 | 1 | 29 | 7 | 3A | 49 | 4A |
| Octal | 355 | 352 | 214 | 0 | 1 | 51 | 7 | 72 | 111 | 112 |
| Binary | 11101101 | 11101010 | 10001100 | 0 | 1 | 101001 | 111 | 111010 | 1001001 | 1001010 |
Color Harmonies of #EDEA8C
Complementary color
Monochromatic Colors of #EDEA8C
Black with #EDEA8C
Text Example
Text Example
White with #EDEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA8C; }
p { color: rgb(237,234,140); }
H1.HeaderClassName
{
color: #EDEA8C;
}
.AnyTagClassName
{
color: #EDEA8C;
}
</style>
background-color css
<style>
a { background-color: #EDEA8C; }
a { background-color: rgb(237,234,140); }
div.DivClassName
{
background-color: #EDEA8C;
}
.BgClassName
{
background-color: #EDEA8C;
}
</style>
border-color css
<style>
span { border-color: #EDEA8C; }
span { border-color: rgb(237,234,140); }
td.TdClassName
{
border-color: #EDEA8C;
}
.TagClassName
{
border-color: #EDEA8C;
}
</style>