Shades of Vis Vis #FFE38B
Tints of Vis Vis #FFE38B
RGB
CMYK
RGB Variations
Color information
#FFE38B (or 0xFFE38B) is known color: Vis Vis. HEX triplet: FF, E3 and 8B. RGB value is (255,227,139). Sum of RGB (Red+Green+Blue) = 255+227+139=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 139 (54.69% from 255 or 22.38% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE38B is #001C74. Grayscale: #E1E1E1. Windows color (decimal): -7285 or 9167871. OLE color: 9167871.
HSL color Cylindrical-coordinate representation of color #FFE38B: hue angle of 45.52º 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 #FFE38B is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 139 | - |
| CMYK | 0 | 0.11 | 0.45 | 0 |
| HSL | 45.52º | 1% | 0.77% | - |
| HSV(B) | 45.52º | 0.45% | 1% | - |
| XYZ | 73.37 | 78.06 | 35.63 | - |
| YUV | 225.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 139 | 0 | 0.11 | 0.45 | 0 | 45.52 | 1 | 0.77 |
| Hex | FF | E3 | 8B | 0 | B | 2D | 0 | 2E | 64 | 4D |
| Octal | 377 | 343 | 213 | 0 | 13 | 55 | 0 | 56 | 144 | 115 |
| Binary | 11111111 | 11100011 | 10001011 | 0 | 1011 | 101101 | 0 | 101110 | 1100100 | 1001101 |
Color Harmonies of #FFE38B
Complementary color
Monochromatic Colors of #FFE38B
Black with #FFE38B
Text Example
Text Example
White with #FFE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE38B; }
p { color: rgb(255,227,139); }
H1.HeaderClassName
{
color: #FFE38B;
}
.AnyTagClassName
{
color: #FFE38B;
}
</style>
background-color css
<style>
a { background-color: #FFE38B; }
a { background-color: rgb(255,227,139); }
div.DivClassName
{
background-color: #FFE38B;
}
.BgClassName
{
background-color: #FFE38B;
}
</style>
border-color css
<style>
span { border-color: #FFE38B; }
span { border-color: rgb(255,227,139); }
td.TdClassName
{
border-color: #FFE38B;
}
.TagClassName
{
border-color: #FFE38B;
}
</style>