Shades of Khaki #EFE790
Tints of Khaki #EFE790
RGB
CMYK
RGB Variations
Color information
#EFE790 (or 0xEFE790) is known color: Khaki. HEX triplet: EF, E7 and 90. RGB value is (239,231,144). Sum of RGB (Red+Green+Blue) = 239+231+144=614 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.93% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE790 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE790 is #10186F. Grayscale: #DFDFDF. Windows color (decimal): -1054832 or 9496559. OLE color: 9496559.
HSL color Cylindrical-coordinate representation of color #EFE790: hue angle of 54.95º 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 #EFE790 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 144 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.06 |
| HSL | 54.95º | 0.75% | 0.75% | - |
| HSV(B) | 54.95º | 0.4% | 0.94% | - |
| XYZ | 69.21 | 77.52 | 37.7 | - |
| YUV | 223.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 144 | 0 | 0.03 | 0.40 | 0.06 | 54.95 | 0.75 | 0.75 |
| Hex | EF | E7 | 90 | 0 | 3 | 28 | 6 | 37 | 4B | 4B |
| Octal | 357 | 347 | 220 | 0 | 3 | 50 | 6 | 67 | 113 | 113 |
| Binary | 11101111 | 11100111 | 10010000 | 0 | 11 | 101000 | 110 | 110111 | 1001011 | 1001011 |
Color Harmonies of #EFE790
Complementary color
Monochromatic Colors of #EFE790
Black with #EFE790
Text Example
Text Example
White with #EFE790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE790; }
p { color: rgb(239,231,144); }
H1.HeaderClassName
{
color: #EFE790;
}
.AnyTagClassName
{
color: #EFE790;
}
</style>
background-color css
<style>
a { background-color: #EFE790; }
a { background-color: rgb(239,231,144); }
div.DivClassName
{
background-color: #EFE790;
}
.BgClassName
{
background-color: #EFE790;
}
</style>
border-color css
<style>
span { border-color: #EFE790; }
span { border-color: rgb(239,231,144); }
td.TdClassName
{
border-color: #EFE790;
}
.TagClassName
{
border-color: #EFE790;
}
</style>