Shades of Vis Vis #FFE288
Tints of Vis Vis #FFE288
RGB
CMYK
RGB Variations
Color information
#FFE288 (or 0xFFE288) is known color: Vis Vis. HEX triplet: FF, E2 and 88. RGB value is (255,226,136). Sum of RGB (Red+Green+Blue) = 255+226+136=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 136 (53.52% from 255 or 22.04% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE288 is #001D77. Grayscale: #E0E0E0. Windows color (decimal): -7544 or 8971007. OLE color: 8971007.
HSL color Cylindrical-coordinate representation of color #FFE288: hue angle of 45.38º 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 #FFE288 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 136 | - |
| CMYK | 0 | 0.11 | 0.47 | 0 |
| HSL | 45.38º | 1% | 0.77% | - |
| HSV(B) | 45.38º | 0.47% | 1% | - |
| XYZ | 72.88 | 77.43 | 34.4 | - |
| YUV | 224.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 136 | 0 | 0.11 | 0.47 | 0 | 45.38 | 1 | 0.77 |
| Hex | FF | E2 | 88 | 0 | B | 2F | 0 | 2D | 64 | 4D |
| Octal | 377 | 342 | 210 | 0 | 13 | 57 | 0 | 55 | 144 | 115 |
| Binary | 11111111 | 11100010 | 10001000 | 0 | 1011 | 101111 | 0 | 101101 | 1100100 | 1001101 |
Color Harmonies of #FFE288
Complementary color
Monochromatic Colors of #FFE288
Black with #FFE288
Text Example
Text Example
White with #FFE288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE288; }
p { color: rgb(255,226,136); }
H1.HeaderClassName
{
color: #FFE288;
}
.AnyTagClassName
{
color: #FFE288;
}
</style>
background-color css
<style>
a { background-color: #FFE288; }
a { background-color: rgb(255,226,136); }
div.DivClassName
{
background-color: #FFE288;
}
.BgClassName
{
background-color: #FFE288;
}
</style>
border-color css
<style>
span { border-color: #FFE288; }
span { border-color: rgb(255,226,136); }
td.TdClassName
{
border-color: #FFE288;
}
.TagClassName
{
border-color: #FFE288;
}
</style>