Shades of Vis Vis #FEE58C
Tints of Vis Vis #FEE58C
RGB
CMYK
RGB Variations
Color information
#FEE58C (or 0xFEE58C) is known color: Vis Vis. HEX triplet: FE, E5 and 8C. RGB value is (254,229,140). Sum of RGB (Red+Green+Blue) = 254+229+140=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 140 (55.08% from 255 or 22.47% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE58C is #011A73. Grayscale: #E2E2E2. Windows color (decimal): -72308 or 9233918. OLE color: 9233918.
HSL color Cylindrical-coordinate representation of color #FEE58C: hue angle of 46.84º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEE58C is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 140 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.00 |
| HSL | 46.84º | 0.98% | 0.77% | - |
| HSV(B) | 46.84º | 0.45% | 1% | - |
| XYZ | 73.63 | 79 | 36.18 | - |
| YUV | 226.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 140 | 0 | 0.10 | 0.45 | 0.00 | 46.84 | 0.98 | 0.77 |
| Hex | FE | E5 | 8C | 0 | A | 2D | 0 | 2F | 62 | 4D |
| Octal | 376 | 345 | 214 | 0 | 12 | 55 | 0 | 57 | 142 | 115 |
| Binary | 11111110 | 11100101 | 10001100 | 0 | 1010 | 101101 | 0 | 101111 | 1100010 | 1001101 |
Color Harmonies of #FEE58C
Complementary color
Monochromatic Colors of #FEE58C
Black with #FEE58C
Text Example
Text Example
White with #FEE58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE58C; }
p { color: rgb(254,229,140); }
H1.HeaderClassName
{
color: #FEE58C;
}
.AnyTagClassName
{
color: #FEE58C;
}
</style>
background-color css
<style>
a { background-color: #FEE58C; }
a { background-color: rgb(254,229,140); }
div.DivClassName
{
background-color: #FEE58C;
}
.BgClassName
{
background-color: #FEE58C;
}
</style>
border-color css
<style>
span { border-color: #FEE58C; }
span { border-color: rgb(254,229,140); }
td.TdClassName
{
border-color: #FEE58C;
}
.TagClassName
{
border-color: #FEE58C;
}
</style>