Shades of Khaki #F8EC8D
Tints of Khaki #F8EC8D
RGB
CMYK
RGB Variations
Color information
#F8EC8D (or 0xF8EC8D) is known color: Khaki. HEX triplet: F8, EC and 8D. RGB value is (248,236,141). Sum of RGB (Red+Green+Blue) = 248+236+141=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 141 (55.47% from 255 or 22.56% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8EC8D is #071372. Grayscale: #E5E5E5. Windows color (decimal): -463731 or 9301240. OLE color: 9301240.
HSL color Cylindrical-coordinate representation of color #F8EC8D: hue angle of 53.27º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8EC8D is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 236 | 141 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.03 |
| HSL | 53.27º | 0.88% | 0.76% | - |
| HSV(B) | 53.27º | 0.43% | 0.97% | - |
| XYZ | 73.51 | 81.87 | 37.13 | - |
| YUV | 228.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 236 | 141 | 0 | 0.05 | 0.43 | 0.03 | 53.27 | 0.88 | 0.76 |
| Hex | F8 | EC | 8D | 0 | 5 | 2B | 3 | 35 | 58 | 4C |
| Octal | 370 | 354 | 215 | 0 | 5 | 53 | 3 | 65 | 130 | 114 |
| Binary | 11111000 | 11101100 | 10001101 | 0 | 101 | 101011 | 11 | 110101 | 1011000 | 1001100 |
Color Harmonies of #F8EC8D
Complementary color
Monochromatic Colors of #F8EC8D
Black with #F8EC8D
Text Example
Text Example
White with #F8EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EC8D; }
p { color: rgb(248,236,141); }
H1.HeaderClassName
{
color: #F8EC8D;
}
.AnyTagClassName
{
color: #F8EC8D;
}
</style>
background-color css
<style>
a { background-color: #F8EC8D; }
a { background-color: rgb(248,236,141); }
div.DivClassName
{
background-color: #F8EC8D;
}
.BgClassName
{
background-color: #F8EC8D;
}
</style>
border-color css
<style>
span { border-color: #F8EC8D; }
span { border-color: rgb(248,236,141); }
td.TdClassName
{
border-color: #F8EC8D;
}
.TagClassName
{
border-color: #F8EC8D;
}
</style>