Shades of Vis Vis #FFEA8D
Tints of Vis Vis #FFEA8D
RGB
CMYK
RGB Variations
Color information
#FFEA8D (or 0xFFEA8D) is known color: Vis Vis. HEX triplet: FF, EA and 8D. RGB value is (255,234,141). Sum of RGB (Red+Green+Blue) = 255+234+141=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 141 (55.47% from 255 or 22.38% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA8D is #001572. Grayscale: #E6E6E6. Windows color (decimal): -5491 or 9300735. OLE color: 9300735.
HSL color Cylindrical-coordinate representation of color #FFEA8D: hue angle of 48.95º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFEA8D is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 141 | - |
| CMYK | 0 | 0.08 | 0.45 | 0 |
| HSL | 48.95º | 1% | 0.78% | - |
| HSV(B) | 48.95º | 0.45% | 1% | - |
| XYZ | 75.47 | 82.03 | 37.05 | - |
| YUV | 229.68 | 77.96 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 141 | 0 | 0.08 | 0.45 | 0 | 48.95 | 1 | 0.78 |
| Hex | FF | EA | 8D | 0 | 8 | 2D | 0 | 31 | 64 | 4E |
| Octal | 377 | 352 | 215 | 0 | 10 | 55 | 0 | 61 | 144 | 116 |
| Binary | 11111111 | 11101010 | 10001101 | 0 | 1000 | 101101 | 0 | 110001 | 1100100 | 1001110 |
Color Harmonies of #FFEA8D
Complementary color
Monochromatic Colors of #FFEA8D
Black with #FFEA8D
Text Example
Text Example
White with #FFEA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA8D; }
p { color: rgb(255,234,141); }
H1.HeaderClassName
{
color: #FFEA8D;
}
.AnyTagClassName
{
color: #FFEA8D;
}
</style>
background-color css
<style>
a { background-color: #FFEA8D; }
a { background-color: rgb(255,234,141); }
div.DivClassName
{
background-color: #FFEA8D;
}
.BgClassName
{
background-color: #FFEA8D;
}
</style>
border-color css
<style>
span { border-color: #FFEA8D; }
span { border-color: rgb(255,234,141); }
td.TdClassName
{
border-color: #FFEA8D;
}
.TagClassName
{
border-color: #FFEA8D;
}
</style>