Shades of Khaki #EFDE8F
Tints of Khaki #EFDE8F
RGB
CMYK
RGB Variations
Color information
#EFDE8F (or 0xEFDE8F) is known color: Khaki. HEX triplet: EF, DE and 8F. RGB value is (239,222,143). Sum of RGB (Red+Green+Blue) = 239+222+143=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 143 (56.25% from 255 or 23.68% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE8F is #102170. Grayscale: #DADADA. Windows color (decimal): -1057137 or 9428719. OLE color: 9428719.
HSL color Cylindrical-coordinate representation of color #EFDE8F: hue angle of 49.38º 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 #EFDE8F is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 222 | 143 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.06 |
| HSL | 49.38º | 0.75% | 0.75% | - |
| HSV(B) | 49.38º | 0.4% | 0.94% | - |
| XYZ | 66.68 | 72.58 | 36.48 | - |
| YUV | 218.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 222 | 143 | 0 | 0.07 | 0.40 | 0.06 | 49.38 | 0.75 | 0.75 |
| Hex | EF | DE | 8F | 0 | 7 | 28 | 6 | 31 | 4B | 4B |
| Octal | 357 | 336 | 217 | 0 | 7 | 50 | 6 | 61 | 113 | 113 |
| Binary | 11101111 | 11011110 | 10001111 | 0 | 111 | 101000 | 110 | 110001 | 1001011 | 1001011 |
Color Harmonies of #EFDE8F
Complementary color
Monochromatic Colors of #EFDE8F
Black with #EFDE8F
Text Example
Text Example
White with #EFDE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDE8F; }
p { color: rgb(239,222,143); }
H1.HeaderClassName
{
color: #EFDE8F;
}
.AnyTagClassName
{
color: #EFDE8F;
}
</style>
background-color css
<style>
a { background-color: #EFDE8F; }
a { background-color: rgb(239,222,143); }
div.DivClassName
{
background-color: #EFDE8F;
}
.BgClassName
{
background-color: #EFDE8F;
}
</style>
border-color css
<style>
span { border-color: #EFDE8F; }
span { border-color: rgb(239,222,143); }
td.TdClassName
{
border-color: #EFDE8F;
}
.TagClassName
{
border-color: #EFDE8F;
}
</style>