Shades of Khaki #F7EC83
Tints of Khaki #F7EC83
RGB
CMYK
RGB Variations
Color information
#F7EC83 (or 0xF7EC83) is known color: Khaki. HEX triplet: F7, EC and 83. RGB value is (247,236,131). Sum of RGB (Red+Green+Blue) = 247+236+131=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 131 (51.56% from 255 or 21.34% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EC83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EC83 is #08137C. Grayscale: #E3E3E3. Windows color (decimal): -529277 or 8645879. OLE color: 8645879.
HSL color Cylindrical-coordinate representation of color #F7EC83: hue angle of 54.31º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7EC83 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 131 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.03 |
| HSL | 54.31º | 0.88% | 0.74% | - |
| HSV(B) | 54.31º | 0.47% | 0.97% | - |
| XYZ | 72.45 | 81.4 | 33.37 | - |
| YUV | 227.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 131 | 0 | 0.04 | 0.47 | 0.03 | 54.31 | 0.88 | 0.74 |
| Hex | F7 | EC | 83 | 0 | 4 | 2F | 3 | 36 | 58 | 4A |
| Octal | 367 | 354 | 203 | 0 | 4 | 57 | 3 | 66 | 130 | 112 |
| Binary | 11110111 | 11101100 | 10000011 | 0 | 100 | 101111 | 11 | 110110 | 1011000 | 1001010 |
Color Harmonies of #F7EC83
Complementary color
Monochromatic Colors of #F7EC83
Black with #F7EC83
Text Example
Text Example
White with #F7EC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EC83; }
p { color: rgb(247,236,131); }
H1.HeaderClassName
{
color: #F7EC83;
}
.AnyTagClassName
{
color: #F7EC83;
}
</style>
background-color css
<style>
a { background-color: #F7EC83; }
a { background-color: rgb(247,236,131); }
div.DivClassName
{
background-color: #F7EC83;
}
.BgClassName
{
background-color: #F7EC83;
}
</style>
border-color css
<style>
span { border-color: #F7EC83; }
span { border-color: rgb(247,236,131); }
td.TdClassName
{
border-color: #F7EC83;
}
.TagClassName
{
border-color: #F7EC83;
}
</style>