Shades of Vis Vis #FFE28D
Tints of Vis Vis #FFE28D
RGB
CMYK
RGB Variations
Color information
#FFE28D (or 0xFFE28D) is known color: Vis Vis. HEX triplet: FF, E2 and 8D. RGB value is (255,226,141). Sum of RGB (Red+Green+Blue) = 255+226+141=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 141 (55.47% from 255 or 22.67% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE28D is #001D72. Grayscale: #E1E1E1. Windows color (decimal): -7539 or 9298687. OLE color: 9298687.
HSL color Cylindrical-coordinate representation of color #FFE28D: hue angle of 44.74º 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 #FFE28D is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 141 | - |
| CMYK | 0 | 0.11 | 0.45 | 0 |
| HSL | 44.74º | 1% | 0.78% | - |
| HSV(B) | 44.74º | 0.45% | 1% | - |
| XYZ | 73.24 | 77.58 | 36.31 | - |
| YUV | 224.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 141 | 0 | 0.11 | 0.45 | 0 | 44.74 | 1 | 0.78 |
| Hex | FF | E2 | 8D | 0 | B | 2D | 0 | 2D | 64 | 4E |
| Octal | 377 | 342 | 215 | 0 | 13 | 55 | 0 | 55 | 144 | 116 |
| Binary | 11111111 | 11100010 | 10001101 | 0 | 1011 | 101101 | 0 | 101101 | 1100100 | 1001110 |
Color Harmonies of #FFE28D
Complementary color
Monochromatic Colors of #FFE28D
Black with #FFE28D
Text Example
Text Example
White with #FFE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE28D; }
p { color: rgb(255,226,141); }
H1.HeaderClassName
{
color: #FFE28D;
}
.AnyTagClassName
{
color: #FFE28D;
}
</style>
background-color css
<style>
a { background-color: #FFE28D; }
a { background-color: rgb(255,226,141); }
div.DivClassName
{
background-color: #FFE28D;
}
.BgClassName
{
background-color: #FFE28D;
}
</style>
border-color css
<style>
span { border-color: #FFE28D; }
span { border-color: rgb(255,226,141); }
td.TdClassName
{
border-color: #FFE28D;
}
.TagClassName
{
border-color: #FFE28D;
}
</style>