Shades of Vis Vis #FEE08D
Tints of Vis Vis #FEE08D
RGB
CMYK
RGB Variations
Color information
#FEE08D (or 0xFEE08D) is known color: Vis Vis. HEX triplet: FE, E0 and 8D. RGB value is (254,224,141). Sum of RGB (Red+Green+Blue) = 254+224+141=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 141 (55.47% from 255 or 22.78% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE08D is #011F72. Grayscale: #DFDFDF. Windows color (decimal): -73587 or 9298174. OLE color: 9298174.
HSL color Cylindrical-coordinate representation of color #FEE08D: hue angle of 44.07º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEE08D is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 141 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.00 |
| HSL | 44.07º | 0.98% | 0.77% | - |
| HSV(B) | 44.07º | 0.44% | 1% | - |
| XYZ | 72.34 | 76.31 | 36.12 | - |
| YUV | 223.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 141 | 0 | 0.12 | 0.44 | 0.00 | 44.07 | 0.98 | 0.77 |
| Hex | FE | E0 | 8D | 0 | C | 2C | 0 | 2C | 62 | 4D |
| Octal | 376 | 340 | 215 | 0 | 14 | 54 | 0 | 54 | 142 | 115 |
| Binary | 11111110 | 11100000 | 10001101 | 0 | 1100 | 101100 | 0 | 101100 | 1100010 | 1001101 |
Color Harmonies of #FEE08D
Complementary color
Monochromatic Colors of #FEE08D
Black with #FEE08D
Text Example
Text Example
White with #FEE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE08D; }
p { color: rgb(254,224,141); }
H1.HeaderClassName
{
color: #FEE08D;
}
.AnyTagClassName
{
color: #FEE08D;
}
</style>
background-color css
<style>
a { background-color: #FEE08D; }
a { background-color: rgb(254,224,141); }
div.DivClassName
{
background-color: #FEE08D;
}
.BgClassName
{
background-color: #FEE08D;
}
</style>
border-color css
<style>
span { border-color: #FEE08D; }
span { border-color: rgb(254,224,141); }
td.TdClassName
{
border-color: #FEE08D;
}
.TagClassName
{
border-color: #FEE08D;
}
</style>