Shades of Khaki #F8EC84
Tints of Khaki #F8EC84
RGB
CMYK
RGB Variations
Color information
#F8EC84 (or 0xF8EC84) is known color: Khaki. HEX triplet: F8, EC and 84. RGB value is (248,236,132). Sum of RGB (Red+Green+Blue) = 248+236+132=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 132 (51.95% from 255 or 21.43% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EC84 is #07137B. Grayscale: #E4E4E4. Windows color (decimal): -463740 or 8711416. OLE color: 8711416.
HSL color Cylindrical-coordinate representation of color #F8EC84: hue angle of 53.79º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8EC84 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 132 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.03 |
| HSL | 53.79º | 0.89% | 0.75% | - |
| HSV(B) | 53.79º | 0.47% | 0.97% | - |
| XYZ | 72.87 | 81.61 | 33.74 | - |
| YUV | 227.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 132 | 0 | 0.05 | 0.47 | 0.03 | 53.79 | 0.89 | 0.75 |
| Hex | F8 | EC | 84 | 0 | 5 | 2F | 3 | 36 | 59 | 4B |
| Octal | 370 | 354 | 204 | 0 | 5 | 57 | 3 | 66 | 131 | 113 |
| Binary | 11111000 | 11101100 | 10000100 | 0 | 101 | 101111 | 11 | 110110 | 1011001 | 1001011 |
Color Harmonies of #F8EC84
Complementary color
Monochromatic Colors of #F8EC84
Black with #F8EC84
Text Example
Text Example
White with #F8EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC84; }
p { color: rgb(248,236,132); }
H1.HeaderClassName
{
color: #F8EC84;
}
.AnyTagClassName
{
color: #F8EC84;
}
</style>
background-color css
<style>
a { background-color: #F8EC84; }
a { background-color: rgb(248,236,132); }
div.DivClassName
{
background-color: #F8EC84;
}
.BgClassName
{
background-color: #F8EC84;
}
</style>
border-color css
<style>
span { border-color: #F8EC84; }
span { border-color: rgb(248,236,132); }
td.TdClassName
{
border-color: #F8EC84;
}
.TagClassName
{
border-color: #F8EC84;
}
</style>