Shades of Khaki #EDEC8C
Tints of Khaki #EDEC8C
RGB
CMYK
RGB Variations
Color information
#EDEC8C (or 0xEDEC8C) is known color: Khaki. HEX triplet: ED, EC and 8C. RGB value is (237,236,140). Sum of RGB (Red+Green+Blue) = 237+236+140=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC8C is #121373. Grayscale: #E1E1E1. Windows color (decimal): -1184628 or 9235693. OLE color: 9235693.
HSL color Cylindrical-coordinate representation of color #EDEC8C: hue angle of 59.38º 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 #EDEC8C is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 140 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.07 |
| HSL | 59.38º | 0.73% | 0.74% | - |
| HSV(B) | 59.38º | 0.41% | 0.93% | - |
| XYZ | 69.65 | 79.89 | 36.56 | - |
| YUV | 225.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 140 | 0 | 0.00 | 0.41 | 0.07 | 59.38 | 0.73 | 0.74 |
| Hex | ED | EC | 8C | 0 | 0 | 29 | 7 | 3B | 49 | 4A |
| Octal | 355 | 354 | 214 | 0 | 0 | 51 | 7 | 73 | 111 | 112 |
| Binary | 11101101 | 11101100 | 10001100 | 0 | 0 | 101001 | 111 | 111011 | 1001001 | 1001010 |
Color Harmonies of #EDEC8C
Complementary color
Monochromatic Colors of #EDEC8C
Black with #EDEC8C
Text Example
Text Example
White with #EDEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC8C; }
p { color: rgb(237,236,140); }
H1.HeaderClassName
{
color: #EDEC8C;
}
.AnyTagClassName
{
color: #EDEC8C;
}
</style>
background-color css
<style>
a { background-color: #EDEC8C; }
a { background-color: rgb(237,236,140); }
div.DivClassName
{
background-color: #EDEC8C;
}
.BgClassName
{
background-color: #EDEC8C;
}
</style>
border-color css
<style>
span { border-color: #EDEC8C; }
span { border-color: rgb(237,236,140); }
td.TdClassName
{
border-color: #EDEC8C;
}
.TagClassName
{
border-color: #EDEC8C;
}
</style>