Shades of Sweet Corn #FFE276
Tints of Sweet Corn #FFE276
RGB
CMYK
RGB Variations
Color information
#FFE276 (or 0xFFE276) is known color: Sweet Corn. HEX triplet: FF, E2 and 76. RGB value is (255,226,118). Sum of RGB (Red+Green+Blue) = 255+226+118=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 118 (46.48% from 255 or 19.70% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE276 is #001D89. Grayscale: #DEDEDE. Windows color (decimal): -7562 or 7791359. OLE color: 7791359.
HSL color Cylindrical-coordinate representation of color #FFE276: hue angle of 47.3º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFE276 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 118 | - |
| CMYK | 0 | 0.11 | 0.54 | 0 |
| HSL | 47.3º | 1% | 0.73% | - |
| HSV(B) | 47.3º | 0.54% | 1% | - |
| XYZ | 71.71 | 76.96 | 28.22 | - |
| YUV | 222.36 | 69.11 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 118 | 0 | 0.11 | 0.54 | 0 | 47.3 | 1 | 0.73 |
| Hex | FF | E2 | 76 | 0 | B | 36 | 0 | 2F | 64 | 49 |
| Octal | 377 | 342 | 166 | 0 | 13 | 66 | 0 | 57 | 144 | 111 |
| Binary | 11111111 | 11100010 | 1110110 | 0 | 1011 | 110110 | 0 | 101111 | 1100100 | 1001001 |
Color Harmonies of #FFE276
Complementary color
Monochromatic Colors of #FFE276
Black with #FFE276
Text Example
Text Example
White with #FFE276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE276; }
p { color: rgb(255,226,118); }
H1.HeaderClassName
{
color: #FFE276;
}
.AnyTagClassName
{
color: #FFE276;
}
</style>
background-color css
<style>
a { background-color: #FFE276; }
a { background-color: rgb(255,226,118); }
div.DivClassName
{
background-color: #FFE276;
}
.BgClassName
{
background-color: #FFE276;
}
</style>
border-color css
<style>
span { border-color: #FFE276; }
span { border-color: rgb(255,226,118); }
td.TdClassName
{
border-color: #FFE276;
}
.TagClassName
{
border-color: #FFE276;
}
</style>