Shades of Sweet Corn #FFE076
Tints of Sweet Corn #FFE076
RGB
CMYK
RGB Variations
Color information
#FFE076 (or 0xFFE076) is known color: Sweet Corn. HEX triplet: FF, E0 and 76. RGB value is (255,224,118). Sum of RGB (Red+Green+Blue) = 255+224+118=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 118 (46.48% from 255 or 19.77% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE076 is #001F89. Grayscale: #DDDDDD. Windows color (decimal): -8074 or 7790847. OLE color: 7790847.
HSL color Cylindrical-coordinate representation of color #FFE076: hue angle of 46.42º 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 #FFE076 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 118 | - |
| CMYK | 0 | 0.12 | 0.54 | 0 |
| HSL | 46.42º | 1% | 0.73% | - |
| HSV(B) | 46.42º | 0.54% | 1% | - |
| XYZ | 71.17 | 75.88 | 28.03 | - |
| YUV | 221.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 118 | 0 | 0.12 | 0.54 | 0 | 46.42 | 1 | 0.73 |
| Hex | FF | E0 | 76 | 0 | C | 36 | 0 | 2E | 64 | 49 |
| Octal | 377 | 340 | 166 | 0 | 14 | 66 | 0 | 56 | 144 | 111 |
| Binary | 11111111 | 11100000 | 1110110 | 0 | 1100 | 110110 | 0 | 101110 | 1100100 | 1001001 |
Color Harmonies of #FFE076
Complementary color
Monochromatic Colors of #FFE076
Black with #FFE076
Text Example
Text Example
White with #FFE076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE076; }
p { color: rgb(255,224,118); }
H1.HeaderClassName
{
color: #FFE076;
}
.AnyTagClassName
{
color: #FFE076;
}
</style>
background-color css
<style>
a { background-color: #FFE076; }
a { background-color: rgb(255,224,118); }
div.DivClassName
{
background-color: #FFE076;
}
.BgClassName
{
background-color: #FFE076;
}
</style>
border-color css
<style>
span { border-color: #FFE076; }
span { border-color: rgb(255,224,118); }
td.TdClassName
{
border-color: #FFE076;
}
.TagClassName
{
border-color: #FFE076;
}
</style>