Shades of Khaki #EFDD90
Tints of Khaki #EFDD90
RGB
CMYK
RGB Variations
Color information
#EFDD90 (or 0xEFDD90) is known color: Khaki. HEX triplet: EF, DD and 90. RGB value is (239,221,144). Sum of RGB (Red+Green+Blue) = 239+221+144=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 144 (56.64% from 255 or 23.84% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDD90 is #10226F. Grayscale: #D9D9D9. Windows color (decimal): -1057392 or 9493999. OLE color: 9493999.
HSL color Cylindrical-coordinate representation of color #EFDD90: hue angle of 48.63º 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 #EFDD90 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 144 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.06 |
| HSL | 48.63º | 0.75% | 0.75% | - |
| HSV(B) | 48.63º | 0.4% | 0.94% | - |
| XYZ | 66.49 | 72.08 | 36.79 | - |
| YUV | 217.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 144 | 0 | 0.08 | 0.40 | 0.06 | 48.63 | 0.75 | 0.75 |
| Hex | EF | DD | 90 | 0 | 8 | 28 | 6 | 31 | 4B | 4B |
| Octal | 357 | 335 | 220 | 0 | 10 | 50 | 6 | 61 | 113 | 113 |
| Binary | 11101111 | 11011101 | 10010000 | 0 | 1000 | 101000 | 110 | 110001 | 1001011 | 1001011 |
Color Harmonies of #EFDD90
Complementary color
Monochromatic Colors of #EFDD90
Black with #EFDD90
Text Example
Text Example
White with #EFDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD90; }
p { color: rgb(239,221,144); }
H1.HeaderClassName
{
color: #EFDD90;
}
.AnyTagClassName
{
color: #EFDD90;
}
</style>
background-color css
<style>
a { background-color: #EFDD90; }
a { background-color: rgb(239,221,144); }
div.DivClassName
{
background-color: #EFDD90;
}
.BgClassName
{
background-color: #EFDD90;
}
</style>
border-color css
<style>
span { border-color: #EFDD90; }
span { border-color: rgb(239,221,144); }
td.TdClassName
{
border-color: #EFDD90;
}
.TagClassName
{
border-color: #EFDD90;
}
</style>