Shades of Vis Vis #FFE98D
Tints of Vis Vis #FFE98D
RGB
CMYK
RGB Variations
Color information
#FFE98D (or 0xFFE98D) is known color: Vis Vis. HEX triplet: FF, E9 and 8D. RGB value is (255,233,141). Sum of RGB (Red+Green+Blue) = 255+233+141=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 141 (55.47% from 255 or 22.42% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE98D is #001672. Grayscale: #E5E5E5. Windows color (decimal): -5747 or 9300479. OLE color: 9300479.
HSL color Cylindrical-coordinate representation of color #FFE98D: hue angle of 48.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFE98D is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 141 | - |
| CMYK | 0 | 0.09 | 0.45 | 0 |
| HSL | 48.42º | 1% | 0.78% | - |
| HSV(B) | 48.42º | 0.45% | 1% | - |
| XYZ | 75.19 | 81.46 | 36.96 | - |
| YUV | 229.09 | 78.29 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 141 | 0 | 0.09 | 0.45 | 0 | 48.42 | 1 | 0.78 |
| Hex | FF | E9 | 8D | 0 | 9 | 2D | 0 | 30 | 64 | 4E |
| Octal | 377 | 351 | 215 | 0 | 11 | 55 | 0 | 60 | 144 | 116 |
| Binary | 11111111 | 11101001 | 10001101 | 0 | 1001 | 101101 | 0 | 110000 | 1100100 | 1001110 |
Color Harmonies of #FFE98D
Complementary color
Monochromatic Colors of #FFE98D
Black with #FFE98D
Text Example
Text Example
White with #FFE98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE98D; }
p { color: rgb(255,233,141); }
H1.HeaderClassName
{
color: #FFE98D;
}
.AnyTagClassName
{
color: #FFE98D;
}
</style>
background-color css
<style>
a { background-color: #FFE98D; }
a { background-color: rgb(255,233,141); }
div.DivClassName
{
background-color: #FFE98D;
}
.BgClassName
{
background-color: #FFE98D;
}
</style>
border-color css
<style>
span { border-color: #FFE98D; }
span { border-color: rgb(255,233,141); }
td.TdClassName
{
border-color: #FFE98D;
}
.TagClassName
{
border-color: #FFE98D;
}
</style>