Shades of Vis Vis #FEE595
Tints of Vis Vis #FEE595
RGB
CMYK
RGB Variations
Color information
#FEE595 (or 0xFEE595) is known color: Vis Vis. HEX triplet: FE, E5 and 95. RGB value is (254,229,149). Sum of RGB (Red+Green+Blue) = 254+229+149=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 149 (58.59% from 255 or 23.58% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE595 is #011A6A. Grayscale: #E3E3E3. Windows color (decimal): -72299 or 9823742. OLE color: 9823742.
HSL color Cylindrical-coordinate representation of color #FEE595: hue angle of 45.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEE595 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 149 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.00 |
| HSL | 45.71º | 0.98% | 0.79% | - |
| HSV(B) | 45.71º | 0.41% | 1% | - |
| XYZ | 74.32 | 79.28 | 39.82 | - |
| YUV | 227.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 149 | 0 | 0.10 | 0.41 | 0.00 | 45.71 | 0.98 | 0.79 |
| Hex | FE | E5 | 95 | 0 | A | 29 | 0 | 2E | 62 | 4F |
| Octal | 376 | 345 | 225 | 0 | 12 | 51 | 0 | 56 | 142 | 117 |
| Binary | 11111110 | 11100101 | 10010101 | 0 | 1010 | 101001 | 0 | 101110 | 1100010 | 1001111 |
Color Harmonies of #FEE595
Complementary color
Monochromatic Colors of #FEE595
Black with #FEE595
Text Example
Text Example
White with #FEE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE595; }
p { color: rgb(254,229,149); }
H1.HeaderClassName
{
color: #FEE595;
}
.AnyTagClassName
{
color: #FEE595;
}
</style>
background-color css
<style>
a { background-color: #FEE595; }
a { background-color: rgb(254,229,149); }
div.DivClassName
{
background-color: #FEE595;
}
.BgClassName
{
background-color: #FEE595;
}
</style>
border-color css
<style>
span { border-color: #FEE595; }
span { border-color: rgb(254,229,149); }
td.TdClassName
{
border-color: #FEE595;
}
.TagClassName
{
border-color: #FEE595;
}
</style>