Shades of Vis Vis #FFE488
Tints of Vis Vis #FFE488
RGB
CMYK
RGB Variations
Color information
#FFE488 (or 0xFFE488) is known color: Vis Vis. HEX triplet: FF, E4 and 88. RGB value is (255,228,136). Sum of RGB (Red+Green+Blue) = 255+228+136=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 136 (53.52% from 255 or 21.97% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE488 is #001B77. Grayscale: #E1E1E1. Windows color (decimal): -7032 or 8971519. OLE color: 8971519.
HSL color Cylindrical-coordinate representation of color #FFE488: hue angle of 46.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FFE488 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 136 | - |
| CMYK | 0 | 0.11 | 0.47 | 0 |
| HSL | 46.39º | 1% | 0.77% | - |
| HSV(B) | 46.39º | 0.47% | 1% | - |
| XYZ | 73.43 | 78.52 | 34.58 | - |
| YUV | 225.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 136 | 0 | 0.11 | 0.47 | 0 | 46.39 | 1 | 0.77 |
| Hex | FF | E4 | 88 | 0 | B | 2F | 0 | 2E | 64 | 4D |
| Octal | 377 | 344 | 210 | 0 | 13 | 57 | 0 | 56 | 144 | 115 |
| Binary | 11111111 | 11100100 | 10001000 | 0 | 1011 | 101111 | 0 | 101110 | 1100100 | 1001101 |
Color Harmonies of #FFE488
Complementary color
Monochromatic Colors of #FFE488
Black with #FFE488
Text Example
Text Example
White with #FFE488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE488; }
p { color: rgb(255,228,136); }
H1.HeaderClassName
{
color: #FFE488;
}
.AnyTagClassName
{
color: #FFE488;
}
</style>
background-color css
<style>
a { background-color: #FFE488; }
a { background-color: rgb(255,228,136); }
div.DivClassName
{
background-color: #FFE488;
}
.BgClassName
{
background-color: #FFE488;
}
</style>
border-color css
<style>
span { border-color: #FFE488; }
span { border-color: rgb(255,228,136); }
td.TdClassName
{
border-color: #FFE488;
}
.TagClassName
{
border-color: #FFE488;
}
</style>