Shades of Khaki #F2EC86
Tints of Khaki #F2EC86
RGB
CMYK
RGB Variations
Color information
#F2EC86 (or 0xF2EC86) is known color: Khaki. HEX triplet: F2, EC and 86. RGB value is (242,236,134). Sum of RGB (Red+Green+Blue) = 242+236+134=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EC86 is #0D1379. Grayscale: #E2E2E2. Windows color (decimal): -856954 or 8842482. OLE color: 8842482.
HSL color Cylindrical-coordinate representation of color #F2EC86: hue angle of 56.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2EC86 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 134 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.05 |
| HSL | 56.67º | 0.81% | 0.74% | - |
| HSV(B) | 56.67º | 0.45% | 0.95% | - |
| XYZ | 70.92 | 80.59 | 34.37 | - |
| YUV | 226.17 | 75.99 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 134 | 0 | 0.02 | 0.45 | 0.05 | 56.67 | 0.81 | 0.74 |
| Hex | F2 | EC | 86 | 0 | 2 | 2D | 5 | 39 | 51 | 4A |
| Octal | 362 | 354 | 206 | 0 | 2 | 55 | 5 | 71 | 121 | 112 |
| Binary | 11110010 | 11101100 | 10000110 | 0 | 10 | 101101 | 101 | 111001 | 1010001 | 1001010 |
Color Harmonies of #F2EC86
Complementary color
Monochromatic Colors of #F2EC86
Black with #F2EC86
Text Example
Text Example
White with #F2EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC86; }
p { color: rgb(242,236,134); }
H1.HeaderClassName
{
color: #F2EC86;
}
.AnyTagClassName
{
color: #F2EC86;
}
</style>
background-color css
<style>
a { background-color: #F2EC86; }
a { background-color: rgb(242,236,134); }
div.DivClassName
{
background-color: #F2EC86;
}
.BgClassName
{
background-color: #F2EC86;
}
</style>
border-color css
<style>
span { border-color: #F2EC86; }
span { border-color: rgb(242,236,134); }
td.TdClassName
{
border-color: #F2EC86;
}
.TagClassName
{
border-color: #F2EC86;
}
</style>