Shades of Khaki #EFDF93
Tints of Khaki #EFDF93
RGB
CMYK
RGB Variations
Color information
#EFDF93 (or 0xEFDF93) is known color: Khaki. HEX triplet: EF, DF and 93. RGB value is (239,223,147). Sum of RGB (Red+Green+Blue) = 239+223+147=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF93 is #10206C. Grayscale: #DBDBDB. Windows color (decimal): -1056877 or 9691119. OLE color: 9691119.
HSL color Cylindrical-coordinate representation of color #EFDF93: hue angle of 49.57º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFDF93 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 147 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.06 |
| HSL | 49.57º | 0.74% | 0.76% | - |
| HSV(B) | 49.57º | 0.38% | 0.94% | - |
| XYZ | 67.25 | 73.23 | 38.19 | - |
| YUV | 219.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 147 | 0 | 0.07 | 0.38 | 0.06 | 49.57 | 0.74 | 0.76 |
| Hex | EF | DF | 93 | 0 | 7 | 26 | 6 | 32 | 4A | 4C |
| Octal | 357 | 337 | 223 | 0 | 7 | 46 | 6 | 62 | 112 | 114 |
| Binary | 11101111 | 11011111 | 10010011 | 0 | 111 | 100110 | 110 | 110010 | 1001010 | 1001100 |
Color Harmonies of #EFDF93
Complementary color
Monochromatic Colors of #EFDF93
Black with #EFDF93
Text Example
Text Example
White with #EFDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF93; }
p { color: rgb(239,223,147); }
H1.HeaderClassName
{
color: #EFDF93;
}
.AnyTagClassName
{
color: #EFDF93;
}
</style>
background-color css
<style>
a { background-color: #EFDF93; }
a { background-color: rgb(239,223,147); }
div.DivClassName
{
background-color: #EFDF93;
}
.BgClassName
{
background-color: #EFDF93;
}
</style>
border-color css
<style>
span { border-color: #EFDF93; }
span { border-color: rgb(239,223,147); }
td.TdClassName
{
border-color: #EFDF93;
}
.TagClassName
{
border-color: #EFDF93;
}
</style>