Shades of Vis Vis #FEE18A
Tints of Vis Vis #FEE18A
RGB
CMYK
RGB Variations
Color information
#FEE18A (or 0xFEE18A) is known color: Vis Vis. HEX triplet: FE, E1 and 8A. RGB value is (254,225,138). Sum of RGB (Red+Green+Blue) = 254+225+138=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE18A is #011E75. Grayscale: #E0E0E0. Windows color (decimal): -73334 or 9101822. OLE color: 9101822.
HSL color Cylindrical-coordinate representation of color #FEE18A: hue angle of 45º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEE18A is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 138 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.00 |
| HSL | 45º | 0.98% | 0.77% | - |
| HSV(B) | 45º | 0.46% | 1% | - |
| XYZ | 72.39 | 76.76 | 35.05 | - |
| YUV | 223.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 138 | 0 | 0.11 | 0.46 | 0.00 | 45 | 0.98 | 0.77 |
| Hex | FE | E1 | 8A | 0 | B | 2E | 0 | 2D | 62 | 4D |
| Octal | 376 | 341 | 212 | 0 | 13 | 56 | 0 | 55 | 142 | 115 |
| Binary | 11111110 | 11100001 | 10001010 | 0 | 1011 | 101110 | 0 | 101101 | 1100010 | 1001101 |
Color Harmonies of #FEE18A
Complementary color
Monochromatic Colors of #FEE18A
Black with #FEE18A
Text Example
Text Example
White with #FEE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE18A; }
p { color: rgb(254,225,138); }
H1.HeaderClassName
{
color: #FEE18A;
}
.AnyTagClassName
{
color: #FEE18A;
}
</style>
background-color css
<style>
a { background-color: #FEE18A; }
a { background-color: rgb(254,225,138); }
div.DivClassName
{
background-color: #FEE18A;
}
.BgClassName
{
background-color: #FEE18A;
}
</style>
border-color css
<style>
span { border-color: #FEE18A; }
span { border-color: rgb(254,225,138); }
td.TdClassName
{
border-color: #FEE18A;
}
.TagClassName
{
border-color: #FEE18A;
}
</style>