Shades of Khaki #FFEC86
Tints of Khaki #FFEC86
RGB
CMYK
RGB Variations
Color information
#FFEC86 (or 0xFFEC86) is known color: Khaki. HEX triplet: FF, EC and 86. RGB value is (255,236,134). Sum of RGB (Red+Green+Blue) = 255+236+134=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 134 (52.73% from 255 or 21.44% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEC86 is #001379. Grayscale: #E6E6E6. Windows color (decimal): -4986 or 8842495. OLE color: 8842495.
HSL color Cylindrical-coordinate representation of color #FFEC86: hue angle of 50.58º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFEC86 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 236 | 134 | - |
| CMYK | 0 | 0.07 | 0.47 | 0 |
| HSL | 50.58º | 1% | 0.76% | - |
| HSV(B) | 50.58º | 0.47% | 1% | - |
| XYZ | 75.54 | 82.97 | 34.59 | - |
| YUV | 230.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 236 | 134 | 0 | 0.07 | 0.47 | 0 | 50.58 | 1 | 0.76 |
| Hex | FF | EC | 86 | 0 | 7 | 2F | 0 | 33 | 64 | 4C |
| Octal | 377 | 354 | 206 | 0 | 7 | 57 | 0 | 63 | 144 | 114 |
| Binary | 11111111 | 11101100 | 10000110 | 0 | 111 | 101111 | 0 | 110011 | 1100100 | 1001100 |
Color Harmonies of #FFEC86
Complementary color
Monochromatic Colors of #FFEC86
Black with #FFEC86
Text Example
Text Example
White with #FFEC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEC86; }
p { color: rgb(255,236,134); }
H1.HeaderClassName
{
color: #FFEC86;
}
.AnyTagClassName
{
color: #FFEC86;
}
</style>
background-color css
<style>
a { background-color: #FFEC86; }
a { background-color: rgb(255,236,134); }
div.DivClassName
{
background-color: #FFEC86;
}
.BgClassName
{
background-color: #FFEC86;
}
</style>
border-color css
<style>
span { border-color: #FFEC86; }
span { border-color: rgb(255,236,134); }
td.TdClassName
{
border-color: #FFEC86;
}
.TagClassName
{
border-color: #FFEC86;
}
</style>