Shades of Vis Vis #FFE58D
Tints of Vis Vis #FFE58D
RGB
CMYK
RGB Variations
Color information
#FFE58D (or 0xFFE58D) is known color: Vis Vis. HEX triplet: FF, E5 and 8D. RGB value is (255,229,141). Sum of RGB (Red+Green+Blue) = 255+229+141=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 141 (55.47% from 255 or 22.56% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE58D is #001A72. Grayscale: #E3E3E3. Windows color (decimal): -6771 or 9299455. OLE color: 9299455.
HSL color Cylindrical-coordinate representation of color #FFE58D: hue angle of 46.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFE58D is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 141 | - |
| CMYK | 0 | 0.10 | 0.45 | 0 |
| HSL | 46.32º | 1% | 0.78% | - |
| HSV(B) | 46.32º | 0.45% | 1% | - |
| XYZ | 74.07 | 79.22 | 36.59 | - |
| YUV | 226.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 141 | 0 | 0.10 | 0.45 | 0 | 46.32 | 1 | 0.78 |
| Hex | FF | E5 | 8D | 0 | A | 2D | 0 | 2E | 64 | 4E |
| Octal | 377 | 345 | 215 | 0 | 12 | 55 | 0 | 56 | 144 | 116 |
| Binary | 11111111 | 11100101 | 10001101 | 0 | 1010 | 101101 | 0 | 101110 | 1100100 | 1001110 |
Color Harmonies of #FFE58D
Complementary color
Monochromatic Colors of #FFE58D
Black with #FFE58D
Text Example
Text Example
White with #FFE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE58D; }
p { color: rgb(255,229,141); }
H1.HeaderClassName
{
color: #FFE58D;
}
.AnyTagClassName
{
color: #FFE58D;
}
</style>
background-color css
<style>
a { background-color: #FFE58D; }
a { background-color: rgb(255,229,141); }
div.DivClassName
{
background-color: #FFE58D;
}
.BgClassName
{
background-color: #FFE58D;
}
</style>
border-color css
<style>
span { border-color: #FFE58D; }
span { border-color: rgb(255,229,141); }
td.TdClassName
{
border-color: #FFE58D;
}
.TagClassName
{
border-color: #FFE58D;
}
</style>