Shades of Vis Vis #FFE38C
Tints of Vis Vis #FFE38C
RGB
CMYK
RGB Variations
Color information
#FFE38C (or 0xFFE38C) is known color: Vis Vis. HEX triplet: FF, E3 and 8C. RGB value is (255,227,140). Sum of RGB (Red+Green+Blue) = 255+227+140=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 140 (55.08% from 255 or 22.51% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE38C is #001C73. Grayscale: #E1E1E1. Windows color (decimal): -7284 or 9233407. OLE color: 9233407.
HSL color Cylindrical-coordinate representation of color #FFE38C: hue angle of 45.39º 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 #FFE38C is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 140 | - |
| CMYK | 0 | 0.11 | 0.45 | 0 |
| HSL | 45.39º | 1% | 0.77% | - |
| HSV(B) | 45.39º | 0.45% | 1% | - |
| XYZ | 73.44 | 78.09 | 36.01 | - |
| YUV | 225.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 140 | 0 | 0.11 | 0.45 | 0 | 45.39 | 1 | 0.77 |
| Hex | FF | E3 | 8C | 0 | B | 2D | 0 | 2D | 64 | 4D |
| Octal | 377 | 343 | 214 | 0 | 13 | 55 | 0 | 55 | 144 | 115 |
| Binary | 11111111 | 11100011 | 10001100 | 0 | 1011 | 101101 | 0 | 101101 | 1100100 | 1001101 |
Color Harmonies of #FFE38C
Complementary color
Monochromatic Colors of #FFE38C
Black with #FFE38C
Text Example
Text Example
White with #FFE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE38C; }
p { color: rgb(255,227,140); }
H1.HeaderClassName
{
color: #FFE38C;
}
.AnyTagClassName
{
color: #FFE38C;
}
</style>
background-color css
<style>
a { background-color: #FFE38C; }
a { background-color: rgb(255,227,140); }
div.DivClassName
{
background-color: #FFE38C;
}
.BgClassName
{
background-color: #FFE38C;
}
</style>
border-color css
<style>
span { border-color: #FFE38C; }
span { border-color: rgb(255,227,140); }
td.TdClassName
{
border-color: #FFE38C;
}
.TagClassName
{
border-color: #FFE38C;
}
</style>