Shades of Vis Vis #FFE48F
Tints of Vis Vis #FFE48F
RGB
CMYK
RGB Variations
Color information
#FFE48F (or 0xFFE48F) is known color: Vis Vis. HEX triplet: FF, E4 and 8F. RGB value is (255,228,143). Sum of RGB (Red+Green+Blue) = 255+228+143=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 143 (56.25% from 255 or 22.84% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE48F is #001B70. Grayscale: #E2E2E2. Windows color (decimal): -7025 or 9430271. OLE color: 9430271.
HSL color Cylindrical-coordinate representation of color #FFE48F: hue angle of 45.54º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFE48F is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 143 | - |
| CMYK | 0 | 0.11 | 0.44 | 0 |
| HSL | 45.54º | 1% | 0.78% | - |
| HSV(B) | 45.54º | 0.44% | 1% | - |
| XYZ | 73.94 | 78.73 | 37.29 | - |
| YUV | 226.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 143 | 0 | 0.11 | 0.44 | 0 | 45.54 | 1 | 0.78 |
| Hex | FF | E4 | 8F | 0 | B | 2C | 0 | 2E | 64 | 4E |
| Octal | 377 | 344 | 217 | 0 | 13 | 54 | 0 | 56 | 144 | 116 |
| Binary | 11111111 | 11100100 | 10001111 | 0 | 1011 | 101100 | 0 | 101110 | 1100100 | 1001110 |
Color Harmonies of #FFE48F
Complementary color
Monochromatic Colors of #FFE48F
Black with #FFE48F
Text Example
Text Example
White with #FFE48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE48F; }
p { color: rgb(255,228,143); }
H1.HeaderClassName
{
color: #FFE48F;
}
.AnyTagClassName
{
color: #FFE48F;
}
</style>
background-color css
<style>
a { background-color: #FFE48F; }
a { background-color: rgb(255,228,143); }
div.DivClassName
{
background-color: #FFE48F;
}
.BgClassName
{
background-color: #FFE48F;
}
</style>
border-color css
<style>
span { border-color: #FFE48F; }
span { border-color: rgb(255,228,143); }
td.TdClassName
{
border-color: #FFE48F;
}
.TagClassName
{
border-color: #FFE48F;
}
</style>