Shades of Vis Vis #FFE88A
Tints of Vis Vis #FFE88A
RGB
CMYK
RGB Variations
Color information
#FFE88A (or 0xFFE88A) is known color: Vis Vis. HEX triplet: FF, E8 and 8A. RGB value is (255,232,138). Sum of RGB (Red+Green+Blue) = 255+232+138=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE88A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE88A is #001775. Grayscale: #E4E4E4. Windows color (decimal): -6006 or 9103615. OLE color: 9103615.
HSL color Cylindrical-coordinate representation of color #FFE88A: hue angle of 48.21º 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 #FFE88A is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 138 | - |
| CMYK | 0 | 0.09 | 0.46 | 0 |
| HSL | 48.21º | 1% | 0.77% | - |
| HSV(B) | 48.21º | 0.46% | 1% | - |
| XYZ | 74.68 | 80.81 | 35.71 | - |
| YUV | 228.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 138 | 0 | 0.09 | 0.46 | 0 | 48.21 | 1 | 0.77 |
| Hex | FF | E8 | 8A | 0 | 9 | 2E | 0 | 30 | 64 | 4D |
| Octal | 377 | 350 | 212 | 0 | 11 | 56 | 0 | 60 | 144 | 115 |
| Binary | 11111111 | 11101000 | 10001010 | 0 | 1001 | 101110 | 0 | 110000 | 1100100 | 1001101 |
Color Harmonies of #FFE88A
Complementary color
Monochromatic Colors of #FFE88A
Black with #FFE88A
Text Example
Text Example
White with #FFE88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE88A; }
p { color: rgb(255,232,138); }
H1.HeaderClassName
{
color: #FFE88A;
}
.AnyTagClassName
{
color: #FFE88A;
}
</style>
background-color css
<style>
a { background-color: #FFE88A; }
a { background-color: rgb(255,232,138); }
div.DivClassName
{
background-color: #FFE88A;
}
.BgClassName
{
background-color: #FFE88A;
}
</style>
border-color css
<style>
span { border-color: #FFE88A; }
span { border-color: rgb(255,232,138); }
td.TdClassName
{
border-color: #FFE88A;
}
.TagClassName
{
border-color: #FFE88A;
}
</style>