Shades of Vis Vis #FFE58A
Tints of Vis Vis #FFE58A
RGB
CMYK
RGB Variations
Color information
#FFE58A (or 0xFFE58A) is known color: Vis Vis. HEX triplet: FF, E5 and 8A. RGB value is (255,229,138). Sum of RGB (Red+Green+Blue) = 255+229+138=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 138 (54.30% from 255 or 22.19% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE58A is #001A75. Grayscale: #E2E2E2. Windows color (decimal): -6774 or 9102847. OLE color: 9102847.
HSL color Cylindrical-coordinate representation of color #FFE58A: hue angle of 46.67º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFE58A is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 138 | - |
| CMYK | 0 | 0.10 | 0.46 | 0 |
| HSL | 46.67º | 1% | 0.77% | - |
| HSV(B) | 46.67º | 0.46% | 1% | - |
| XYZ | 73.85 | 79.13 | 35.43 | - |
| YUV | 226.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 138 | 0 | 0.10 | 0.46 | 0 | 46.67 | 1 | 0.77 |
| Hex | FF | E5 | 8A | 0 | A | 2E | 0 | 2F | 64 | 4D |
| Octal | 377 | 345 | 212 | 0 | 12 | 56 | 0 | 57 | 144 | 115 |
| Binary | 11111111 | 11100101 | 10001010 | 0 | 1010 | 101110 | 0 | 101111 | 1100100 | 1001101 |
Color Harmonies of #FFE58A
Complementary color
Monochromatic Colors of #FFE58A
Black with #FFE58A
Text Example
Text Example
White with #FFE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE58A; }
p { color: rgb(255,229,138); }
H1.HeaderClassName
{
color: #FFE58A;
}
.AnyTagClassName
{
color: #FFE58A;
}
</style>
background-color css
<style>
a { background-color: #FFE58A; }
a { background-color: rgb(255,229,138); }
div.DivClassName
{
background-color: #FFE58A;
}
.BgClassName
{
background-color: #FFE58A;
}
</style>
border-color css
<style>
span { border-color: #FFE58A; }
span { border-color: rgb(255,229,138); }
td.TdClassName
{
border-color: #FFE58A;
}
.TagClassName
{
border-color: #FFE58A;
}
</style>