Shades of Khaki #EFE490
Tints of Khaki #EFE490
RGB
CMYK
RGB Variations
Color information
#EFE490 (or 0xEFE490) is known color: Khaki. HEX triplet: EF, E4 and 90. RGB value is (239,228,144). Sum of RGB (Red+Green+Blue) = 239+228+144=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE490 is #101B6F. Grayscale: #DEDEDE. Windows color (decimal): -1055600 or 9495791. OLE color: 9495791.
HSL color Cylindrical-coordinate representation of color #EFE490: hue angle of 53.05º 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 #EFE490 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 144 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.06 |
| HSL | 53.05º | 0.75% | 0.75% | - |
| HSV(B) | 53.05º | 0.4% | 0.94% | - |
| XYZ | 68.37 | 75.85 | 37.42 | - |
| YUV | 221.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 144 | 0 | 0.05 | 0.40 | 0.06 | 53.05 | 0.75 | 0.75 |
| Hex | EF | E4 | 90 | 0 | 5 | 28 | 6 | 35 | 4B | 4B |
| Octal | 357 | 344 | 220 | 0 | 5 | 50 | 6 | 65 | 113 | 113 |
| Binary | 11101111 | 11100100 | 10010000 | 0 | 101 | 101000 | 110 | 110101 | 1001011 | 1001011 |
Color Harmonies of #EFE490
Complementary color
Monochromatic Colors of #EFE490
Black with #EFE490
Text Example
Text Example
White with #EFE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE490; }
p { color: rgb(239,228,144); }
H1.HeaderClassName
{
color: #EFE490;
}
.AnyTagClassName
{
color: #EFE490;
}
</style>
background-color css
<style>
a { background-color: #EFE490; }
a { background-color: rgb(239,228,144); }
div.DivClassName
{
background-color: #EFE490;
}
.BgClassName
{
background-color: #EFE490;
}
</style>
border-color css
<style>
span { border-color: #EFE490; }
span { border-color: rgb(239,228,144); }
td.TdClassName
{
border-color: #EFE490;
}
.TagClassName
{
border-color: #EFE490;
}
</style>