Shades of Khaki #F7ED8B
Tints of Khaki #F7ED8B
RGB
CMYK
RGB Variations
Color information
#F7ED8B (or 0xF7ED8B) is known color: Khaki. HEX triplet: F7, ED and 8B. RGB value is (247,237,139). Sum of RGB (Red+Green+Blue) = 247+237+139=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 139 (54.69% from 255 or 22.31% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ED8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7ED8B is #081274. Grayscale: #E5E5E5. Windows color (decimal): -529013 or 9170423. OLE color: 9170423.
HSL color Cylindrical-coordinate representation of color #F7ED8B: hue angle of 54.44º 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 #F7ED8B is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 139 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.03 |
| HSL | 54.44º | 0.87% | 0.76% | - |
| HSV(B) | 54.44º | 0.44% | 0.97% | - |
| XYZ | 73.3 | 82.21 | 36.43 | - |
| YUV | 228.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 139 | 0 | 0.04 | 0.44 | 0.03 | 54.44 | 0.87 | 0.76 |
| Hex | F7 | ED | 8B | 0 | 4 | 2C | 3 | 36 | 57 | 4C |
| Octal | 367 | 355 | 213 | 0 | 4 | 54 | 3 | 66 | 127 | 114 |
| Binary | 11110111 | 11101101 | 10001011 | 0 | 100 | 101100 | 11 | 110110 | 1010111 | 1001100 |
Color Harmonies of #F7ED8B
Complementary color
Monochromatic Colors of #F7ED8B
Black with #F7ED8B
Text Example
Text Example
White with #F7ED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7ED8B; }
p { color: rgb(247,237,139); }
H1.HeaderClassName
{
color: #F7ED8B;
}
.AnyTagClassName
{
color: #F7ED8B;
}
</style>
background-color css
<style>
a { background-color: #F7ED8B; }
a { background-color: rgb(247,237,139); }
div.DivClassName
{
background-color: #F7ED8B;
}
.BgClassName
{
background-color: #F7ED8B;
}
</style>
border-color css
<style>
span { border-color: #F7ED8B; }
span { border-color: rgb(247,237,139); }
td.TdClassName
{
border-color: #F7ED8B;
}
.TagClassName
{
border-color: #F7ED8B;
}
</style>