Shades of Vis Vis #FEE58A
Tints of Vis Vis #FEE58A
RGB
CMYK
RGB Variations
Color information
#FEE58A (or 0xFEE58A) is known color: Vis Vis. HEX triplet: FE, E5 and 8A. RGB value is (254,229,138). Sum of RGB (Red+Green+Blue) = 254+229+138=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 138 (54.30% from 255 or 22.22% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE58A is #011A75. Grayscale: #E2E2E2. Windows color (decimal): -72310 or 9102846. OLE color: 9102846.
HSL color Cylindrical-coordinate representation of color #FEE58A: hue angle of 47.07º 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 #FEE58A is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 138 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.00 |
| HSL | 47.07º | 0.98% | 0.77% | - |
| HSV(B) | 47.07º | 0.46% | 1% | - |
| XYZ | 73.48 | 78.94 | 35.41 | - |
| YUV | 226.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 138 | 0 | 0.10 | 0.46 | 0.00 | 47.07 | 0.98 | 0.77 |
| Hex | FE | E5 | 8A | 0 | A | 2E | 0 | 2F | 62 | 4D |
| Octal | 376 | 345 | 212 | 0 | 12 | 56 | 0 | 57 | 142 | 115 |
| Binary | 11111110 | 11100101 | 10001010 | 0 | 1010 | 101110 | 0 | 101111 | 1100010 | 1001101 |
Color Harmonies of #FEE58A
Complementary color
Monochromatic Colors of #FEE58A
Black with #FEE58A
Text Example
Text Example
White with #FEE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE58A; }
p { color: rgb(254,229,138); }
H1.HeaderClassName
{
color: #FEE58A;
}
.AnyTagClassName
{
color: #FEE58A;
}
</style>
background-color css
<style>
a { background-color: #FEE58A; }
a { background-color: rgb(254,229,138); }
div.DivClassName
{
background-color: #FEE58A;
}
.BgClassName
{
background-color: #FEE58A;
}
</style>
border-color css
<style>
span { border-color: #FEE58A; }
span { border-color: rgb(254,229,138); }
td.TdClassName
{
border-color: #FEE58A;
}
.TagClassName
{
border-color: #FEE58A;
}
</style>