Shades of Khaki #F7E38B
Tints of Khaki #F7E38B
RGB
CMYK
RGB Variations
Color information
#F7E38B (or 0xF7E38B) is known color: Khaki. HEX triplet: F7, E3 and 8B. RGB value is (247,227,139). Sum of RGB (Red+Green+Blue) = 247+227+139=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E38B is #081C74. Grayscale: #DFDFDF. Windows color (decimal): -531573 or 9167863. OLE color: 9167863.
HSL color Cylindrical-coordinate representation of color #F7E38B: hue angle of 48.89º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7E38B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 227 | 139 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.03 |
| HSL | 48.89º | 0.87% | 0.76% | - |
| HSV(B) | 48.89º | 0.44% | 0.97% | - |
| XYZ | 70.49 | 76.58 | 35.49 | - |
| YUV | 222.95 | 80.63 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 227 | 139 | 0 | 0.08 | 0.44 | 0.03 | 48.89 | 0.87 | 0.76 |
| Hex | F7 | E3 | 8B | 0 | 8 | 2C | 3 | 31 | 57 | 4C |
| Octal | 367 | 343 | 213 | 0 | 10 | 54 | 3 | 61 | 127 | 114 |
| Binary | 11110111 | 11100011 | 10001011 | 0 | 1000 | 101100 | 11 | 110001 | 1010111 | 1001100 |
Color Harmonies of #F7E38B
Complementary color
Monochromatic Colors of #F7E38B
Black with #F7E38B
Text Example
Text Example
White with #F7E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E38B; }
p { color: rgb(247,227,139); }
H1.HeaderClassName
{
color: #F7E38B;
}
.AnyTagClassName
{
color: #F7E38B;
}
</style>
background-color css
<style>
a { background-color: #F7E38B; }
a { background-color: rgb(247,227,139); }
div.DivClassName
{
background-color: #F7E38B;
}
.BgClassName
{
background-color: #F7E38B;
}
</style>
border-color css
<style>
span { border-color: #F7E38B; }
span { border-color: rgb(247,227,139); }
td.TdClassName
{
border-color: #F7E38B;
}
.TagClassName
{
border-color: #F7E38B;
}
</style>