Shades of Vis Vis #FFE28A
Tints of Vis Vis #FFE28A
RGB
CMYK
RGB Variations
Color information
#FFE28A (or 0xFFE28A) is known color: Vis Vis. HEX triplet: FF, E2 and 8A. RGB value is (255,226,138). Sum of RGB (Red+Green+Blue) = 255+226+138=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE28A is #001D75. Grayscale: #E1E1E1. Windows color (decimal): -7542 or 9102079. OLE color: 9102079.
HSL color Cylindrical-coordinate representation of color #FFE28A: hue angle of 45.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFE28A is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 138 | - |
| CMYK | 0 | 0.11 | 0.46 | 0 |
| HSL | 45.13º | 1% | 0.77% | - |
| HSV(B) | 45.13º | 0.46% | 1% | - |
| XYZ | 73.02 | 77.49 | 35.15 | - |
| YUV | 224.64 | 79.11 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 138 | 0 | 0.11 | 0.46 | 0 | 45.13 | 1 | 0.77 |
| Hex | FF | E2 | 8A | 0 | B | 2E | 0 | 2D | 64 | 4D |
| Octal | 377 | 342 | 212 | 0 | 13 | 56 | 0 | 55 | 144 | 115 |
| Binary | 11111111 | 11100010 | 10001010 | 0 | 1011 | 101110 | 0 | 101101 | 1100100 | 1001101 |
Color Harmonies of #FFE28A
Complementary color
Monochromatic Colors of #FFE28A
Black with #FFE28A
Text Example
Text Example
White with #FFE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE28A; }
p { color: rgb(255,226,138); }
H1.HeaderClassName
{
color: #FFE28A;
}
.AnyTagClassName
{
color: #FFE28A;
}
</style>
background-color css
<style>
a { background-color: #FFE28A; }
a { background-color: rgb(255,226,138); }
div.DivClassName
{
background-color: #FFE28A;
}
.BgClassName
{
background-color: #FFE28A;
}
</style>
border-color css
<style>
span { border-color: #FFE28A; }
span { border-color: rgb(255,226,138); }
td.TdClassName
{
border-color: #FFE28A;
}
.TagClassName
{
border-color: #FFE28A;
}
</style>