Shades of Khaki #F4EC8C
Tints of Khaki #F4EC8C
RGB
CMYK
RGB Variations
Color information
#F4EC8C (or 0xF4EC8C) is known color: Khaki. HEX triplet: F4, EC and 8C. RGB value is (244,236,140). Sum of RGB (Red+Green+Blue) = 244+236+140=620 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.35% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 140 (55.08% from 255 or 22.58% from 620); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4EC8C is #0B1373. Grayscale: #E3E3E3. Windows color (decimal): -725876 or 9235700. OLE color: 9235700.
HSL color Cylindrical-coordinate representation of color #F4EC8C: hue angle of 55.38º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4EC8C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 236 | 140 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.04 |
| HSL | 55.38º | 0.83% | 0.75% | - |
| HSV(B) | 55.38º | 0.43% | 0.96% | - |
| XYZ | 72.04 | 81.12 | 36.67 | - |
| YUV | 227.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 236 | 140 | 0 | 0.03 | 0.43 | 0.04 | 55.38 | 0.83 | 0.75 |
| Hex | F4 | EC | 8C | 0 | 3 | 2B | 4 | 37 | 53 | 4B |
| Octal | 364 | 354 | 214 | 0 | 3 | 53 | 4 | 67 | 123 | 113 |
| Binary | 11110100 | 11101100 | 10001100 | 0 | 11 | 101011 | 100 | 110111 | 1010011 | 1001011 |
Color Harmonies of #F4EC8C
Complementary color
Monochromatic Colors of #F4EC8C
Black with #F4EC8C
Text Example
Text Example
White with #F4EC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EC8C; }
p { color: rgb(244,236,140); }
H1.HeaderClassName
{
color: #F4EC8C;
}
.AnyTagClassName
{
color: #F4EC8C;
}
</style>
background-color css
<style>
a { background-color: #F4EC8C; }
a { background-color: rgb(244,236,140); }
div.DivClassName
{
background-color: #F4EC8C;
}
.BgClassName
{
background-color: #F4EC8C;
}
</style>
border-color css
<style>
span { border-color: #F4EC8C; }
span { border-color: rgb(244,236,140); }
td.TdClassName
{
border-color: #F4EC8C;
}
.TagClassName
{
border-color: #F4EC8C;
}
</style>