Shades of Khaki #F7E887
Tints of Khaki #F7E887
RGB
CMYK
RGB Variations
Color information
#F7E887 (or 0xF7E887) is known color: Khaki. HEX triplet: F7, E8 and 87. RGB value is (247,232,135). Sum of RGB (Red+Green+Blue) = 247+232+135=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 135 (53.12% from 255 or 21.99% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E887 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7E887 is #081778. Grayscale: #E1E1E1. Windows color (decimal): -530297 or 8906999. OLE color: 8906999.
HSL color Cylindrical-coordinate representation of color #F7E887: hue angle of 51.96º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F7E887 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 232 | 135 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.03 |
| HSL | 51.96º | 0.88% | 0.75% | - |
| HSV(B) | 51.96º | 0.45% | 0.97% | - |
| XYZ | 71.59 | 79.24 | 34.44 | - |
| YUV | 225.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 232 | 135 | 0 | 0.06 | 0.45 | 0.03 | 51.96 | 0.88 | 0.75 |
| Hex | F7 | E8 | 87 | 0 | 6 | 2D | 3 | 34 | 58 | 4B |
| Octal | 367 | 350 | 207 | 0 | 6 | 55 | 3 | 64 | 130 | 113 |
| Binary | 11110111 | 11101000 | 10000111 | 0 | 110 | 101101 | 11 | 110100 | 1011000 | 1001011 |
Color Harmonies of #F7E887
Complementary color
Monochromatic Colors of #F7E887
Black with #F7E887
Text Example
Text Example
White with #F7E887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E887; }
p { color: rgb(247,232,135); }
H1.HeaderClassName
{
color: #F7E887;
}
.AnyTagClassName
{
color: #F7E887;
}
</style>
background-color css
<style>
a { background-color: #F7E887; }
a { background-color: rgb(247,232,135); }
div.DivClassName
{
background-color: #F7E887;
}
.BgClassName
{
background-color: #F7E887;
}
</style>
border-color css
<style>
span { border-color: #F7E887; }
span { border-color: rgb(247,232,135); }
td.TdClassName
{
border-color: #F7E887;
}
.TagClassName
{
border-color: #F7E887;
}
</style>