Shades of Khaki #EFDF8D
Tints of Khaki #EFDF8D
RGB
CMYK
RGB Variations
Color information
#EFDF8D (or 0xEFDF8D) is known color: Khaki. HEX triplet: EF, DF and 8D. RGB value is (239,223,141). Sum of RGB (Red+Green+Blue) = 239+223+141=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF8D is #102072. Grayscale: #DADADA. Windows color (decimal): -1056883 or 9297903. OLE color: 9297903.
HSL color Cylindrical-coordinate representation of color #EFDF8D: hue angle of 50.2º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFDF8D is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 141 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.06 |
| HSL | 50.2º | 0.75% | 0.75% | - |
| HSV(B) | 50.2º | 0.41% | 0.94% | - |
| XYZ | 66.79 | 73.05 | 35.78 | - |
| YUV | 218.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 141 | 0 | 0.07 | 0.41 | 0.06 | 50.2 | 0.75 | 0.75 |
| Hex | EF | DF | 8D | 0 | 7 | 29 | 6 | 32 | 4B | 4B |
| Octal | 357 | 337 | 215 | 0 | 7 | 51 | 6 | 62 | 113 | 113 |
| Binary | 11101111 | 11011111 | 10001101 | 0 | 111 | 101001 | 110 | 110010 | 1001011 | 1001011 |
Color Harmonies of #EFDF8D
Complementary color
Monochromatic Colors of #EFDF8D
Black with #EFDF8D
Text Example
Text Example
White with #EFDF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF8D; }
p { color: rgb(239,223,141); }
H1.HeaderClassName
{
color: #EFDF8D;
}
.AnyTagClassName
{
color: #EFDF8D;
}
</style>
background-color css
<style>
a { background-color: #EFDF8D; }
a { background-color: rgb(239,223,141); }
div.DivClassName
{
background-color: #EFDF8D;
}
.BgClassName
{
background-color: #EFDF8D;
}
</style>
border-color css
<style>
span { border-color: #EFDF8D; }
span { border-color: rgb(239,223,141); }
td.TdClassName
{
border-color: #EFDF8D;
}
.TagClassName
{
border-color: #EFDF8D;
}
</style>