Shades of Vis Vis #FEE38E
Tints of Vis Vis #FEE38E
RGB
CMYK
RGB Variations
Color information
#FEE38E (or 0xFEE38E) is known color: Vis Vis. HEX triplet: FE, E3 and 8E. RGB value is (254,227,142). Sum of RGB (Red+Green+Blue) = 254+227+142=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 142 (55.86% from 255 or 22.79% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE38E is #011C71. Grayscale: #E1E1E1. Windows color (decimal): -72818 or 9364478. OLE color: 9364478.
HSL color Cylindrical-coordinate representation of color #FEE38E: hue angle of 45.54º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEE38E is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 142 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.00 |
| HSL | 45.54º | 0.98% | 0.78% | - |
| HSV(B) | 45.54º | 0.44% | 1% | - |
| XYZ | 73.22 | 77.96 | 36.78 | - |
| YUV | 225.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 142 | 0 | 0.11 | 0.44 | 0.00 | 45.54 | 0.98 | 0.78 |
| Hex | FE | E3 | 8E | 0 | B | 2C | 0 | 2E | 62 | 4E |
| Octal | 376 | 343 | 216 | 0 | 13 | 54 | 0 | 56 | 142 | 116 |
| Binary | 11111110 | 11100011 | 10001110 | 0 | 1011 | 101100 | 0 | 101110 | 1100010 | 1001110 |
Color Harmonies of #FEE38E
Complementary color
Monochromatic Colors of #FEE38E
Black with #FEE38E
Text Example
Text Example
White with #FEE38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE38E; }
p { color: rgb(254,227,142); }
H1.HeaderClassName
{
color: #FEE38E;
}
.AnyTagClassName
{
color: #FEE38E;
}
</style>
background-color css
<style>
a { background-color: #FEE38E; }
a { background-color: rgb(254,227,142); }
div.DivClassName
{
background-color: #FEE38E;
}
.BgClassName
{
background-color: #FEE38E;
}
</style>
border-color css
<style>
span { border-color: #FEE38E; }
span { border-color: rgb(254,227,142); }
td.TdClassName
{
border-color: #FEE38E;
}
.TagClassName
{
border-color: #FEE38E;
}
</style>