Shades of Khaki #EFDF8F
Tints of Khaki #EFDF8F
RGB
CMYK
RGB Variations
Color information
#EFDF8F (or 0xEFDF8F) is known color: Khaki. HEX triplet: EF, DF and 8F. RGB value is (239,223,143). Sum of RGB (Red+Green+Blue) = 239+223+143=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 143 (56.25% from 255 or 23.64% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF8F is #102070. Grayscale: #DADADA. Windows color (decimal): -1056881 or 9428975. OLE color: 9428975.
HSL color Cylindrical-coordinate representation of color #EFDF8F: hue angle of 50º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFDF8F is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 143 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.06 |
| HSL | 50º | 0.75% | 0.75% | - |
| HSV(B) | 50º | 0.4% | 0.94% | - |
| XYZ | 66.94 | 73.11 | 36.57 | - |
| YUV | 218.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 143 | 0 | 0.07 | 0.40 | 0.06 | 50 | 0.75 | 0.75 |
| Hex | EF | DF | 8F | 0 | 7 | 28 | 6 | 32 | 4B | 4B |
| Octal | 357 | 337 | 217 | 0 | 7 | 50 | 6 | 62 | 113 | 113 |
| Binary | 11101111 | 11011111 | 10001111 | 0 | 111 | 101000 | 110 | 110010 | 1001011 | 1001011 |
Color Harmonies of #EFDF8F
Complementary color
Monochromatic Colors of #EFDF8F
Black with #EFDF8F
Text Example
Text Example
White with #EFDF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF8F; }
p { color: rgb(239,223,143); }
H1.HeaderClassName
{
color: #EFDF8F;
}
.AnyTagClassName
{
color: #EFDF8F;
}
</style>
background-color css
<style>
a { background-color: #EFDF8F; }
a { background-color: rgb(239,223,143); }
div.DivClassName
{
background-color: #EFDF8F;
}
.BgClassName
{
background-color: #EFDF8F;
}
</style>
border-color css
<style>
span { border-color: #EFDF8F; }
span { border-color: rgb(239,223,143); }
td.TdClassName
{
border-color: #EFDF8F;
}
.TagClassName
{
border-color: #EFDF8F;
}
</style>