Shades of Sweet Corn #FEE976
Tints of Sweet Corn #FEE976
RGB
CMYK
RGB Variations
Color information
#FEE976 (or 0xFEE976) is known color: Sweet Corn. HEX triplet: FE, E9 and 76. RGB value is (254,233,118). Sum of RGB (Red+Green+Blue) = 254+233+118=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 118 (46.48% from 255 or 19.50% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE976 is #011689. Grayscale: #E2E2E2. Windows color (decimal): -71306 or 7793150. OLE color: 7793150.
HSL color Cylindrical-coordinate representation of color #FEE976: hue angle of 50.74º 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 #FEE976 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 118 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.00 |
| HSL | 50.74º | 0.99% | 0.73% | - |
| HSV(B) | 50.74º | 0.54% | 1% | - |
| XYZ | 73.28 | 80.66 | 28.85 | - |
| YUV | 226.17 | 66.96 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 118 | 0 | 0.08 | 0.54 | 0.00 | 50.74 | 0.99 | 0.73 |
| Hex | FE | E9 | 76 | 0 | 8 | 36 | 0 | 33 | 63 | 49 |
| Octal | 376 | 351 | 166 | 0 | 10 | 66 | 0 | 63 | 143 | 111 |
| Binary | 11111110 | 11101001 | 1110110 | 0 | 1000 | 110110 | 0 | 110011 | 1100011 | 1001001 |
Color Harmonies of #FEE976
Complementary color
Monochromatic Colors of #FEE976
Black with #FEE976
Text Example
Text Example
White with #FEE976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE976; }
p { color: rgb(254,233,118); }
H1.HeaderClassName
{
color: #FEE976;
}
.AnyTagClassName
{
color: #FEE976;
}
</style>
background-color css
<style>
a { background-color: #FEE976; }
a { background-color: rgb(254,233,118); }
div.DivClassName
{
background-color: #FEE976;
}
.BgClassName
{
background-color: #FEE976;
}
</style>
border-color css
<style>
span { border-color: #FEE976; }
span { border-color: rgb(254,233,118); }
td.TdClassName
{
border-color: #FEE976;
}
.TagClassName
{
border-color: #FEE976;
}
</style>