Shades of Vis Vis #FEE58D
Tints of Vis Vis #FEE58D
RGB
CMYK
RGB Variations
Color information
#FEE58D (or 0xFEE58D) is known color: Vis Vis. HEX triplet: FE, E5 and 8D. RGB value is (254,229,141). Sum of RGB (Red+Green+Blue) = 254+229+141=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE58D is #011A72. Grayscale: #E2E2E2. Windows color (decimal): -72307 or 9299454. OLE color: 9299454.
HSL color Cylindrical-coordinate representation of color #FEE58D: hue angle of 46.73º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEE58D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 141 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.00 |
| HSL | 46.73º | 0.98% | 0.77% | - |
| HSV(B) | 46.73º | 0.44% | 1% | - |
| XYZ | 73.7 | 79.03 | 36.57 | - |
| YUV | 226.44 | 79.78 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 141 | 0 | 0.10 | 0.44 | 0.00 | 46.73 | 0.98 | 0.77 |
| Hex | FE | E5 | 8D | 0 | A | 2C | 0 | 2F | 62 | 4D |
| Octal | 376 | 345 | 215 | 0 | 12 | 54 | 0 | 57 | 142 | 115 |
| Binary | 11111110 | 11100101 | 10001101 | 0 | 1010 | 101100 | 0 | 101111 | 1100010 | 1001101 |
Color Harmonies of #FEE58D
Complementary color
Monochromatic Colors of #FEE58D
Black with #FEE58D
Text Example
Text Example
White with #FEE58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE58D; }
p { color: rgb(254,229,141); }
H1.HeaderClassName
{
color: #FEE58D;
}
.AnyTagClassName
{
color: #FEE58D;
}
</style>
background-color css
<style>
a { background-color: #FEE58D; }
a { background-color: rgb(254,229,141); }
div.DivClassName
{
background-color: #FEE58D;
}
.BgClassName
{
background-color: #FEE58D;
}
</style>
border-color css
<style>
span { border-color: #FEE58D; }
span { border-color: rgb(254,229,141); }
td.TdClassName
{
border-color: #FEE58D;
}
.TagClassName
{
border-color: #FEE58D;
}
</style>