Shades of Khaki #FEEF86
Tints of Khaki #FEEF86
RGB
CMYK
RGB Variations
Color information
#FEEF86 (or 0xFEEF86) is known color: Khaki. HEX triplet: FE, EF and 86. RGB value is (254,239,134). Sum of RGB (Red+Green+Blue) = 254+239+134=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 134 (52.73% from 255 or 21.37% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEF86 is #011079. Grayscale: #E7E7E7. Windows color (decimal): -69754 or 8843262. OLE color: 8843262.
HSL color Cylindrical-coordinate representation of color #FEEF86: hue angle of 52.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FEEF86 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 134 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.00 |
| HSL | 52.5º | 0.98% | 0.76% | - |
| HSV(B) | 52.5º | 0.47% | 1% | - |
| XYZ | 76.04 | 84.53 | 34.86 | - |
| YUV | 231.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 134 | 0 | 0.06 | 0.47 | 0.00 | 52.5 | 0.98 | 0.76 |
| Hex | FE | EF | 86 | 0 | 6 | 2F | 0 | 34 | 62 | 4C |
| Octal | 376 | 357 | 206 | 0 | 6 | 57 | 0 | 64 | 142 | 114 |
| Binary | 11111110 | 11101111 | 10000110 | 0 | 110 | 101111 | 0 | 110100 | 1100010 | 1001100 |
Color Harmonies of #FEEF86
Complementary color
Monochromatic Colors of #FEEF86
Black with #FEEF86
Text Example
Text Example
White with #FEEF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF86; }
p { color: rgb(254,239,134); }
H1.HeaderClassName
{
color: #FEEF86;
}
.AnyTagClassName
{
color: #FEEF86;
}
</style>
background-color css
<style>
a { background-color: #FEEF86; }
a { background-color: rgb(254,239,134); }
div.DivClassName
{
background-color: #FEEF86;
}
.BgClassName
{
background-color: #FEEF86;
}
</style>
border-color css
<style>
span { border-color: #FEEF86; }
span { border-color: rgb(254,239,134); }
td.TdClassName
{
border-color: #FEEF86;
}
.TagClassName
{
border-color: #FEEF86;
}
</style>