Shades of Khaki #F2EE86
Tints of Khaki #F2EE86
RGB
CMYK
RGB Variations
Color information
#F2EE86 (or 0xF2EE86) is known color: Khaki. HEX triplet: F2, EE and 86. RGB value is (242,238,134). Sum of RGB (Red+Green+Blue) = 242+238+134=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 134 (52.73% from 255 or 21.82% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE86 is #0D1179. Grayscale: #E3E3E3. Windows color (decimal): -856442 or 8842994. OLE color: 8842994.
HSL color Cylindrical-coordinate representation of color #F2EE86: hue angle of 57.78º 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 #F2EE86 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 134 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.05 |
| HSL | 57.78º | 0.81% | 0.74% | - |
| HSV(B) | 57.78º | 0.45% | 0.95% | - |
| XYZ | 71.5 | 81.75 | 34.56 | - |
| YUV | 227.34 | 75.33 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 134 | 0 | 0.02 | 0.45 | 0.05 | 57.78 | 0.81 | 0.74 |
| Hex | F2 | EE | 86 | 0 | 2 | 2D | 5 | 3A | 51 | 4A |
| Octal | 362 | 356 | 206 | 0 | 2 | 55 | 5 | 72 | 121 | 112 |
| Binary | 11110010 | 11101110 | 10000110 | 0 | 10 | 101101 | 101 | 111010 | 1010001 | 1001010 |
Color Harmonies of #F2EE86
Complementary color
Monochromatic Colors of #F2EE86
Black with #F2EE86
Text Example
Text Example
White with #F2EE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE86; }
p { color: rgb(242,238,134); }
H1.HeaderClassName
{
color: #F2EE86;
}
.AnyTagClassName
{
color: #F2EE86;
}
</style>
background-color css
<style>
a { background-color: #F2EE86; }
a { background-color: rgb(242,238,134); }
div.DivClassName
{
background-color: #F2EE86;
}
.BgClassName
{
background-color: #F2EE86;
}
</style>
border-color css
<style>
span { border-color: #F2EE86; }
span { border-color: rgb(242,238,134); }
td.TdClassName
{
border-color: #F2EE86;
}
.TagClassName
{
border-color: #F2EE86;
}
</style>