Shades of Khaki #EFE390
Tints of Khaki #EFE390
RGB
CMYK
RGB Variations
Color information
#EFE390 (or 0xEFE390) is known color: Khaki. HEX triplet: EF, E3 and 90. RGB value is (239,227,144). Sum of RGB (Red+Green+Blue) = 239+227+144=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 144 (56.64% from 255 or 23.61% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE390 is #101C6F. Grayscale: #DDDDDD. Windows color (decimal): -1055856 or 9495535. OLE color: 9495535.
HSL color Cylindrical-coordinate representation of color #EFE390: hue angle of 52.42º 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 #EFE390 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 227 | 144 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.06 |
| HSL | 52.42º | 0.75% | 0.75% | - |
| HSV(B) | 52.42º | 0.4% | 0.94% | - |
| XYZ | 68.1 | 75.3 | 37.33 | - |
| YUV | 221.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 227 | 144 | 0 | 0.05 | 0.40 | 0.06 | 52.42 | 0.75 | 0.75 |
| Hex | EF | E3 | 90 | 0 | 5 | 28 | 6 | 34 | 4B | 4B |
| Octal | 357 | 343 | 220 | 0 | 5 | 50 | 6 | 64 | 113 | 113 |
| Binary | 11101111 | 11100011 | 10010000 | 0 | 101 | 101000 | 110 | 110100 | 1001011 | 1001011 |
Color Harmonies of #EFE390
Complementary color
Monochromatic Colors of #EFE390
Black with #EFE390
Text Example
Text Example
White with #EFE390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE390; }
p { color: rgb(239,227,144); }
H1.HeaderClassName
{
color: #EFE390;
}
.AnyTagClassName
{
color: #EFE390;
}
</style>
background-color css
<style>
a { background-color: #EFE390; }
a { background-color: rgb(239,227,144); }
div.DivClassName
{
background-color: #EFE390;
}
.BgClassName
{
background-color: #EFE390;
}
</style>
border-color css
<style>
span { border-color: #EFE390; }
span { border-color: rgb(239,227,144); }
td.TdClassName
{
border-color: #EFE390;
}
.TagClassName
{
border-color: #EFE390;
}
</style>