Shades of Vis Vis #FEE788
Tints of Vis Vis #FEE788
RGB
CMYK
RGB Variations
Color information
#FEE788 (or 0xFEE788) is known color: Vis Vis. HEX triplet: FE, E7 and 88. RGB value is (254,231,136). Sum of RGB (Red+Green+Blue) = 254+231+136=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 136 (53.52% from 255 or 21.90% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE788 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE788 is #011877. Grayscale: #E3E3E3. Windows color (decimal): -71800 or 8972286. OLE color: 8972286.
HSL color Cylindrical-coordinate representation of color #FEE788: hue angle of 48.31º 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 #FEE788 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 136 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.00 |
| HSL | 48.31º | 0.98% | 0.76% | - |
| HSV(B) | 48.31º | 0.46% | 1% | - |
| XYZ | 73.89 | 80 | 34.84 | - |
| YUV | 227.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 136 | 0 | 0.09 | 0.46 | 0.00 | 48.31 | 0.98 | 0.76 |
| Hex | FE | E7 | 88 | 0 | 9 | 2E | 0 | 30 | 62 | 4C |
| Octal | 376 | 347 | 210 | 0 | 11 | 56 | 0 | 60 | 142 | 114 |
| Binary | 11111110 | 11100111 | 10001000 | 0 | 1001 | 101110 | 0 | 110000 | 1100010 | 1001100 |
Color Harmonies of #FEE788
Complementary color
Monochromatic Colors of #FEE788
Black with #FEE788
Text Example
Text Example
White with #FEE788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE788; }
p { color: rgb(254,231,136); }
H1.HeaderClassName
{
color: #FEE788;
}
.AnyTagClassName
{
color: #FEE788;
}
</style>
background-color css
<style>
a { background-color: #FEE788; }
a { background-color: rgb(254,231,136); }
div.DivClassName
{
background-color: #FEE788;
}
.BgClassName
{
background-color: #FEE788;
}
</style>
border-color css
<style>
span { border-color: #FEE788; }
span { border-color: rgb(254,231,136); }
td.TdClassName
{
border-color: #FEE788;
}
.TagClassName
{
border-color: #FEE788;
}
</style>