Shades of Khaki #EEDC8F
Tints of Khaki #EEDC8F
RGB
CMYK
RGB Variations
Color information
#EEDC8F (or 0xEEDC8F) is known color: Khaki. HEX triplet: EE, DC and 8F. RGB value is (238,220,143). Sum of RGB (Red+Green+Blue) = 238+220+143=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDC8F is #112370. Grayscale: #D8D8D8. Windows color (decimal): -1123185 or 9428206. OLE color: 9428206.
HSL color Cylindrical-coordinate representation of color #EEDC8F: hue angle of 48.63º degrees, saturation: 0.74, 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 #EEDC8F is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 143 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.07 |
| HSL | 48.63º | 0.74% | 0.75% | - |
| HSV(B) | 48.63º | 0.4% | 0.93% | - |
| XYZ | 65.81 | 71.35 | 36.29 | - |
| YUV | 216.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 143 | 0 | 0.08 | 0.40 | 0.07 | 48.63 | 0.74 | 0.75 |
| Hex | EE | DC | 8F | 0 | 8 | 28 | 7 | 31 | 4A | 4B |
| Octal | 356 | 334 | 217 | 0 | 10 | 50 | 7 | 61 | 112 | 113 |
| Binary | 11101110 | 11011100 | 10001111 | 0 | 1000 | 101000 | 111 | 110001 | 1001010 | 1001011 |
Color Harmonies of #EEDC8F
Complementary color
Monochromatic Colors of #EEDC8F
Black with #EEDC8F
Text Example
Text Example
White with #EEDC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC8F; }
p { color: rgb(238,220,143); }
H1.HeaderClassName
{
color: #EEDC8F;
}
.AnyTagClassName
{
color: #EEDC8F;
}
</style>
background-color css
<style>
a { background-color: #EEDC8F; }
a { background-color: rgb(238,220,143); }
div.DivClassName
{
background-color: #EEDC8F;
}
.BgClassName
{
background-color: #EEDC8F;
}
</style>
border-color css
<style>
span { border-color: #EEDC8F; }
span { border-color: rgb(238,220,143); }
td.TdClassName
{
border-color: #EEDC8F;
}
.TagClassName
{
border-color: #EEDC8F;
}
</style>