Shades of Sweet Corn #FEE576
Tints of Sweet Corn #FEE576
RGB
CMYK
RGB Variations
Color information
#FEE576 (or 0xFEE576) is known color: Sweet Corn. HEX triplet: FE, E5 and 76. RGB value is (254,229,118). Sum of RGB (Red+Green+Blue) = 254+229+118=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 118 (46.48% from 255 or 19.63% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE576 is #011A89. Grayscale: #E0E0E0. Windows color (decimal): -72330 or 7792126. OLE color: 7792126.
HSL color Cylindrical-coordinate representation of color #FEE576: hue angle of 48.97º 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 #FEE576 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 118 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.00 |
| HSL | 48.97º | 0.99% | 0.73% | - |
| HSV(B) | 48.97º | 0.54% | 1% | - |
| XYZ | 72.16 | 78.42 | 28.47 | - |
| YUV | 223.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 118 | 0 | 0.10 | 0.54 | 0.00 | 48.97 | 0.99 | 0.73 |
| Hex | FE | E5 | 76 | 0 | A | 36 | 0 | 31 | 63 | 49 |
| Octal | 376 | 345 | 166 | 0 | 12 | 66 | 0 | 61 | 143 | 111 |
| Binary | 11111110 | 11100101 | 1110110 | 0 | 1010 | 110110 | 0 | 110001 | 1100011 | 1001001 |
Color Harmonies of #FEE576
Complementary color
Monochromatic Colors of #FEE576
Black with #FEE576
Text Example
Text Example
White with #FEE576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE576; }
p { color: rgb(254,229,118); }
H1.HeaderClassName
{
color: #FEE576;
}
.AnyTagClassName
{
color: #FEE576;
}
</style>
background-color css
<style>
a { background-color: #FEE576; }
a { background-color: rgb(254,229,118); }
div.DivClassName
{
background-color: #FEE576;
}
.BgClassName
{
background-color: #FEE576;
}
</style>
border-color css
<style>
span { border-color: #FEE576; }
span { border-color: rgb(254,229,118); }
td.TdClassName
{
border-color: #FEE576;
}
.TagClassName
{
border-color: #FEE576;
}
</style>