Shades of Vis Vis #FFE18D
Tints of Vis Vis #FFE18D
RGB
CMYK
RGB Variations
Color information
#FFE18D (or 0xFFE18D) is known color: Vis Vis. HEX triplet: FF, E1 and 8D. RGB value is (255,225,141). Sum of RGB (Red+Green+Blue) = 255+225+141=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE18D is #001E72. Grayscale: #E0E0E0. Windows color (decimal): -7795 or 9298431. OLE color: 9298431.
HSL color Cylindrical-coordinate representation of color #FFE18D: hue angle of 44.21º 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 #FFE18D is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 141 | - |
| CMYK | 0 | 0.12 | 0.45 | 0 |
| HSL | 44.21º | 1% | 0.78% | - |
| HSV(B) | 44.21º | 0.45% | 1% | - |
| XYZ | 72.97 | 77.03 | 36.22 | - |
| YUV | 224.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 141 | 0 | 0.12 | 0.45 | 0 | 44.21 | 1 | 0.78 |
| Hex | FF | E1 | 8D | 0 | C | 2D | 0 | 2C | 64 | 4E |
| Octal | 377 | 341 | 215 | 0 | 14 | 55 | 0 | 54 | 144 | 116 |
| Binary | 11111111 | 11100001 | 10001101 | 0 | 1100 | 101101 | 0 | 101100 | 1100100 | 1001110 |
Color Harmonies of #FFE18D
Complementary color
Monochromatic Colors of #FFE18D
Black with #FFE18D
Text Example
Text Example
White with #FFE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE18D; }
p { color: rgb(255,225,141); }
H1.HeaderClassName
{
color: #FFE18D;
}
.AnyTagClassName
{
color: #FFE18D;
}
</style>
background-color css
<style>
a { background-color: #FFE18D; }
a { background-color: rgb(255,225,141); }
div.DivClassName
{
background-color: #FFE18D;
}
.BgClassName
{
background-color: #FFE18D;
}
</style>
border-color css
<style>
span { border-color: #FFE18D; }
span { border-color: rgb(255,225,141); }
td.TdClassName
{
border-color: #FFE18D;
}
.TagClassName
{
border-color: #FFE18D;
}
</style>