Shades of Khaki #F2EB86
Tints of Khaki #F2EB86
RGB
CMYK
RGB Variations
Color information
#F2EB86 (or 0xF2EB86) is known color: Khaki. HEX triplet: F2, EB and 86. RGB value is (242,235,134). Sum of RGB (Red+Green+Blue) = 242+235+134=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 134 (52.73% from 255 or 21.93% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EB86 is #0D1479. Grayscale: #E1E1E1. Windows color (decimal): -857210 or 8842226. OLE color: 8842226.
HSL color Cylindrical-coordinate representation of color #F2EB86: hue angle of 56.11º 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 #F2EB86 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 134 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.05 |
| HSL | 56.11º | 0.81% | 0.74% | - |
| HSV(B) | 56.11º | 0.45% | 0.95% | - |
| XYZ | 70.63 | 80.02 | 34.28 | - |
| YUV | 225.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 134 | 0 | 0.03 | 0.45 | 0.05 | 56.11 | 0.81 | 0.74 |
| Hex | F2 | EB | 86 | 0 | 3 | 2D | 5 | 38 | 51 | 4A |
| Octal | 362 | 353 | 206 | 0 | 3 | 55 | 5 | 70 | 121 | 112 |
| Binary | 11110010 | 11101011 | 10000110 | 0 | 11 | 101101 | 101 | 111000 | 1010001 | 1001010 |
Color Harmonies of #F2EB86
Complementary color
Monochromatic Colors of #F2EB86
Black with #F2EB86
Text Example
Text Example
White with #F2EB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB86; }
p { color: rgb(242,235,134); }
H1.HeaderClassName
{
color: #F2EB86;
}
.AnyTagClassName
{
color: #F2EB86;
}
</style>
background-color css
<style>
a { background-color: #F2EB86; }
a { background-color: rgb(242,235,134); }
div.DivClassName
{
background-color: #F2EB86;
}
.BgClassName
{
background-color: #F2EB86;
}
</style>
border-color css
<style>
span { border-color: #F2EB86; }
span { border-color: rgb(242,235,134); }
td.TdClassName
{
border-color: #F2EB86;
}
.TagClassName
{
border-color: #F2EB86;
}
</style>