Shades of Vis Vis #FEE594
Tints of Vis Vis #FEE594
RGB
CMYK
RGB Variations
Color information
#FEE594 (or 0xFEE594) is known color: Vis Vis. HEX triplet: FE, E5 and 94. RGB value is (254,229,148). Sum of RGB (Red+Green+Blue) = 254+229+148=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 148 (58.20% from 255 or 23.45% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE594 is #011A6B. Grayscale: #E3E3E3. Windows color (decimal): -72300 or 9758206. OLE color: 9758206.
HSL color Cylindrical-coordinate representation of color #FEE594: hue angle of 45.85º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEE594 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 148 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.00 |
| HSL | 45.85º | 0.98% | 0.79% | - |
| HSV(B) | 45.85º | 0.42% | 1% | - |
| XYZ | 74.24 | 79.25 | 39.4 | - |
| YUV | 227.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 148 | 0 | 0.10 | 0.42 | 0.00 | 45.85 | 0.98 | 0.79 |
| Hex | FE | E5 | 94 | 0 | A | 2A | 0 | 2E | 62 | 4F |
| Octal | 376 | 345 | 224 | 0 | 12 | 52 | 0 | 56 | 142 | 117 |
| Binary | 11111110 | 11100101 | 10010100 | 0 | 1010 | 101010 | 0 | 101110 | 1100010 | 1001111 |
Color Harmonies of #FEE594
Complementary color
Monochromatic Colors of #FEE594
Black with #FEE594
Text Example
Text Example
White with #FEE594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE594; }
p { color: rgb(254,229,148); }
H1.HeaderClassName
{
color: #FEE594;
}
.AnyTagClassName
{
color: #FEE594;
}
</style>
background-color css
<style>
a { background-color: #FEE594; }
a { background-color: rgb(254,229,148); }
div.DivClassName
{
background-color: #FEE594;
}
.BgClassName
{
background-color: #FEE594;
}
</style>
border-color css
<style>
span { border-color: #FEE594; }
span { border-color: rgb(254,229,148); }
td.TdClassName
{
border-color: #FEE594;
}
.TagClassName
{
border-color: #FEE594;
}
</style>