Shades of Khaki #F7EC84
Tints of Khaki #F7EC84
RGB
CMYK
RGB Variations
Color information
#F7EC84 (or 0xF7EC84) is known color: Khaki. HEX triplet: F7, EC and 84. RGB value is (247,236,132). Sum of RGB (Red+Green+Blue) = 247+236+132=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EC84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7EC84 is #08137B. Grayscale: #E3E3E3. Windows color (decimal): -529276 or 8711415. OLE color: 8711415.
HSL color Cylindrical-coordinate representation of color #F7EC84: hue angle of 54.26º 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 #F7EC84 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 236 | 132 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.03 |
| HSL | 54.26º | 0.88% | 0.74% | - |
| HSV(B) | 54.26º | 0.47% | 0.97% | - |
| XYZ | 72.52 | 81.43 | 33.73 | - |
| YUV | 227.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 236 | 132 | 0 | 0.04 | 0.47 | 0.03 | 54.26 | 0.88 | 0.74 |
| Hex | F7 | EC | 84 | 0 | 4 | 2F | 3 | 36 | 58 | 4A |
| Octal | 367 | 354 | 204 | 0 | 4 | 57 | 3 | 66 | 130 | 112 |
| Binary | 11110111 | 11101100 | 10000100 | 0 | 100 | 101111 | 11 | 110110 | 1011000 | 1001010 |
Color Harmonies of #F7EC84
Complementary color
Monochromatic Colors of #F7EC84
Black with #F7EC84
Text Example
Text Example
White with #F7EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EC84; }
p { color: rgb(247,236,132); }
H1.HeaderClassName
{
color: #F7EC84;
}
.AnyTagClassName
{
color: #F7EC84;
}
</style>
background-color css
<style>
a { background-color: #F7EC84; }
a { background-color: rgb(247,236,132); }
div.DivClassName
{
background-color: #F7EC84;
}
.BgClassName
{
background-color: #F7EC84;
}
</style>
border-color css
<style>
span { border-color: #F7EC84; }
span { border-color: rgb(247,236,132); }
td.TdClassName
{
border-color: #F7EC84;
}
.TagClassName
{
border-color: #F7EC84;
}
</style>