Shades of Vis Vis #FFE48A
Tints of Vis Vis #FFE48A
RGB
CMYK
RGB Variations
Color information
#FFE48A (or 0xFFE48A) is known color: Vis Vis. HEX triplet: FF, E4 and 8A. RGB value is (255,228,138). Sum of RGB (Red+Green+Blue) = 255+228+138=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 138 (54.30% from 255 or 22.22% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE48A is #001B75. Grayscale: #E2E2E2. Windows color (decimal): -7030 or 9102591. OLE color: 9102591.
HSL color Cylindrical-coordinate representation of color #FFE48A: hue angle of 46.15º 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 #FFE48A is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 138 | - |
| CMYK | 0 | 0.11 | 0.46 | 0 |
| HSL | 46.15º | 1% | 0.77% | - |
| HSV(B) | 46.15º | 0.46% | 1% | - |
| XYZ | 73.57 | 78.58 | 35.33 | - |
| YUV | 225.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 138 | 0 | 0.11 | 0.46 | 0 | 46.15 | 1 | 0.77 |
| Hex | FF | E4 | 8A | 0 | B | 2E | 0 | 2E | 64 | 4D |
| Octal | 377 | 344 | 212 | 0 | 13 | 56 | 0 | 56 | 144 | 115 |
| Binary | 11111111 | 11100100 | 10001010 | 0 | 1011 | 101110 | 0 | 101110 | 1100100 | 1001101 |
Color Harmonies of #FFE48A
Complementary color
Monochromatic Colors of #FFE48A
Black with #FFE48A
Text Example
Text Example
White with #FFE48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE48A; }
p { color: rgb(255,228,138); }
H1.HeaderClassName
{
color: #FFE48A;
}
.AnyTagClassName
{
color: #FFE48A;
}
</style>
background-color css
<style>
a { background-color: #FFE48A; }
a { background-color: rgb(255,228,138); }
div.DivClassName
{
background-color: #FFE48A;
}
.BgClassName
{
background-color: #FFE48A;
}
</style>
border-color css
<style>
span { border-color: #FFE48A; }
span { border-color: rgb(255,228,138); }
td.TdClassName
{
border-color: #FFE48A;
}
.TagClassName
{
border-color: #FFE48A;
}
</style>