Shades of Sweet Corn #FEE376
Tints of Sweet Corn #FEE376
RGB
CMYK
RGB Variations
Color information
#FEE376 (or 0xFEE376) is known color: Sweet Corn. HEX triplet: FE, E3 and 76. RGB value is (254,227,118). Sum of RGB (Red+Green+Blue) = 254+227+118=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 118 (46.48% from 255 or 19.70% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE376 is #011C89. Grayscale: #DFDFDF. Windows color (decimal): -72842 or 7791614. OLE color: 7791614.
HSL color Cylindrical-coordinate representation of color #FEE376: hue angle of 48.09º 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 #FEE376 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 118 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.00 |
| HSL | 48.09º | 0.99% | 0.73% | - |
| HSV(B) | 48.09º | 0.54% | 1% | - |
| XYZ | 71.61 | 77.32 | 28.29 | - |
| YUV | 222.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 118 | 0 | 0.11 | 0.54 | 0.00 | 48.09 | 0.99 | 0.73 |
| Hex | FE | E3 | 76 | 0 | B | 36 | 0 | 30 | 63 | 49 |
| Octal | 376 | 343 | 166 | 0 | 13 | 66 | 0 | 60 | 143 | 111 |
| Binary | 11111110 | 11100011 | 1110110 | 0 | 1011 | 110110 | 0 | 110000 | 1100011 | 1001001 |
Color Harmonies of #FEE376
Complementary color
Monochromatic Colors of #FEE376
Black with #FEE376
Text Example
Text Example
White with #FEE376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE376; }
p { color: rgb(254,227,118); }
H1.HeaderClassName
{
color: #FEE376;
}
.AnyTagClassName
{
color: #FEE376;
}
</style>
background-color css
<style>
a { background-color: #FEE376; }
a { background-color: rgb(254,227,118); }
div.DivClassName
{
background-color: #FEE376;
}
.BgClassName
{
background-color: #FEE376;
}
</style>
border-color css
<style>
span { border-color: #FEE376; }
span { border-color: rgb(254,227,118); }
td.TdClassName
{
border-color: #FEE376;
}
.TagClassName
{
border-color: #FEE376;
}
</style>