Shades of Vis Vis #FFE78C
Tints of Vis Vis #FFE78C
RGB
CMYK
RGB Variations
Color information
#FFE78C (or 0xFFE78C) is known color: Vis Vis. HEX triplet: FF, E7 and 8C. RGB value is (255,231,140). Sum of RGB (Red+Green+Blue) = 255+231+140=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 140 (55.08% from 255 or 22.36% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE78C is #001873. Grayscale: #E4E4E4. Windows color (decimal): -6260 or 9234431. OLE color: 9234431.
HSL color Cylindrical-coordinate representation of color #FFE78C: hue angle of 47.48º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFE78C is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 140 | - |
| CMYK | 0 | 0.09 | 0.45 | 0 |
| HSL | 47.48º | 1% | 0.77% | - |
| HSV(B) | 47.48º | 0.45% | 1% | - |
| XYZ | 74.55 | 80.31 | 36.38 | - |
| YUV | 227.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 140 | 0 | 0.09 | 0.45 | 0 | 47.48 | 1 | 0.77 |
| Hex | FF | E7 | 8C | 0 | 9 | 2D | 0 | 2F | 64 | 4D |
| Octal | 377 | 347 | 214 | 0 | 11 | 55 | 0 | 57 | 144 | 115 |
| Binary | 11111111 | 11100111 | 10001100 | 0 | 1001 | 101101 | 0 | 101111 | 1100100 | 1001101 |
Color Harmonies of #FFE78C
Complementary color
Monochromatic Colors of #FFE78C
Black with #FFE78C
Text Example
Text Example
White with #FFE78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE78C; }
p { color: rgb(255,231,140); }
H1.HeaderClassName
{
color: #FFE78C;
}
.AnyTagClassName
{
color: #FFE78C;
}
</style>
background-color css
<style>
a { background-color: #FFE78C; }
a { background-color: rgb(255,231,140); }
div.DivClassName
{
background-color: #FFE78C;
}
.BgClassName
{
background-color: #FFE78C;
}
</style>
border-color css
<style>
span { border-color: #FFE78C; }
span { border-color: rgb(255,231,140); }
td.TdClassName
{
border-color: #FFE78C;
}
.TagClassName
{
border-color: #FFE78C;
}
</style>