Shades of Vis Vis #FFE292
Tints of Vis Vis #FFE292
RGB
CMYK
RGB Variations
Color information
#FFE292 (or 0xFFE292) is known color: Vis Vis. HEX triplet: FF, E2 and 92. RGB value is (255,226,146). Sum of RGB (Red+Green+Blue) = 255+226+146=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 146 (57.42% from 255 or 23.29% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE292 is #001D6D. Grayscale: #E1E1E1. Windows color (decimal): -7534 or 9626367. OLE color: 9626367.
HSL color Cylindrical-coordinate representation of color #FFE292: hue angle of 44.04º 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 #FFE292 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 146 | - |
| CMYK | 0 | 0.11 | 0.43 | 0 |
| HSL | 44.04º | 1% | 0.79% | - |
| HSV(B) | 44.04º | 0.43% | 1% | - |
| XYZ | 73.62 | 77.73 | 38.32 | - |
| YUV | 225.55 | 83.11 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 146 | 0 | 0.11 | 0.43 | 0 | 44.04 | 1 | 0.79 |
| Hex | FF | E2 | 92 | 0 | B | 2B | 0 | 2C | 64 | 4F |
| Octal | 377 | 342 | 222 | 0 | 13 | 53 | 0 | 54 | 144 | 117 |
| Binary | 11111111 | 11100010 | 10010010 | 0 | 1011 | 101011 | 0 | 101100 | 1100100 | 1001111 |
Color Harmonies of #FFE292
Complementary color
Monochromatic Colors of #FFE292
Black with #FFE292
Text Example
Text Example
White with #FFE292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE292; }
p { color: rgb(255,226,146); }
H1.HeaderClassName
{
color: #FFE292;
}
.AnyTagClassName
{
color: #FFE292;
}
</style>
background-color css
<style>
a { background-color: #FFE292; }
a { background-color: rgb(255,226,146); }
div.DivClassName
{
background-color: #FFE292;
}
.BgClassName
{
background-color: #FFE292;
}
</style>
border-color css
<style>
span { border-color: #FFE292; }
span { border-color: rgb(255,226,146); }
td.TdClassName
{
border-color: #FFE292;
}
.TagClassName
{
border-color: #FFE292;
}
</style>