Shades of Vis Vis #FFE586
Tints of Vis Vis #FFE586
RGB
CMYK
RGB Variations
Color information
#FFE586 (or 0xFFE586) is known color: Vis Vis. HEX triplet: FF, E5 and 86. RGB value is (255,229,134). Sum of RGB (Red+Green+Blue) = 255+229+134=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 134 (52.73% from 255 or 21.68% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE586 is #001A79. Grayscale: #E2E2E2. Windows color (decimal): -6778 or 8840703. OLE color: 8840703.
HSL color Cylindrical-coordinate representation of color #FFE586: hue angle of 47.11º 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 #FFE586 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 134 | - |
| CMYK | 0 | 0.10 | 0.47 | 0 |
| HSL | 47.11º | 1% | 0.76% | - |
| HSV(B) | 47.11º | 0.47% | 1% | - |
| XYZ | 73.56 | 79.02 | 33.93 | - |
| YUV | 225.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 134 | 0 | 0.10 | 0.47 | 0 | 47.11 | 1 | 0.76 |
| Hex | FF | E5 | 86 | 0 | A | 2F | 0 | 2F | 64 | 4C |
| Octal | 377 | 345 | 206 | 0 | 12 | 57 | 0 | 57 | 144 | 114 |
| Binary | 11111111 | 11100101 | 10000110 | 0 | 1010 | 101111 | 0 | 101111 | 1100100 | 1001100 |
Color Harmonies of #FFE586
Complementary color
Monochromatic Colors of #FFE586
Black with #FFE586
Text Example
Text Example
White with #FFE586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE586; }
p { color: rgb(255,229,134); }
H1.HeaderClassName
{
color: #FFE586;
}
.AnyTagClassName
{
color: #FFE586;
}
</style>
background-color css
<style>
a { background-color: #FFE586; }
a { background-color: rgb(255,229,134); }
div.DivClassName
{
background-color: #FFE586;
}
.BgClassName
{
background-color: #FFE586;
}
</style>
border-color css
<style>
span { border-color: #FFE586; }
span { border-color: rgb(255,229,134); }
td.TdClassName
{
border-color: #FFE586;
}
.TagClassName
{
border-color: #FFE586;
}
</style>