Shades of Khaki #EDDD8F
Tints of Khaki #EDDD8F
RGB
CMYK
RGB Variations
Color information
#EDDD8F (or 0xEDDD8F) is known color: Khaki. HEX triplet: ED, DD and 8F. RGB value is (237,221,143). Sum of RGB (Red+Green+Blue) = 237+221+143=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD8F is #122270. Grayscale: #D9D9D9. Windows color (decimal): -1188465 or 9428461. OLE color: 9428461.
HSL color Cylindrical-coordinate representation of color #EDDD8F: hue angle of 49.79º 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 #EDDD8F is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 221 | 143 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.07 |
| HSL | 49.79º | 0.72% | 0.75% | - |
| HSV(B) | 49.79º | 0.4% | 0.93% | - |
| XYZ | 65.74 | 71.7 | 36.36 | - |
| YUV | 216.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 221 | 143 | 0 | 0.07 | 0.40 | 0.07 | 49.79 | 0.72 | 0.75 |
| Hex | ED | DD | 8F | 0 | 7 | 28 | 7 | 32 | 48 | 4B |
| Octal | 355 | 335 | 217 | 0 | 7 | 50 | 7 | 62 | 110 | 113 |
| Binary | 11101101 | 11011101 | 10001111 | 0 | 111 | 101000 | 111 | 110010 | 1001000 | 1001011 |
Color Harmonies of #EDDD8F
Complementary color
Monochromatic Colors of #EDDD8F
Black with #EDDD8F
Text Example
Text Example
White with #EDDD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDD8F; }
p { color: rgb(237,221,143); }
H1.HeaderClassName
{
color: #EDDD8F;
}
.AnyTagClassName
{
color: #EDDD8F;
}
</style>
background-color css
<style>
a { background-color: #EDDD8F; }
a { background-color: rgb(237,221,143); }
div.DivClassName
{
background-color: #EDDD8F;
}
.BgClassName
{
background-color: #EDDD8F;
}
</style>
border-color css
<style>
span { border-color: #EDDD8F; }
span { border-color: rgb(237,221,143); }
td.TdClassName
{
border-color: #EDDD8F;
}
.TagClassName
{
border-color: #EDDD8F;
}
</style>