Shades of Khaki #EEDF8F
Tints of Khaki #EEDF8F
RGB
CMYK
RGB Variations
Color information
#EEDF8F (or 0xEEDF8F) is known color: Khaki. HEX triplet: EE, DF and 8F. RGB value is (238,223,143). Sum of RGB (Red+Green+Blue) = 238+223+143=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDF8F is #112070. Grayscale: #DADADA. Windows color (decimal): -1122417 or 9428974. OLE color: 9428974.
HSL color Cylindrical-coordinate representation of color #EEDF8F: hue angle of 50.53º 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 #EEDF8F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 143 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.07 |
| HSL | 50.53º | 0.74% | 0.75% | - |
| HSV(B) | 50.53º | 0.4% | 0.93% | - |
| XYZ | 66.61 | 72.94 | 36.55 | - |
| YUV | 218.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 143 | 0 | 0.06 | 0.40 | 0.07 | 50.53 | 0.74 | 0.75 |
| Hex | EE | DF | 8F | 0 | 6 | 28 | 7 | 33 | 4A | 4B |
| Octal | 356 | 337 | 217 | 0 | 6 | 50 | 7 | 63 | 112 | 113 |
| Binary | 11101110 | 11011111 | 10001111 | 0 | 110 | 101000 | 111 | 110011 | 1001010 | 1001011 |
Color Harmonies of #EEDF8F
Complementary color
Monochromatic Colors of #EEDF8F
Black with #EEDF8F
Text Example
Text Example
White with #EEDF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDF8F; }
p { color: rgb(238,223,143); }
H1.HeaderClassName
{
color: #EEDF8F;
}
.AnyTagClassName
{
color: #EEDF8F;
}
</style>
background-color css
<style>
a { background-color: #EEDF8F; }
a { background-color: rgb(238,223,143); }
div.DivClassName
{
background-color: #EEDF8F;
}
.BgClassName
{
background-color: #EEDF8F;
}
</style>
border-color css
<style>
span { border-color: #EEDF8F; }
span { border-color: rgb(238,223,143); }
td.TdClassName
{
border-color: #EEDF8F;
}
.TagClassName
{
border-color: #EEDF8F;
}
</style>