Shades of Khaki #EFE990
Tints of Khaki #EFE990
RGB
CMYK
RGB Variations
Color information
#EFE990 (or 0xEFE990) is known color: Khaki. HEX triplet: EF, E9 and 90. RGB value is (239,233,144). Sum of RGB (Red+Green+Blue) = 239+233+144=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE990 is #10166F. Grayscale: #E1E1E1. Windows color (decimal): -1054320 or 9497071. OLE color: 9497071.
HSL color Cylindrical-coordinate representation of color #EFE990: hue angle of 56.21º 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 #EFE990 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 144 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.06 |
| HSL | 56.21º | 0.75% | 0.75% | - |
| HSV(B) | 56.21º | 0.4% | 0.94% | - |
| XYZ | 69.77 | 78.64 | 37.89 | - |
| YUV | 224.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 144 | 0 | 0.03 | 0.40 | 0.06 | 56.21 | 0.75 | 0.75 |
| Hex | EF | E9 | 90 | 0 | 3 | 28 | 6 | 38 | 4B | 4B |
| Octal | 357 | 351 | 220 | 0 | 3 | 50 | 6 | 70 | 113 | 113 |
| Binary | 11101111 | 11101001 | 10010000 | 0 | 11 | 101000 | 110 | 111000 | 1001011 | 1001011 |
Color Harmonies of #EFE990
Complementary color
Monochromatic Colors of #EFE990
Black with #EFE990
Text Example
Text Example
White with #EFE990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE990; }
p { color: rgb(239,233,144); }
H1.HeaderClassName
{
color: #EFE990;
}
.AnyTagClassName
{
color: #EFE990;
}
</style>
background-color css
<style>
a { background-color: #EFE990; }
a { background-color: rgb(239,233,144); }
div.DivClassName
{
background-color: #EFE990;
}
.BgClassName
{
background-color: #EFE990;
}
</style>
border-color css
<style>
span { border-color: #EFE990; }
span { border-color: rgb(239,233,144); }
td.TdClassName
{
border-color: #EFE990;
}
.TagClassName
{
border-color: #EFE990;
}
</style>