Shades of Vis Vis #FFE58E
Tints of Vis Vis #FFE58E
RGB
CMYK
RGB Variations
Color information
#FFE58E (or 0xFFE58E) is known color: Vis Vis. HEX triplet: FF, E5 and 8E. RGB value is (255,229,142). Sum of RGB (Red+Green+Blue) = 255+229+142=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 142 (55.86% from 255 or 22.68% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE58E is #001A71. Grayscale: #E3E3E3. Windows color (decimal): -6770 or 9364991. OLE color: 9364991.
HSL color Cylindrical-coordinate representation of color #FFE58E: hue angle of 46.19º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFE58E is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 142 | - |
| CMYK | 0 | 0.10 | 0.44 | 0 |
| HSL | 46.19º | 1% | 0.78% | - |
| HSV(B) | 46.19º | 0.44% | 1% | - |
| XYZ | 74.14 | 79.25 | 36.98 | - |
| YUV | 226.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 142 | 0 | 0.10 | 0.44 | 0 | 46.19 | 1 | 0.78 |
| Hex | FF | E5 | 8E | 0 | A | 2C | 0 | 2E | 64 | 4E |
| Octal | 377 | 345 | 216 | 0 | 12 | 54 | 0 | 56 | 144 | 116 |
| Binary | 11111111 | 11100101 | 10001110 | 0 | 1010 | 101100 | 0 | 101110 | 1100100 | 1001110 |
Color Harmonies of #FFE58E
Complementary color
Monochromatic Colors of #FFE58E
Black with #FFE58E
Text Example
Text Example
White with #FFE58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE58E; }
p { color: rgb(255,229,142); }
H1.HeaderClassName
{
color: #FFE58E;
}
.AnyTagClassName
{
color: #FFE58E;
}
</style>
background-color css
<style>
a { background-color: #FFE58E; }
a { background-color: rgb(255,229,142); }
div.DivClassName
{
background-color: #FFE58E;
}
.BgClassName
{
background-color: #FFE58E;
}
</style>
border-color css
<style>
span { border-color: #FFE58E; }
span { border-color: rgb(255,229,142); }
td.TdClassName
{
border-color: #FFE58E;
}
.TagClassName
{
border-color: #FFE58E;
}
</style>