Shades of Vis Vis #FFE38D
Tints of Vis Vis #FFE38D
RGB
CMYK
RGB Variations
Color information
#FFE38D (or 0xFFE38D) is known color: Vis Vis. HEX triplet: FF, E3 and 8D. RGB value is (255,227,141). Sum of RGB (Red+Green+Blue) = 255+227+141=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 141 (55.47% from 255 or 22.63% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE38D is #001C72. Grayscale: #E1E1E1. Windows color (decimal): -7283 or 9298943. OLE color: 9298943.
HSL color Cylindrical-coordinate representation of color #FFE38D: hue angle of 45.26º 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 #FFE38D is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 141 | - |
| CMYK | 0 | 0.11 | 0.45 | 0 |
| HSL | 45.26º | 1% | 0.78% | - |
| HSV(B) | 45.26º | 0.45% | 1% | - |
| XYZ | 73.52 | 78.12 | 36.4 | - |
| YUV | 225.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 141 | 0 | 0.11 | 0.45 | 0 | 45.26 | 1 | 0.78 |
| Hex | FF | E3 | 8D | 0 | B | 2D | 0 | 2D | 64 | 4E |
| Octal | 377 | 343 | 215 | 0 | 13 | 55 | 0 | 55 | 144 | 116 |
| Binary | 11111111 | 11100011 | 10001101 | 0 | 1011 | 101101 | 0 | 101101 | 1100100 | 1001110 |
Color Harmonies of #FFE38D
Complementary color
Monochromatic Colors of #FFE38D
Black with #FFE38D
Text Example
Text Example
White with #FFE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE38D; }
p { color: rgb(255,227,141); }
H1.HeaderClassName
{
color: #FFE38D;
}
.AnyTagClassName
{
color: #FFE38D;
}
</style>
background-color css
<style>
a { background-color: #FFE38D; }
a { background-color: rgb(255,227,141); }
div.DivClassName
{
background-color: #FFE38D;
}
.BgClassName
{
background-color: #FFE38D;
}
</style>
border-color css
<style>
span { border-color: #FFE38D; }
span { border-color: rgb(255,227,141); }
td.TdClassName
{
border-color: #FFE38D;
}
.TagClassName
{
border-color: #FFE38D;
}
</style>