Shades of Khaki #F2EC88
Tints of Khaki #F2EC88
RGB
CMYK
RGB Variations
Color information
#F2EC88 (or 0xF2EC88) is known color: Khaki. HEX triplet: F2, EC and 88. RGB value is (242,236,136). Sum of RGB (Red+Green+Blue) = 242+236+136=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 136 (53.52% from 255 or 22.15% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EC88 is #0D1377. Grayscale: #E2E2E2. Windows color (decimal): -856952 or 8973554. OLE color: 8973554.
HSL color Cylindrical-coordinate representation of color #F2EC88: hue angle of 56.6º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2EC88 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 136 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.05 |
| HSL | 56.6º | 0.8% | 0.74% | - |
| HSV(B) | 56.6º | 0.44% | 0.95% | - |
| XYZ | 71.06 | 80.65 | 35.11 | - |
| YUV | 226.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 136 | 0 | 0.02 | 0.44 | 0.05 | 56.6 | 0.8 | 0.74 |
| Hex | F2 | EC | 88 | 0 | 2 | 2C | 5 | 39 | 50 | 4A |
| Octal | 362 | 354 | 210 | 0 | 2 | 54 | 5 | 71 | 120 | 112 |
| Binary | 11110010 | 11101100 | 10001000 | 0 | 10 | 101100 | 101 | 111001 | 1010000 | 1001010 |
Color Harmonies of #F2EC88
Complementary color
Monochromatic Colors of #F2EC88
Black with #F2EC88
Text Example
Text Example
White with #F2EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC88; }
p { color: rgb(242,236,136); }
H1.HeaderClassName
{
color: #F2EC88;
}
.AnyTagClassName
{
color: #F2EC88;
}
</style>
background-color css
<style>
a { background-color: #F2EC88; }
a { background-color: rgb(242,236,136); }
div.DivClassName
{
background-color: #F2EC88;
}
.BgClassName
{
background-color: #F2EC88;
}
</style>
border-color css
<style>
span { border-color: #F2EC88; }
span { border-color: rgb(242,236,136); }
td.TdClassName
{
border-color: #F2EC88;
}
.TagClassName
{
border-color: #F2EC88;
}
</style>