Shades of Khaki #F3EC86
Tints of Khaki #F3EC86
RGB
CMYK
RGB Variations
Color information
#F3EC86 (or 0xF3EC86) is known color: Khaki. HEX triplet: F3, EC and 86. RGB value is (243,236,134). Sum of RGB (Red+Green+Blue) = 243+236+134=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 134 (52.73% from 255 or 21.86% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3EC86 is #0C1379. Grayscale: #E2E2E2. Windows color (decimal): -791418 or 8842483. OLE color: 8842483.
HSL color Cylindrical-coordinate representation of color #F3EC86: hue angle of 56.15º degrees, saturation: 0.82, 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 #F3EC86 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 236 | 134 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.05 |
| HSL | 56.15º | 0.82% | 0.74% | - |
| HSV(B) | 56.15º | 0.45% | 0.95% | - |
| XYZ | 71.26 | 80.77 | 34.39 | - |
| YUV | 226.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 236 | 134 | 0 | 0.03 | 0.45 | 0.05 | 56.15 | 0.82 | 0.74 |
| Hex | F3 | EC | 86 | 0 | 3 | 2D | 5 | 38 | 52 | 4A |
| Octal | 363 | 354 | 206 | 0 | 3 | 55 | 5 | 70 | 122 | 112 |
| Binary | 11110011 | 11101100 | 10000110 | 0 | 11 | 101101 | 101 | 111000 | 1010010 | 1001010 |
Color Harmonies of #F3EC86
Complementary color
Monochromatic Colors of #F3EC86
Black with #F3EC86
Text Example
Text Example
White with #F3EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EC86; }
p { color: rgb(243,236,134); }
H1.HeaderClassName
{
color: #F3EC86;
}
.AnyTagClassName
{
color: #F3EC86;
}
</style>
background-color css
<style>
a { background-color: #F3EC86; }
a { background-color: rgb(243,236,134); }
div.DivClassName
{
background-color: #F3EC86;
}
.BgClassName
{
background-color: #F3EC86;
}
</style>
border-color css
<style>
span { border-color: #F3EC86; }
span { border-color: rgb(243,236,134); }
td.TdClassName
{
border-color: #F3EC86;
}
.TagClassName
{
border-color: #F3EC86;
}
</style>