Shades of Vis Vis #FEE08C
Tints of Vis Vis #FEE08C
RGB
CMYK
RGB Variations
Color information
#FEE08C (or 0xFEE08C) is known color: Vis Vis. HEX triplet: FE, E0 and 8C. RGB value is (254,224,140). Sum of RGB (Red+Green+Blue) = 254+224+140=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 140 (55.08% from 255 or 22.65% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE08C is #011F73. Grayscale: #DFDFDF. Windows color (decimal): -73588 or 9232638. OLE color: 9232638.
HSL color Cylindrical-coordinate representation of color #FEE08C: hue angle of 44.21º 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 #FEE08C is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 140 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.00 |
| HSL | 44.21º | 0.98% | 0.77% | - |
| HSV(B) | 44.21º | 0.45% | 1% | - |
| XYZ | 72.26 | 76.28 | 35.72 | - |
| YUV | 223.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 140 | 0 | 0.12 | 0.45 | 0.00 | 44.21 | 0.98 | 0.77 |
| Hex | FE | E0 | 8C | 0 | C | 2D | 0 | 2C | 62 | 4D |
| Octal | 376 | 340 | 214 | 0 | 14 | 55 | 0 | 54 | 142 | 115 |
| Binary | 11111110 | 11100000 | 10001100 | 0 | 1100 | 101101 | 0 | 101100 | 1100010 | 1001101 |
Color Harmonies of #FEE08C
Complementary color
Monochromatic Colors of #FEE08C
Black with #FEE08C
Text Example
Text Example
White with #FEE08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE08C; }
p { color: rgb(254,224,140); }
H1.HeaderClassName
{
color: #FEE08C;
}
.AnyTagClassName
{
color: #FEE08C;
}
</style>
background-color css
<style>
a { background-color: #FEE08C; }
a { background-color: rgb(254,224,140); }
div.DivClassName
{
background-color: #FEE08C;
}
.BgClassName
{
background-color: #FEE08C;
}
</style>
border-color css
<style>
span { border-color: #FEE08C; }
span { border-color: rgb(254,224,140); }
td.TdClassName
{
border-color: #FEE08C;
}
.TagClassName
{
border-color: #FEE08C;
}
</style>