Shades of Vis Vis #FFEA8A
Tints of Vis Vis #FFEA8A
RGB
CMYK
RGB Variations
Color information
#FFEA8A (or 0xFFEA8A) is known color: Vis Vis. HEX triplet: FF, EA and 8A. RGB value is (255,234,138). Sum of RGB (Red+Green+Blue) = 255+234+138=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 138 (54.30% from 255 or 22.01% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA8A is #001575. Grayscale: #E5E5E5. Windows color (decimal): -5494 or 9104127. OLE color: 9104127.
HSL color Cylindrical-coordinate representation of color #FFEA8A: hue angle of 49.23º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFEA8A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 138 | - |
| CMYK | 0 | 0.08 | 0.46 | 0 |
| HSL | 49.23º | 1% | 0.77% | - |
| HSV(B) | 49.23º | 0.46% | 1% | - |
| XYZ | 75.25 | 81.94 | 35.89 | - |
| YUV | 229.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 138 | 0 | 0.08 | 0.46 | 0 | 49.23 | 1 | 0.77 |
| Hex | FF | EA | 8A | 0 | 8 | 2E | 0 | 31 | 64 | 4D |
| Octal | 377 | 352 | 212 | 0 | 10 | 56 | 0 | 61 | 144 | 115 |
| Binary | 11111111 | 11101010 | 10001010 | 0 | 1000 | 101110 | 0 | 110001 | 1100100 | 1001101 |
Color Harmonies of #FFEA8A
Complementary color
Monochromatic Colors of #FFEA8A
Black with #FFEA8A
Text Example
Text Example
White with #FFEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA8A; }
p { color: rgb(255,234,138); }
H1.HeaderClassName
{
color: #FFEA8A;
}
.AnyTagClassName
{
color: #FFEA8A;
}
</style>
background-color css
<style>
a { background-color: #FFEA8A; }
a { background-color: rgb(255,234,138); }
div.DivClassName
{
background-color: #FFEA8A;
}
.BgClassName
{
background-color: #FFEA8A;
}
</style>
border-color css
<style>
span { border-color: #FFEA8A; }
span { border-color: rgb(255,234,138); }
td.TdClassName
{
border-color: #FFEA8A;
}
.TagClassName
{
border-color: #FFEA8A;
}
</style>