Shades of Khaki #F2EC85
Tints of Khaki #F2EC85
RGB
CMYK
RGB Variations
Color information
#F2EC85 (or 0xF2EC85) is known color: Khaki. HEX triplet: F2, EC and 85. RGB value is (242,236,133). Sum of RGB (Red+Green+Blue) = 242+236+133=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EC85 is #0D137A. Grayscale: #E2E2E2. Windows color (decimal): -856955 or 8776946. OLE color: 8776946.
HSL color Cylindrical-coordinate representation of color #F2EC85: hue angle of 56.7º 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 #F2EC85 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 133 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.05 |
| HSL | 56.7º | 0.81% | 0.74% | - |
| HSV(B) | 56.7º | 0.45% | 0.95% | - |
| XYZ | 70.85 | 80.56 | 34.01 | - |
| YUV | 226.05 | 75.49 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 133 | 0 | 0.02 | 0.45 | 0.05 | 56.7 | 0.81 | 0.74 |
| Hex | F2 | EC | 85 | 0 | 2 | 2D | 5 | 39 | 51 | 4A |
| Octal | 362 | 354 | 205 | 0 | 2 | 55 | 5 | 71 | 121 | 112 |
| Binary | 11110010 | 11101100 | 10000101 | 0 | 10 | 101101 | 101 | 111001 | 1010001 | 1001010 |
Color Harmonies of #F2EC85
Complementary color
Monochromatic Colors of #F2EC85
Black with #F2EC85
Text Example
Text Example
White with #F2EC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC85; }
p { color: rgb(242,236,133); }
H1.HeaderClassName
{
color: #F2EC85;
}
.AnyTagClassName
{
color: #F2EC85;
}
</style>
background-color css
<style>
a { background-color: #F2EC85; }
a { background-color: rgb(242,236,133); }
div.DivClassName
{
background-color: #F2EC85;
}
.BgClassName
{
background-color: #F2EC85;
}
</style>
border-color css
<style>
span { border-color: #F2EC85; }
span { border-color: rgb(242,236,133); }
td.TdClassName
{
border-color: #F2EC85;
}
.TagClassName
{
border-color: #F2EC85;
}
</style>