Shades of Khaki #F2EB90
Tints of Khaki #F2EB90
RGB
CMYK
RGB Variations
Color information
#F2EB90 (or 0xF2EB90) is known color: Khaki. HEX triplet: F2, EB and 90. RGB value is (242,235,144). Sum of RGB (Red+Green+Blue) = 242+235+144=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 144 (56.64% from 255 or 23.19% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EB90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EB90 is #0D146F. Grayscale: #E3E3E3. Windows color (decimal): -857200 or 9497586. OLE color: 9497586.
HSL color Cylindrical-coordinate representation of color #F2EB90: hue angle of 55.71º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2EB90 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 144 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.05 |
| HSL | 55.71º | 0.79% | 0.76% | - |
| HSV(B) | 55.71º | 0.4% | 0.95% | - |
| XYZ | 71.36 | 80.31 | 38.13 | - |
| YUV | 226.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 144 | 0 | 0.03 | 0.40 | 0.05 | 55.71 | 0.79 | 0.76 |
| Hex | F2 | EB | 90 | 0 | 3 | 28 | 5 | 38 | 4F | 4C |
| Octal | 362 | 353 | 220 | 0 | 3 | 50 | 5 | 70 | 117 | 114 |
| Binary | 11110010 | 11101011 | 10010000 | 0 | 11 | 101000 | 101 | 111000 | 1001111 | 1001100 |
Color Harmonies of #F2EB90
Complementary color
Monochromatic Colors of #F2EB90
Black with #F2EB90
Text Example
Text Example
White with #F2EB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EB90; }
p { color: rgb(242,235,144); }
H1.HeaderClassName
{
color: #F2EB90;
}
.AnyTagClassName
{
color: #F2EB90;
}
</style>
background-color css
<style>
a { background-color: #F2EB90; }
a { background-color: rgb(242,235,144); }
div.DivClassName
{
background-color: #F2EB90;
}
.BgClassName
{
background-color: #F2EB90;
}
</style>
border-color css
<style>
span { border-color: #F2EB90; }
span { border-color: rgb(242,235,144); }
td.TdClassName
{
border-color: #F2EB90;
}
.TagClassName
{
border-color: #F2EB90;
}
</style>