Shades of Khaki #EFDF91
Tints of Khaki #EFDF91
RGB
CMYK
RGB Variations
Color information
#EFDF91 (or 0xEFDF91) is known color: Khaki. HEX triplet: EF, DF and 91. RGB value is (239,223,145). Sum of RGB (Red+Green+Blue) = 239+223+145=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 145 (57.03% from 255 or 23.89% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF91 is #10206E. Grayscale: #DBDBDB. Windows color (decimal): -1056879 or 9560047. OLE color: 9560047.
HSL color Cylindrical-coordinate representation of color #EFDF91: hue angle of 49.79º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFDF91 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 145 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.06 |
| HSL | 49.79º | 0.75% | 0.75% | - |
| HSV(B) | 49.79º | 0.39% | 0.94% | - |
| XYZ | 67.1 | 73.17 | 37.38 | - |
| YUV | 218.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 145 | 0 | 0.07 | 0.39 | 0.06 | 49.79 | 0.75 | 0.75 |
| Hex | EF | DF | 91 | 0 | 7 | 27 | 6 | 32 | 4B | 4B |
| Octal | 357 | 337 | 221 | 0 | 7 | 47 | 6 | 62 | 113 | 113 |
| Binary | 11101111 | 11011111 | 10010001 | 0 | 111 | 100111 | 110 | 110010 | 1001011 | 1001011 |
Color Harmonies of #EFDF91
Complementary color
Monochromatic Colors of #EFDF91
Black with #EFDF91
Text Example
Text Example
White with #EFDF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF91; }
p { color: rgb(239,223,145); }
H1.HeaderClassName
{
color: #EFDF91;
}
.AnyTagClassName
{
color: #EFDF91;
}
</style>
background-color css
<style>
a { background-color: #EFDF91; }
a { background-color: rgb(239,223,145); }
div.DivClassName
{
background-color: #EFDF91;
}
.BgClassName
{
background-color: #EFDF91;
}
</style>
border-color css
<style>
span { border-color: #EFDF91; }
span { border-color: rgb(239,223,145); }
td.TdClassName
{
border-color: #EFDF91;
}
.TagClassName
{
border-color: #EFDF91;
}
</style>