Shades of Vis Vis #FFE48B
Tints of Vis Vis #FFE48B
RGB
CMYK
RGB Variations
Color information
#FFE48B (or 0xFFE48B) is known color: Vis Vis. HEX triplet: FF, E4 and 8B. RGB value is (255,228,139). Sum of RGB (Red+Green+Blue) = 255+228+139=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 139 (54.69% from 255 or 22.35% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE48B is #001B74. Grayscale: #E2E2E2. Windows color (decimal): -7029 or 9168127. OLE color: 9168127.
HSL color Cylindrical-coordinate representation of color #FFE48B: hue angle of 46.03º 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 #FFE48B is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 139 | - |
| CMYK | 0 | 0.11 | 0.45 | 0 |
| HSL | 46.03º | 1% | 0.77% | - |
| HSV(B) | 46.03º | 0.45% | 1% | - |
| XYZ | 73.64 | 78.61 | 35.72 | - |
| YUV | 225.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 139 | 0 | 0.11 | 0.45 | 0 | 46.03 | 1 | 0.77 |
| Hex | FF | E4 | 8B | 0 | B | 2D | 0 | 2E | 64 | 4D |
| Octal | 377 | 344 | 213 | 0 | 13 | 55 | 0 | 56 | 144 | 115 |
| Binary | 11111111 | 11100100 | 10001011 | 0 | 1011 | 101101 | 0 | 101110 | 1100100 | 1001101 |
Color Harmonies of #FFE48B
Complementary color
Monochromatic Colors of #FFE48B
Black with #FFE48B
Text Example
Text Example
White with #FFE48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE48B; }
p { color: rgb(255,228,139); }
H1.HeaderClassName
{
color: #FFE48B;
}
.AnyTagClassName
{
color: #FFE48B;
}
</style>
background-color css
<style>
a { background-color: #FFE48B; }
a { background-color: rgb(255,228,139); }
div.DivClassName
{
background-color: #FFE48B;
}
.BgClassName
{
background-color: #FFE48B;
}
</style>
border-color css
<style>
span { border-color: #FFE48B; }
span { border-color: rgb(255,228,139); }
td.TdClassName
{
border-color: #FFE48B;
}
.TagClassName
{
border-color: #FFE48B;
}
</style>