Shades of Khaki #EDEA8F
Tints of Khaki #EDEA8F
RGB
CMYK
RGB Variations
Color information
#EDEA8F (or 0xEDEA8F) is known color: Khaki. HEX triplet: ED, EA and 8F. RGB value is (237,234,143). Sum of RGB (Red+Green+Blue) = 237+234+143=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 234 (91.80% from 255 or 38.11% from 614); Blue value is 143 (56.25% from 255 or 23.29% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEA8F is #121570. Grayscale: #E0E0E0. Windows color (decimal): -1185137 or 9431789. OLE color: 9431789.
HSL color Cylindrical-coordinate representation of color #EDEA8F: hue angle of 58.09º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDEA8F is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 143 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.07 |
| HSL | 58.09º | 0.72% | 0.75% | - |
| HSV(B) | 58.09º | 0.4% | 0.93% | - |
| XYZ | 69.31 | 78.83 | 37.55 | - |
| YUV | 224.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 143 | 0 | 0.01 | 0.40 | 0.07 | 58.09 | 0.72 | 0.75 |
| Hex | ED | EA | 8F | 0 | 1 | 28 | 7 | 3A | 48 | 4B |
| Octal | 355 | 352 | 217 | 0 | 1 | 50 | 7 | 72 | 110 | 113 |
| Binary | 11101101 | 11101010 | 10001111 | 0 | 1 | 101000 | 111 | 111010 | 1001000 | 1001011 |
Color Harmonies of #EDEA8F
Complementary color
Monochromatic Colors of #EDEA8F
Black with #EDEA8F
Text Example
Text Example
White with #EDEA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA8F; }
p { color: rgb(237,234,143); }
H1.HeaderClassName
{
color: #EDEA8F;
}
.AnyTagClassName
{
color: #EDEA8F;
}
</style>
background-color css
<style>
a { background-color: #EDEA8F; }
a { background-color: rgb(237,234,143); }
div.DivClassName
{
background-color: #EDEA8F;
}
.BgClassName
{
background-color: #EDEA8F;
}
</style>
border-color css
<style>
span { border-color: #EDEA8F; }
span { border-color: rgb(237,234,143); }
td.TdClassName
{
border-color: #EDEA8F;
}
.TagClassName
{
border-color: #EDEA8F;
}
</style>