Shades of Sweet Corn #FEE876
Tints of Sweet Corn #FEE876
RGB
CMYK
RGB Variations
Color information
#FEE876 (or 0xFEE876) is known color: Sweet Corn. HEX triplet: FE, E8 and 76. RGB value is (254,232,118). Sum of RGB (Red+Green+Blue) = 254+232+118=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 118 (46.48% from 255 or 19.54% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE876 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE876 is #011789. Grayscale: #E2E2E2. Windows color (decimal): -71562 or 7792894. OLE color: 7792894.
HSL color Cylindrical-coordinate representation of color #FEE876: hue angle of 50.29º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEE876 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 118 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.00 |
| HSL | 50.29º | 0.99% | 0.73% | - |
| HSV(B) | 50.29º | 0.54% | 1% | - |
| XYZ | 73 | 80.09 | 28.75 | - |
| YUV | 225.58 | 67.29 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 118 | 0 | 0.09 | 0.54 | 0.00 | 50.29 | 0.99 | 0.73 |
| Hex | FE | E8 | 76 | 0 | 9 | 36 | 0 | 32 | 63 | 49 |
| Octal | 376 | 350 | 166 | 0 | 11 | 66 | 0 | 62 | 143 | 111 |
| Binary | 11111110 | 11101000 | 1110110 | 0 | 1001 | 110110 | 0 | 110010 | 1100011 | 1001001 |
Color Harmonies of #FEE876
Complementary color
Monochromatic Colors of #FEE876
Black with #FEE876
Text Example
Text Example
White with #FEE876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE876; }
p { color: rgb(254,232,118); }
H1.HeaderClassName
{
color: #FEE876;
}
.AnyTagClassName
{
color: #FEE876;
}
</style>
background-color css
<style>
a { background-color: #FEE876; }
a { background-color: rgb(254,232,118); }
div.DivClassName
{
background-color: #FEE876;
}
.BgClassName
{
background-color: #FEE876;
}
</style>
border-color css
<style>
span { border-color: #FEE876; }
span { border-color: rgb(254,232,118); }
td.TdClassName
{
border-color: #FEE876;
}
.TagClassName
{
border-color: #FEE876;
}
</style>