Shades of Vis Vis #FFE886
Tints of Vis Vis #FFE886
RGB
CMYK
RGB Variations
Color information
#FFE886 (or 0xFFE886) is known color: Vis Vis. HEX triplet: FF, E8 and 86. RGB value is (255,232,134). Sum of RGB (Red+Green+Blue) = 255+232+134=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 134 (52.73% from 255 or 21.58% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE886 is #001779. Grayscale: #E4E4E4. Windows color (decimal): -6010 or 8841471. OLE color: 8841471.
HSL color Cylindrical-coordinate representation of color #FFE886: hue angle of 48.6º 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 #FFE886 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 134 | - |
| CMYK | 0 | 0.09 | 0.47 | 0 |
| HSL | 48.6º | 1% | 0.76% | - |
| HSV(B) | 48.6º | 0.47% | 1% | - |
| XYZ | 74.4 | 80.69 | 34.21 | - |
| YUV | 227.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 134 | 0 | 0.09 | 0.47 | 0 | 48.6 | 1 | 0.76 |
| Hex | FF | E8 | 86 | 0 | 9 | 2F | 0 | 31 | 64 | 4C |
| Octal | 377 | 350 | 206 | 0 | 11 | 57 | 0 | 61 | 144 | 114 |
| Binary | 11111111 | 11101000 | 10000110 | 0 | 1001 | 101111 | 0 | 110001 | 1100100 | 1001100 |
Color Harmonies of #FFE886
Complementary color
Monochromatic Colors of #FFE886
Black with #FFE886
Text Example
Text Example
White with #FFE886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE886; }
p { color: rgb(255,232,134); }
H1.HeaderClassName
{
color: #FFE886;
}
.AnyTagClassName
{
color: #FFE886;
}
</style>
background-color css
<style>
a { background-color: #FFE886; }
a { background-color: rgb(255,232,134); }
div.DivClassName
{
background-color: #FFE886;
}
.BgClassName
{
background-color: #FFE886;
}
</style>
border-color css
<style>
span { border-color: #FFE886; }
span { border-color: rgb(255,232,134); }
td.TdClassName
{
border-color: #FFE886;
}
.TagClassName
{
border-color: #FFE886;
}
</style>