Shades of Khaki #EFDF90
Tints of Khaki #EFDF90
RGB
CMYK
RGB Variations
Color information
#EFDF90 (or 0xEFDF90) is known color: Khaki. HEX triplet: EF, DF and 90. RGB value is (239,223,144). Sum of RGB (Red+Green+Blue) = 239+223+144=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF90 is #10206F. Grayscale: #DBDBDB. Windows color (decimal): -1056880 or 9494511. OLE color: 9494511.
HSL color Cylindrical-coordinate representation of color #EFDF90: hue angle of 49.89º 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 #EFDF90 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 144 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.06 |
| HSL | 49.89º | 0.75% | 0.75% | - |
| HSV(B) | 49.89º | 0.4% | 0.94% | - |
| XYZ | 67.02 | 73.14 | 36.97 | - |
| YUV | 218.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 144 | 0 | 0.07 | 0.40 | 0.06 | 49.89 | 0.75 | 0.75 |
| Hex | EF | DF | 90 | 0 | 7 | 28 | 6 | 32 | 4B | 4B |
| Octal | 357 | 337 | 220 | 0 | 7 | 50 | 6 | 62 | 113 | 113 |
| Binary | 11101111 | 11011111 | 10010000 | 0 | 111 | 101000 | 110 | 110010 | 1001011 | 1001011 |
Color Harmonies of #EFDF90
Complementary color
Monochromatic Colors of #EFDF90
Black with #EFDF90
Text Example
Text Example
White with #EFDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF90; }
p { color: rgb(239,223,144); }
H1.HeaderClassName
{
color: #EFDF90;
}
.AnyTagClassName
{
color: #EFDF90;
}
</style>
background-color css
<style>
a { background-color: #EFDF90; }
a { background-color: rgb(239,223,144); }
div.DivClassName
{
background-color: #EFDF90;
}
.BgClassName
{
background-color: #EFDF90;
}
</style>
border-color css
<style>
span { border-color: #EFDF90; }
span { border-color: rgb(239,223,144); }
td.TdClassName
{
border-color: #EFDF90;
}
.TagClassName
{
border-color: #EFDF90;
}
</style>