Shades of Vis Vis #FEE28A
Tints of Vis Vis #FEE28A
RGB
CMYK
RGB Variations
Color information
#FEE28A (or 0xFEE28A) is known color: Vis Vis. HEX triplet: FE, E2 and 8A. RGB value is (254,226,138). Sum of RGB (Red+Green+Blue) = 254+226+138=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 138 (54.30% from 255 or 22.33% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE28A is #011D75. Grayscale: #E0E0E0. Windows color (decimal): -73078 or 9102078. OLE color: 9102078.
HSL color Cylindrical-coordinate representation of color #FEE28A: hue angle of 45.52º 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 #FEE28A is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 138 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.00 |
| HSL | 45.52º | 0.98% | 0.77% | - |
| HSV(B) | 45.52º | 0.46% | 1% | - |
| XYZ | 72.66 | 77.3 | 35.14 | - |
| YUV | 224.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 138 | 0 | 0.11 | 0.46 | 0.00 | 45.52 | 0.98 | 0.77 |
| Hex | FE | E2 | 8A | 0 | B | 2E | 0 | 2E | 62 | 4D |
| Octal | 376 | 342 | 212 | 0 | 13 | 56 | 0 | 56 | 142 | 115 |
| Binary | 11111110 | 11100010 | 10001010 | 0 | 1011 | 101110 | 0 | 101110 | 1100010 | 1001101 |
Color Harmonies of #FEE28A
Complementary color
Monochromatic Colors of #FEE28A
Black with #FEE28A
Text Example
Text Example
White with #FEE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE28A; }
p { color: rgb(254,226,138); }
H1.HeaderClassName
{
color: #FEE28A;
}
.AnyTagClassName
{
color: #FEE28A;
}
</style>
background-color css
<style>
a { background-color: #FEE28A; }
a { background-color: rgb(254,226,138); }
div.DivClassName
{
background-color: #FEE28A;
}
.BgClassName
{
background-color: #FEE28A;
}
</style>
border-color css
<style>
span { border-color: #FEE28A; }
span { border-color: rgb(254,226,138); }
td.TdClassName
{
border-color: #FEE28A;
}
.TagClassName
{
border-color: #FEE28A;
}
</style>