Shades of Vis Vis #FFEA8F
Tints of Vis Vis #FFEA8F
RGB
CMYK
RGB Variations
Color information
#FFEA8F (or 0xFFEA8F) is known color: Vis Vis. HEX triplet: FF, EA and 8F. RGB value is (255,234,143). Sum of RGB (Red+Green+Blue) = 255+234+143=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 143 (56.25% from 255 or 22.63% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA8F is #001570. Grayscale: #E6E6E6. Windows color (decimal): -5489 or 9431807. OLE color: 9431807.
HSL color Cylindrical-coordinate representation of color #FFEA8F: hue angle of 48.75º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFEA8F is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 143 | - |
| CMYK | 0 | 0.08 | 0.44 | 0 |
| HSL | 48.75º | 1% | 0.78% | - |
| HSV(B) | 48.75º | 0.44% | 1% | - |
| XYZ | 75.62 | 82.09 | 37.85 | - |
| YUV | 229.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 143 | 0 | 0.08 | 0.44 | 0 | 48.75 | 1 | 0.78 |
| Hex | FF | EA | 8F | 0 | 8 | 2C | 0 | 31 | 64 | 4E |
| Octal | 377 | 352 | 217 | 0 | 10 | 54 | 0 | 61 | 144 | 116 |
| Binary | 11111111 | 11101010 | 10001111 | 0 | 1000 | 101100 | 0 | 110001 | 1100100 | 1001110 |
Color Harmonies of #FFEA8F
Complementary color
Monochromatic Colors of #FFEA8F
Black with #FFEA8F
Text Example
Text Example
White with #FFEA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA8F; }
p { color: rgb(255,234,143); }
H1.HeaderClassName
{
color: #FFEA8F;
}
.AnyTagClassName
{
color: #FFEA8F;
}
</style>
background-color css
<style>
a { background-color: #FFEA8F; }
a { background-color: rgb(255,234,143); }
div.DivClassName
{
background-color: #FFEA8F;
}
.BgClassName
{
background-color: #FFEA8F;
}
</style>
border-color css
<style>
span { border-color: #FFEA8F; }
span { border-color: rgb(255,234,143); }
td.TdClassName
{
border-color: #FFEA8F;
}
.TagClassName
{
border-color: #FFEA8F;
}
</style>