Shades of Khaki #F7E687
Tints of Khaki #F7E687
RGB
CMYK
RGB Variations
Color information
#F7E687 (or 0xF7E687) is known color: Khaki. HEX triplet: F7, E6 and 87. RGB value is (247,230,135). Sum of RGB (Red+Green+Blue) = 247+230+135=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 135 (53.12% from 255 or 22.06% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E687 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7E687 is #081978. Grayscale: #E0E0E0. Windows color (decimal): -530809 or 8906487. OLE color: 8906487.
HSL color Cylindrical-coordinate representation of color #F7E687: hue angle of 50.89º 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 #F7E687 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 230 | 135 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.03 |
| HSL | 50.89º | 0.88% | 0.75% | - |
| HSV(B) | 50.89º | 0.45% | 0.97% | - |
| XYZ | 71.03 | 78.12 | 34.26 | - |
| YUV | 224.25 | 77.63 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 230 | 135 | 0 | 0.07 | 0.45 | 0.03 | 50.89 | 0.88 | 0.75 |
| Hex | F7 | E6 | 87 | 0 | 7 | 2D | 3 | 33 | 58 | 4B |
| Octal | 367 | 346 | 207 | 0 | 7 | 55 | 3 | 63 | 130 | 113 |
| Binary | 11110111 | 11100110 | 10000111 | 0 | 111 | 101101 | 11 | 110011 | 1011000 | 1001011 |
Color Harmonies of #F7E687
Complementary color
Monochromatic Colors of #F7E687
Black with #F7E687
Text Example
Text Example
White with #F7E687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E687; }
p { color: rgb(247,230,135); }
H1.HeaderClassName
{
color: #F7E687;
}
.AnyTagClassName
{
color: #F7E687;
}
</style>
background-color css
<style>
a { background-color: #F7E687; }
a { background-color: rgb(247,230,135); }
div.DivClassName
{
background-color: #F7E687;
}
.BgClassName
{
background-color: #F7E687;
}
</style>
border-color css
<style>
span { border-color: #F7E687; }
span { border-color: rgb(247,230,135); }
td.TdClassName
{
border-color: #F7E687;
}
.TagClassName
{
border-color: #F7E687;
}
</style>