Shades of Vis Vis #FFE38A
Tints of Vis Vis #FFE38A
RGB
CMYK
RGB Variations
Color information
#FFE38A (or 0xFFE38A) is known color: Vis Vis. HEX triplet: FF, E3 and 8A. RGB value is (255,227,138). Sum of RGB (Red+Green+Blue) = 255+227+138=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 138 (54.30% from 255 or 22.26% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE38A is #001C75. Grayscale: #E1E1E1. Windows color (decimal): -7286 or 9102335. OLE color: 9102335.
HSL color Cylindrical-coordinate representation of color #FFE38A: hue angle of 45.64º 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 #FFE38A is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 138 | - |
| CMYK | 0 | 0.11 | 0.46 | 0 |
| HSL | 45.64º | 1% | 0.77% | - |
| HSV(B) | 45.64º | 0.46% | 1% | - |
| XYZ | 73.3 | 78.03 | 35.24 | - |
| YUV | 225.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 138 | 0 | 0.11 | 0.46 | 0 | 45.64 | 1 | 0.77 |
| Hex | FF | E3 | 8A | 0 | B | 2E | 0 | 2E | 64 | 4D |
| Octal | 377 | 343 | 212 | 0 | 13 | 56 | 0 | 56 | 144 | 115 |
| Binary | 11111111 | 11100011 | 10001010 | 0 | 1011 | 101110 | 0 | 101110 | 1100100 | 1001101 |
Color Harmonies of #FFE38A
Complementary color
Monochromatic Colors of #FFE38A
Black with #FFE38A
Text Example
Text Example
White with #FFE38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE38A; }
p { color: rgb(255,227,138); }
H1.HeaderClassName
{
color: #FFE38A;
}
.AnyTagClassName
{
color: #FFE38A;
}
</style>
background-color css
<style>
a { background-color: #FFE38A; }
a { background-color: rgb(255,227,138); }
div.DivClassName
{
background-color: #FFE38A;
}
.BgClassName
{
background-color: #FFE38A;
}
</style>
border-color css
<style>
span { border-color: #FFE38A; }
span { border-color: rgb(255,227,138); }
td.TdClassName
{
border-color: #FFE38A;
}
.TagClassName
{
border-color: #FFE38A;
}
</style>