Shades of Vis Vis #FFE492
Tints of Vis Vis #FFE492
RGB
CMYK
RGB Variations
Color information
#FFE492 (or 0xFFE492) is known color: Vis Vis. HEX triplet: FF, E4 and 92. RGB value is (255,228,146). Sum of RGB (Red+Green+Blue) = 255+228+146=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 146 (57.42% from 255 or 23.21% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE492 is #001B6D. Grayscale: #E3E3E3. Windows color (decimal): -7022 or 9626879. OLE color: 9626879.
HSL color Cylindrical-coordinate representation of color #FFE492: hue angle of 45.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FFE492 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 146 | - |
| CMYK | 0 | 0.11 | 0.43 | 0 |
| HSL | 45.14º | 1% | 0.79% | - |
| HSV(B) | 45.14º | 0.43% | 1% | - |
| XYZ | 74.17 | 78.82 | 38.5 | - |
| YUV | 226.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 146 | 0 | 0.11 | 0.43 | 0 | 45.14 | 1 | 0.79 |
| Hex | FF | E4 | 92 | 0 | B | 2B | 0 | 2D | 64 | 4F |
| Octal | 377 | 344 | 222 | 0 | 13 | 53 | 0 | 55 | 144 | 117 |
| Binary | 11111111 | 11100100 | 10010010 | 0 | 1011 | 101011 | 0 | 101101 | 1100100 | 1001111 |
Color Harmonies of #FFE492
Complementary color
Monochromatic Colors of #FFE492
Black with #FFE492
Text Example
Text Example
White with #FFE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE492; }
p { color: rgb(255,228,146); }
H1.HeaderClassName
{
color: #FFE492;
}
.AnyTagClassName
{
color: #FFE492;
}
</style>
background-color css
<style>
a { background-color: #FFE492; }
a { background-color: rgb(255,228,146); }
div.DivClassName
{
background-color: #FFE492;
}
.BgClassName
{
background-color: #FFE492;
}
</style>
border-color css
<style>
span { border-color: #FFE492; }
span { border-color: rgb(255,228,146); }
td.TdClassName
{
border-color: #FFE492;
}
.TagClassName
{
border-color: #FFE492;
}
</style>