Shades of Vis Vis #FFEA8C
Tints of Vis Vis #FFEA8C
RGB
CMYK
RGB Variations
Color information
#FFEA8C (or 0xFFEA8C) is known color: Vis Vis. HEX triplet: FF, EA and 8C. RGB value is (255,234,140). Sum of RGB (Red+Green+Blue) = 255+234+140=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 140 (55.08% from 255 or 22.26% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA8C is #001573. Grayscale: #E5E5E5. Windows color (decimal): -5492 or 9235199. OLE color: 9235199.
HSL color Cylindrical-coordinate representation of color #FFEA8C: hue angle of 49.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFEA8C is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 140 | - |
| CMYK | 0 | 0.08 | 0.45 | 0 |
| HSL | 49.04º | 1% | 0.77% | - |
| HSV(B) | 49.04º | 0.45% | 1% | - |
| XYZ | 75.4 | 82 | 36.66 | - |
| YUV | 229.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 140 | 0 | 0.08 | 0.45 | 0 | 49.04 | 1 | 0.77 |
| Hex | FF | EA | 8C | 0 | 8 | 2D | 0 | 31 | 64 | 4D |
| Octal | 377 | 352 | 214 | 0 | 10 | 55 | 0 | 61 | 144 | 115 |
| Binary | 11111111 | 11101010 | 10001100 | 0 | 1000 | 101101 | 0 | 110001 | 1100100 | 1001101 |
Color Harmonies of #FFEA8C
Complementary color
Monochromatic Colors of #FFEA8C
Black with #FFEA8C
Text Example
Text Example
White with #FFEA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA8C; }
p { color: rgb(255,234,140); }
H1.HeaderClassName
{
color: #FFEA8C;
}
.AnyTagClassName
{
color: #FFEA8C;
}
</style>
background-color css
<style>
a { background-color: #FFEA8C; }
a { background-color: rgb(255,234,140); }
div.DivClassName
{
background-color: #FFEA8C;
}
.BgClassName
{
background-color: #FFEA8C;
}
</style>
border-color css
<style>
span { border-color: #FFEA8C; }
span { border-color: rgb(255,234,140); }
td.TdClassName
{
border-color: #FFEA8C;
}
.TagClassName
{
border-color: #FFEA8C;
}
</style>