Shades of Vis Vis #FEE78A
Tints of Vis Vis #FEE78A
RGB
CMYK
RGB Variations
Color information
#FEE78A (or 0xFEE78A) is known color: Vis Vis. HEX triplet: FE, E7 and 8A. RGB value is (254,231,138). Sum of RGB (Red+Green+Blue) = 254+231+138=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 138 (54.30% from 255 or 22.15% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE78A is #011875. Grayscale: #E3E3E3. Windows color (decimal): -71798 or 9103358. OLE color: 9103358.
HSL color Cylindrical-coordinate representation of color #FEE78A: hue angle of 48.1º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEE78A is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 138 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.00 |
| HSL | 48.1º | 0.98% | 0.77% | - |
| HSV(B) | 48.1º | 0.46% | 1% | - |
| XYZ | 74.04 | 80.06 | 35.6 | - |
| YUV | 227.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 138 | 0 | 0.09 | 0.46 | 0.00 | 48.1 | 0.98 | 0.77 |
| Hex | FE | E7 | 8A | 0 | 9 | 2E | 0 | 30 | 62 | 4D |
| Octal | 376 | 347 | 212 | 0 | 11 | 56 | 0 | 60 | 142 | 115 |
| Binary | 11111110 | 11100111 | 10001010 | 0 | 1001 | 101110 | 0 | 110000 | 1100010 | 1001101 |
Color Harmonies of #FEE78A
Complementary color
Monochromatic Colors of #FEE78A
Black with #FEE78A
Text Example
Text Example
White with #FEE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE78A; }
p { color: rgb(254,231,138); }
H1.HeaderClassName
{
color: #FEE78A;
}
.AnyTagClassName
{
color: #FEE78A;
}
</style>
background-color css
<style>
a { background-color: #FEE78A; }
a { background-color: rgb(254,231,138); }
div.DivClassName
{
background-color: #FEE78A;
}
.BgClassName
{
background-color: #FEE78A;
}
</style>
border-color css
<style>
span { border-color: #FEE78A; }
span { border-color: rgb(254,231,138); }
td.TdClassName
{
border-color: #FEE78A;
}
.TagClassName
{
border-color: #FEE78A;
}
</style>