Shades of Khaki #F7EC86
Tints of Khaki #F7EC86
RGB
CMYK
RGB Variations
Color information
#F7EC86 (or 0xF7EC86) is known color: Khaki. HEX triplet: F7, EC and 86. RGB value is (247,236,134). Sum of RGB (Red+Green+Blue) = 247+236+134=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 134 (52.73% from 255 or 21.72% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EC86 is #081379. Grayscale: #E4E4E4. Windows color (decimal): -529274 or 8842487. OLE color: 8842487.
HSL color Cylindrical-coordinate representation of color #F7EC86: hue angle of 54.16º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7EC86 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 134 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.03 |
| HSL | 54.16º | 0.88% | 0.75% | - |
| HSV(B) | 54.16º | 0.46% | 0.97% | - |
| XYZ | 72.66 | 81.49 | 34.45 | - |
| YUV | 227.66 | 75.14 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 134 | 0 | 0.04 | 0.46 | 0.03 | 54.16 | 0.88 | 0.75 |
| Hex | F7 | EC | 86 | 0 | 4 | 2E | 3 | 36 | 58 | 4B |
| Octal | 367 | 354 | 206 | 0 | 4 | 56 | 3 | 66 | 130 | 113 |
| Binary | 11110111 | 11101100 | 10000110 | 0 | 100 | 101110 | 11 | 110110 | 1011000 | 1001011 |
Color Harmonies of #F7EC86
Complementary color
Monochromatic Colors of #F7EC86
Black with #F7EC86
Text Example
Text Example
White with #F7EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EC86; }
p { color: rgb(247,236,134); }
H1.HeaderClassName
{
color: #F7EC86;
}
.AnyTagClassName
{
color: #F7EC86;
}
</style>
background-color css
<style>
a { background-color: #F7EC86; }
a { background-color: rgb(247,236,134); }
div.DivClassName
{
background-color: #F7EC86;
}
.BgClassName
{
background-color: #F7EC86;
}
</style>
border-color css
<style>
span { border-color: #F7EC86; }
span { border-color: rgb(247,236,134); }
td.TdClassName
{
border-color: #F7EC86;
}
.TagClassName
{
border-color: #F7EC86;
}
</style>