Shades of Vis Vis #FEE28B
Tints of Vis Vis #FEE28B
RGB
CMYK
RGB Variations
Color information
#FEE28B (or 0xFEE28B) is known color: Vis Vis. HEX triplet: FE, E2 and 8B. RGB value is (254,226,139). Sum of RGB (Red+Green+Blue) = 254+226+139=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 139 (54.69% from 255 or 22.46% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE28B is #011D74. Grayscale: #E0E0E0. Windows color (decimal): -73077 or 9167614. OLE color: 9167614.
HSL color Cylindrical-coordinate representation of color #FEE28B: hue angle of 45.39º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEE28B is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 139 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.00 |
| HSL | 45.39º | 0.98% | 0.77% | - |
| HSV(B) | 45.39º | 0.45% | 1% | - |
| XYZ | 72.73 | 77.33 | 35.52 | - |
| YUV | 224.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 139 | 0 | 0.11 | 0.45 | 0.00 | 45.39 | 0.98 | 0.77 |
| Hex | FE | E2 | 8B | 0 | B | 2D | 0 | 2D | 62 | 4D |
| Octal | 376 | 342 | 213 | 0 | 13 | 55 | 0 | 55 | 142 | 115 |
| Binary | 11111110 | 11100010 | 10001011 | 0 | 1011 | 101101 | 0 | 101101 | 1100010 | 1001101 |
Color Harmonies of #FEE28B
Complementary color
Monochromatic Colors of #FEE28B
Black with #FEE28B
Text Example
Text Example
White with #FEE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE28B; }
p { color: rgb(254,226,139); }
H1.HeaderClassName
{
color: #FEE28B;
}
.AnyTagClassName
{
color: #FEE28B;
}
</style>
background-color css
<style>
a { background-color: #FEE28B; }
a { background-color: rgb(254,226,139); }
div.DivClassName
{
background-color: #FEE28B;
}
.BgClassName
{
background-color: #FEE28B;
}
</style>
border-color css
<style>
span { border-color: #FEE28B; }
span { border-color: rgb(254,226,139); }
td.TdClassName
{
border-color: #FEE28B;
}
.TagClassName
{
border-color: #FEE28B;
}
</style>