Shades of Khaki #FEE886
Tints of Khaki #FEE886
RGB
CMYK
RGB Variations
Color information
#FEE886 (or 0xFEE886) is known color: Khaki. HEX triplet: FE, E8 and 86. RGB value is (254,232,134). Sum of RGB (Red+Green+Blue) = 254+232+134=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 134 (52.73% from 255 or 21.61% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE886 is #011779. Grayscale: #E3E3E3. Windows color (decimal): -71546 or 8841470. OLE color: 8841470.
HSL color Cylindrical-coordinate representation of color #FEE886: hue angle of 49º 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 #FEE886 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 134 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.00 |
| HSL | 49º | 0.98% | 0.76% | - |
| HSV(B) | 49º | 0.47% | 1% | - |
| XYZ | 74.03 | 80.51 | 34.19 | - |
| YUV | 227.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 134 | 0 | 0.09 | 0.47 | 0.00 | 49 | 0.98 | 0.76 |
| Hex | FE | E8 | 86 | 0 | 9 | 2F | 0 | 31 | 62 | 4C |
| Octal | 376 | 350 | 206 | 0 | 11 | 57 | 0 | 61 | 142 | 114 |
| Binary | 11111110 | 11101000 | 10000110 | 0 | 1001 | 101111 | 0 | 110001 | 1100010 | 1001100 |
Color Harmonies of #FEE886
Complementary color
Monochromatic Colors of #FEE886
Black with #FEE886
Text Example
Text Example
White with #FEE886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE886; }
p { color: rgb(254,232,134); }
H1.HeaderClassName
{
color: #FEE886;
}
.AnyTagClassName
{
color: #FEE886;
}
</style>
background-color css
<style>
a { background-color: #FEE886; }
a { background-color: rgb(254,232,134); }
div.DivClassName
{
background-color: #FEE886;
}
.BgClassName
{
background-color: #FEE886;
}
</style>
border-color css
<style>
span { border-color: #FEE886; }
span { border-color: rgb(254,232,134); }
td.TdClassName
{
border-color: #FEE886;
}
.TagClassName
{
border-color: #FEE886;
}
</style>