Shades of Vis Vis #FEE794
Tints of Vis Vis #FEE794
RGB
CMYK
RGB Variations
Color information
#FEE794 (or 0xFEE794) is known color: Vis Vis. HEX triplet: FE, E7 and 94. RGB value is (254,231,148). Sum of RGB (Red+Green+Blue) = 254+231+148=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 148 (58.20% from 255 or 23.38% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE794 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE794 is #01186B. Grayscale: #E4E4E4. Windows color (decimal): -71788 or 9758718. OLE color: 9758718.
HSL color Cylindrical-coordinate representation of color #FEE794: hue angle of 46.98º 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 #FEE794 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 148 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.00 |
| HSL | 46.98º | 0.98% | 0.79% | - |
| HSV(B) | 46.98º | 0.42% | 1% | - |
| XYZ | 74.79 | 80.36 | 39.59 | - |
| YUV | 228.42 | 82.62 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 148 | 0 | 0.09 | 0.42 | 0.00 | 46.98 | 0.98 | 0.79 |
| Hex | FE | E7 | 94 | 0 | 9 | 2A | 0 | 2F | 62 | 4F |
| Octal | 376 | 347 | 224 | 0 | 11 | 52 | 0 | 57 | 142 | 117 |
| Binary | 11111110 | 11100111 | 10010100 | 0 | 1001 | 101010 | 0 | 101111 | 1100010 | 1001111 |
Color Harmonies of #FEE794
Complementary color
Monochromatic Colors of #FEE794
Black with #FEE794
Text Example
Text Example
White with #FEE794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE794; }
p { color: rgb(254,231,148); }
H1.HeaderClassName
{
color: #FEE794;
}
.AnyTagClassName
{
color: #FEE794;
}
</style>
background-color css
<style>
a { background-color: #FEE794; }
a { background-color: rgb(254,231,148); }
div.DivClassName
{
background-color: #FEE794;
}
.BgClassName
{
background-color: #FEE794;
}
</style>
border-color css
<style>
span { border-color: #FEE794; }
span { border-color: rgb(254,231,148); }
td.TdClassName
{
border-color: #FEE794;
}
.TagClassName
{
border-color: #FEE794;
}
</style>