Shades of Khaki #EFE287
Tints of Khaki #EFE287
RGB
CMYK
RGB Variations
Color information
#EFE287 (or 0xEFE287) is known color: Khaki. HEX triplet: EF, E2 and 87. RGB value is (239,226,135). Sum of RGB (Red+Green+Blue) = 239+226+135=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 135 (53.12% from 255 or 22.5% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE287 is #101D78. Grayscale: #DBDBDB. Windows color (decimal): -1056121 or 8905455. OLE color: 8905455.
HSL color Cylindrical-coordinate representation of color #EFE287: hue angle of 52.5º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFE287 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 135 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.06 |
| HSL | 52.5º | 0.76% | 0.73% | - |
| HSV(B) | 52.5º | 0.44% | 0.94% | - |
| XYZ | 67.17 | 74.49 | 33.76 | - |
| YUV | 219.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 135 | 0 | 0.05 | 0.44 | 0.06 | 52.5 | 0.76 | 0.73 |
| Hex | EF | E2 | 87 | 0 | 5 | 2C | 6 | 34 | 4C | 49 |
| Octal | 357 | 342 | 207 | 0 | 5 | 54 | 6 | 64 | 114 | 111 |
| Binary | 11101111 | 11100010 | 10000111 | 0 | 101 | 101100 | 110 | 110100 | 1001100 | 1001001 |
Color Harmonies of #EFE287
Complementary color
Monochromatic Colors of #EFE287
Black with #EFE287
Text Example
Text Example
White with #EFE287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE287; }
p { color: rgb(239,226,135); }
H1.HeaderClassName
{
color: #EFE287;
}
.AnyTagClassName
{
color: #EFE287;
}
</style>
background-color css
<style>
a { background-color: #EFE287; }
a { background-color: rgb(239,226,135); }
div.DivClassName
{
background-color: #EFE287;
}
.BgClassName
{
background-color: #EFE287;
}
</style>
border-color css
<style>
span { border-color: #EFE287; }
span { border-color: rgb(239,226,135); }
td.TdClassName
{
border-color: #EFE287;
}
.TagClassName
{
border-color: #EFE287;
}
</style>