Shades of Vis Vis #FFE58B
Tints of Vis Vis #FFE58B
RGB
CMYK
RGB Variations
Color information
#FFE58B (or 0xFFE58B) is known color: Vis Vis. HEX triplet: FF, E5 and 8B. RGB value is (255,229,139). Sum of RGB (Red+Green+Blue) = 255+229+139=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 139 (54.69% from 255 or 22.31% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE58B is #001A74. Grayscale: #E2E2E2. Windows color (decimal): -6773 or 9168383. OLE color: 9168383.
HSL color Cylindrical-coordinate representation of color #FFE58B: hue angle of 46.55º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFE58B is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 139 | - |
| CMYK | 0 | 0.10 | 0.45 | 0 |
| HSL | 46.55º | 1% | 0.77% | - |
| HSV(B) | 46.55º | 0.45% | 1% | - |
| XYZ | 73.92 | 79.16 | 35.81 | - |
| YUV | 226.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 139 | 0 | 0.10 | 0.45 | 0 | 46.55 | 1 | 0.77 |
| Hex | FF | E5 | 8B | 0 | A | 2D | 0 | 2F | 64 | 4D |
| Octal | 377 | 345 | 213 | 0 | 12 | 55 | 0 | 57 | 144 | 115 |
| Binary | 11111111 | 11100101 | 10001011 | 0 | 1010 | 101101 | 0 | 101111 | 1100100 | 1001101 |
Color Harmonies of #FFE58B
Complementary color
Monochromatic Colors of #FFE58B
Black with #FFE58B
Text Example
Text Example
White with #FFE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE58B; }
p { color: rgb(255,229,139); }
H1.HeaderClassName
{
color: #FFE58B;
}
.AnyTagClassName
{
color: #FFE58B;
}
</style>
background-color css
<style>
a { background-color: #FFE58B; }
a { background-color: rgb(255,229,139); }
div.DivClassName
{
background-color: #FFE58B;
}
.BgClassName
{
background-color: #FFE58B;
}
</style>
border-color css
<style>
span { border-color: #FFE58B; }
span { border-color: rgb(255,229,139); }
td.TdClassName
{
border-color: #FFE58B;
}
.TagClassName
{
border-color: #FFE58B;
}
</style>