Shades of Khaki #FEEA86
Tints of Khaki #FEEA86
RGB
CMYK
RGB Variations
Color information
#FEEA86 (or 0xFEEA86) is known color: Khaki. HEX triplet: FE, EA and 86. RGB value is (254,234,134). Sum of RGB (Red+Green+Blue) = 254+234+134=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 134 (52.73% from 255 or 21.54% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEA86 is #011579. Grayscale: #E5E5E5. Windows color (decimal): -71034 or 8841982. OLE color: 8841982.
HSL color Cylindrical-coordinate representation of color #FEEA86: hue angle of 50º 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 #FEEA86 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 134 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.00 |
| HSL | 50º | 0.98% | 0.76% | - |
| HSV(B) | 50º | 0.47% | 1% | - |
| XYZ | 74.6 | 81.64 | 34.38 | - |
| YUV | 228.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 134 | 0 | 0.08 | 0.47 | 0.00 | 50 | 0.98 | 0.76 |
| Hex | FE | EA | 86 | 0 | 8 | 2F | 0 | 32 | 62 | 4C |
| Octal | 376 | 352 | 206 | 0 | 10 | 57 | 0 | 62 | 142 | 114 |
| Binary | 11111110 | 11101010 | 10000110 | 0 | 1000 | 101111 | 0 | 110010 | 1100010 | 1001100 |
Color Harmonies of #FEEA86
Complementary color
Monochromatic Colors of #FEEA86
Black with #FEEA86
Text Example
Text Example
White with #FEEA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA86; }
p { color: rgb(254,234,134); }
H1.HeaderClassName
{
color: #FEEA86;
}
.AnyTagClassName
{
color: #FEEA86;
}
</style>
background-color css
<style>
a { background-color: #FEEA86; }
a { background-color: rgb(254,234,134); }
div.DivClassName
{
background-color: #FEEA86;
}
.BgClassName
{
background-color: #FEEA86;
}
</style>
border-color css
<style>
span { border-color: #FEEA86; }
span { border-color: rgb(254,234,134); }
td.TdClassName
{
border-color: #FEEA86;
}
.TagClassName
{
border-color: #FEEA86;
}
</style>