Shades of Vis Vis #FFE18A
Tints of Vis Vis #FFE18A
RGB
CMYK
RGB Variations
Color information
#FFE18A (or 0xFFE18A) is known color: Vis Vis. HEX triplet: FF, E1 and 8A. RGB value is (255,225,138). Sum of RGB (Red+Green+Blue) = 255+225+138=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE18A is #001E75. Grayscale: #E0E0E0. Windows color (decimal): -7798 or 9101823. OLE color: 9101823.
HSL color Cylindrical-coordinate representation of color #FFE18A: hue angle of 44.62º 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 #FFE18A is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 138 | - |
| CMYK | 0 | 0.12 | 0.46 | 0 |
| HSL | 44.62º | 1% | 0.77% | - |
| HSV(B) | 44.62º | 0.46% | 1% | - |
| XYZ | 72.75 | 76.95 | 35.06 | - |
| YUV | 224.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 138 | 0 | 0.12 | 0.46 | 0 | 44.62 | 1 | 0.77 |
| Hex | FF | E1 | 8A | 0 | C | 2E | 0 | 2D | 64 | 4D |
| Octal | 377 | 341 | 212 | 0 | 14 | 56 | 0 | 55 | 144 | 115 |
| Binary | 11111111 | 11100001 | 10001010 | 0 | 1100 | 101110 | 0 | 101101 | 1100100 | 1001101 |
Color Harmonies of #FFE18A
Complementary color
Monochromatic Colors of #FFE18A
Black with #FFE18A
Text Example
Text Example
White with #FFE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE18A; }
p { color: rgb(255,225,138); }
H1.HeaderClassName
{
color: #FFE18A;
}
.AnyTagClassName
{
color: #FFE18A;
}
</style>
background-color css
<style>
a { background-color: #FFE18A; }
a { background-color: rgb(255,225,138); }
div.DivClassName
{
background-color: #FFE18A;
}
.BgClassName
{
background-color: #FFE18A;
}
</style>
border-color css
<style>
span { border-color: #FFE18A; }
span { border-color: rgb(255,225,138); }
td.TdClassName
{
border-color: #FFE18A;
}
.TagClassName
{
border-color: #FFE18A;
}
</style>