Shades of Khaki #F2EE88
Tints of Khaki #F2EE88
RGB
CMYK
RGB Variations
Color information
#F2EE88 (or 0xF2EE88) is known color: Khaki. HEX triplet: F2, EE and 88. RGB value is (242,238,136). Sum of RGB (Red+Green+Blue) = 242+238+136=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 136 (53.52% from 255 or 22.08% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EE88 is #0D1177. Grayscale: #E3E3E3. Windows color (decimal): -856440 or 8974066. OLE color: 8974066.
HSL color Cylindrical-coordinate representation of color #F2EE88: hue angle of 57.74º 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 #F2EE88 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 136 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.05 |
| HSL | 57.74º | 0.8% | 0.74% | - |
| HSV(B) | 57.74º | 0.44% | 0.95% | - |
| XYZ | 71.64 | 81.8 | 35.31 | - |
| YUV | 227.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 136 | 0 | 0.02 | 0.44 | 0.05 | 57.74 | 0.8 | 0.74 |
| Hex | F2 | EE | 88 | 0 | 2 | 2C | 5 | 3A | 50 | 4A |
| Octal | 362 | 356 | 210 | 0 | 2 | 54 | 5 | 72 | 120 | 112 |
| Binary | 11110010 | 11101110 | 10001000 | 0 | 10 | 101100 | 101 | 111010 | 1010000 | 1001010 |
Color Harmonies of #F2EE88
Complementary color
Monochromatic Colors of #F2EE88
Black with #F2EE88
Text Example
Text Example
White with #F2EE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE88; }
p { color: rgb(242,238,136); }
H1.HeaderClassName
{
color: #F2EE88;
}
.AnyTagClassName
{
color: #F2EE88;
}
</style>
background-color css
<style>
a { background-color: #F2EE88; }
a { background-color: rgb(242,238,136); }
div.DivClassName
{
background-color: #F2EE88;
}
.BgClassName
{
background-color: #F2EE88;
}
</style>
border-color css
<style>
span { border-color: #F2EE88; }
span { border-color: rgb(242,238,136); }
td.TdClassName
{
border-color: #F2EE88;
}
.TagClassName
{
border-color: #F2EE88;
}
</style>