Shades of Khaki #EFDC90
Tints of Khaki #EFDC90
RGB
CMYK
RGB Variations
Color information
#EFDC90 (or 0xEFDC90) is known color: Khaki. HEX triplet: EF, DC and 90. RGB value is (239,220,144). Sum of RGB (Red+Green+Blue) = 239+220+144=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC90 is #10236F. Grayscale: #D9D9D9. Windows color (decimal): -1057648 or 9493743. OLE color: 9493743.
HSL color Cylindrical-coordinate representation of color #EFDC90: hue angle of 48º 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 #EFDC90 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 144 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.06 |
| HSL | 48º | 0.75% | 0.75% | - |
| HSV(B) | 48º | 0.4% | 0.94% | - |
| XYZ | 66.22 | 71.55 | 36.71 | - |
| YUV | 217.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 144 | 0 | 0.08 | 0.40 | 0.06 | 48 | 0.75 | 0.75 |
| Hex | EF | DC | 90 | 0 | 8 | 28 | 6 | 30 | 4B | 4B |
| Octal | 357 | 334 | 220 | 0 | 10 | 50 | 6 | 60 | 113 | 113 |
| Binary | 11101111 | 11011100 | 10010000 | 0 | 1000 | 101000 | 110 | 110000 | 1001011 | 1001011 |
Color Harmonies of #EFDC90
Complementary color
Monochromatic Colors of #EFDC90
Black with #EFDC90
Text Example
Text Example
White with #EFDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC90; }
p { color: rgb(239,220,144); }
H1.HeaderClassName
{
color: #EFDC90;
}
.AnyTagClassName
{
color: #EFDC90;
}
</style>
background-color css
<style>
a { background-color: #EFDC90; }
a { background-color: rgb(239,220,144); }
div.DivClassName
{
background-color: #EFDC90;
}
.BgClassName
{
background-color: #EFDC90;
}
</style>
border-color css
<style>
span { border-color: #EFDC90; }
span { border-color: rgb(239,220,144); }
td.TdClassName
{
border-color: #EFDC90;
}
.TagClassName
{
border-color: #EFDC90;
}
</style>