Shades of Vis Vis #FFE28C
Tints of Vis Vis #FFE28C
RGB
CMYK
RGB Variations
Color information
#FFE28C (or 0xFFE28C) is known color: Vis Vis. HEX triplet: FF, E2 and 8C. RGB value is (255,226,140). Sum of RGB (Red+Green+Blue) = 255+226+140=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 140 (55.08% from 255 or 22.54% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE28C is #001D73. Grayscale: #E1E1E1. Windows color (decimal): -7540 or 9233151. OLE color: 9233151.
HSL color Cylindrical-coordinate representation of color #FFE28C: hue angle of 44.87º 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 #FFE28C is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 140 | - |
| CMYK | 0 | 0.11 | 0.45 | 0 |
| HSL | 44.87º | 1% | 0.77% | - |
| HSV(B) | 44.87º | 0.45% | 1% | - |
| XYZ | 73.17 | 77.55 | 35.92 | - |
| YUV | 224.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 140 | 0 | 0.11 | 0.45 | 0 | 44.87 | 1 | 0.77 |
| Hex | FF | E2 | 8C | 0 | B | 2D | 0 | 2D | 64 | 4D |
| Octal | 377 | 342 | 214 | 0 | 13 | 55 | 0 | 55 | 144 | 115 |
| Binary | 11111111 | 11100010 | 10001100 | 0 | 1011 | 101101 | 0 | 101101 | 1100100 | 1001101 |
Color Harmonies of #FFE28C
Complementary color
Monochromatic Colors of #FFE28C
Black with #FFE28C
Text Example
Text Example
White with #FFE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE28C; }
p { color: rgb(255,226,140); }
H1.HeaderClassName
{
color: #FFE28C;
}
.AnyTagClassName
{
color: #FFE28C;
}
</style>
background-color css
<style>
a { background-color: #FFE28C; }
a { background-color: rgb(255,226,140); }
div.DivClassName
{
background-color: #FFE28C;
}
.BgClassName
{
background-color: #FFE28C;
}
</style>
border-color css
<style>
span { border-color: #FFE28C; }
span { border-color: rgb(255,226,140); }
td.TdClassName
{
border-color: #FFE28C;
}
.TagClassName
{
border-color: #FFE28C;
}
</style>