Shades of Khaki #F2EA84
Tints of Khaki #F2EA84
RGB
CMYK
RGB Variations
Color information
#F2EA84 (or 0xF2EA84) is known color: Khaki. HEX triplet: F2, EA and 84. RGB value is (242,234,132). Sum of RGB (Red+Green+Blue) = 242+234+132=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 132 (51.95% from 255 or 21.71% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA84 is #0D157B. Grayscale: #E1E1E1. Windows color (decimal): -857468 or 8710898. OLE color: 8710898.
HSL color Cylindrical-coordinate representation of color #F2EA84: hue angle of 55.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2EA84 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 132 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.05 |
| HSL | 55.64º | 0.81% | 0.73% | - |
| HSV(B) | 55.64º | 0.45% | 0.95% | - |
| XYZ | 70.21 | 79.39 | 33.45 | - |
| YUV | 224.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 132 | 0 | 0.03 | 0.45 | 0.05 | 55.64 | 0.81 | 0.73 |
| Hex | F2 | EA | 84 | 0 | 3 | 2D | 5 | 38 | 51 | 49 |
| Octal | 362 | 352 | 204 | 0 | 3 | 55 | 5 | 70 | 121 | 111 |
| Binary | 11110010 | 11101010 | 10000100 | 0 | 11 | 101101 | 101 | 111000 | 1010001 | 1001001 |
Color Harmonies of #F2EA84
Complementary color
Monochromatic Colors of #F2EA84
Black with #F2EA84
Text Example
Text Example
White with #F2EA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EA84; }
p { color: rgb(242,234,132); }
H1.HeaderClassName
{
color: #F2EA84;
}
.AnyTagClassName
{
color: #F2EA84;
}
</style>
background-color css
<style>
a { background-color: #F2EA84; }
a { background-color: rgb(242,234,132); }
div.DivClassName
{
background-color: #F2EA84;
}
.BgClassName
{
background-color: #F2EA84;
}
</style>
border-color css
<style>
span { border-color: #F2EA84; }
span { border-color: rgb(242,234,132); }
td.TdClassName
{
border-color: #F2EA84;
}
.TagClassName
{
border-color: #F2EA84;
}
</style>