Shades of Vis Vis #FEE588
Tints of Vis Vis #FEE588
RGB
CMYK
RGB Variations
Color information
#FEE588 (or 0xFEE588) is known color: Vis Vis. HEX triplet: FE, E5 and 88. RGB value is (254,229,136). Sum of RGB (Red+Green+Blue) = 254+229+136=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 136 (53.52% from 255 or 21.97% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE588 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE588 is #011A77. Grayscale: #E2E2E2. Windows color (decimal): -72312 or 8971774. OLE color: 8971774.
HSL color Cylindrical-coordinate representation of color #FEE588: hue angle of 47.29º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEE588 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 136 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.00 |
| HSL | 47.29º | 0.98% | 0.76% | - |
| HSV(B) | 47.29º | 0.46% | 1% | - |
| XYZ | 73.34 | 78.89 | 34.65 | - |
| YUV | 225.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 136 | 0 | 0.10 | 0.46 | 0.00 | 47.29 | 0.98 | 0.76 |
| Hex | FE | E5 | 88 | 0 | A | 2E | 0 | 2F | 62 | 4C |
| Octal | 376 | 345 | 210 | 0 | 12 | 56 | 0 | 57 | 142 | 114 |
| Binary | 11111110 | 11100101 | 10001000 | 0 | 1010 | 101110 | 0 | 101111 | 1100010 | 1001100 |
Color Harmonies of #FEE588
Complementary color
Monochromatic Colors of #FEE588
Black with #FEE588
Text Example
Text Example
White with #FEE588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE588; }
p { color: rgb(254,229,136); }
H1.HeaderClassName
{
color: #FEE588;
}
.AnyTagClassName
{
color: #FEE588;
}
</style>
background-color css
<style>
a { background-color: #FEE588; }
a { background-color: rgb(254,229,136); }
div.DivClassName
{
background-color: #FEE588;
}
.BgClassName
{
background-color: #FEE588;
}
</style>
border-color css
<style>
span { border-color: #FEE588; }
span { border-color: rgb(254,229,136); }
td.TdClassName
{
border-color: #FEE588;
}
.TagClassName
{
border-color: #FEE588;
}
</style>