Shades of Vis Vis #FFEA88
Tints of Vis Vis #FFEA88
RGB
CMYK
RGB Variations
Color information
#FFEA88 (or 0xFFEA88) is known color: Vis Vis. HEX triplet: FF, EA and 88. RGB value is (255,234,136). Sum of RGB (Red+Green+Blue) = 255+234+136=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 136 (53.52% from 255 or 21.76% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA88 is #001577. Grayscale: #E5E5E5. Windows color (decimal): -5496 or 8973055. OLE color: 8973055.
HSL color Cylindrical-coordinate representation of color #FFEA88: hue angle of 49.41º 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 #FFEA88 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 136 | - |
| CMYK | 0 | 0.08 | 0.47 | 0 |
| HSL | 49.41º | 1% | 0.77% | - |
| HSV(B) | 49.41º | 0.47% | 1% | - |
| XYZ | 75.11 | 81.88 | 35.14 | - |
| YUV | 229.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 136 | 0 | 0.08 | 0.47 | 0 | 49.41 | 1 | 0.77 |
| Hex | FF | EA | 88 | 0 | 8 | 2F | 0 | 31 | 64 | 4D |
| Octal | 377 | 352 | 210 | 0 | 10 | 57 | 0 | 61 | 144 | 115 |
| Binary | 11111111 | 11101010 | 10001000 | 0 | 1000 | 101111 | 0 | 110001 | 1100100 | 1001101 |
Color Harmonies of #FFEA88
Complementary color
Monochromatic Colors of #FFEA88
Black with #FFEA88
Text Example
Text Example
White with #FFEA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA88; }
p { color: rgb(255,234,136); }
H1.HeaderClassName
{
color: #FFEA88;
}
.AnyTagClassName
{
color: #FFEA88;
}
</style>
background-color css
<style>
a { background-color: #FFEA88; }
a { background-color: rgb(255,234,136); }
div.DivClassName
{
background-color: #FFEA88;
}
.BgClassName
{
background-color: #FFEA88;
}
</style>
border-color css
<style>
span { border-color: #FFEA88; }
span { border-color: rgb(255,234,136); }
td.TdClassName
{
border-color: #FFEA88;
}
.TagClassName
{
border-color: #FFEA88;
}
</style>