Shades of Sweet Corn #FFE876
Tints of Sweet Corn #FFE876
RGB
CMYK
RGB Variations
Color information
#FFE876 (or 0xFFE876) is known color: Sweet Corn. HEX triplet: FF, E8 and 76. RGB value is (255,232,118). Sum of RGB (Red+Green+Blue) = 255+232+118=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 118 (46.48% from 255 or 19.50% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE876 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE876 is #001789. Grayscale: #E2E2E2. Windows color (decimal): -6026 or 7792895. OLE color: 7792895.
HSL color Cylindrical-coordinate representation of color #FFE876: hue angle of 49.93º 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 #FFE876 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 118 | - |
| CMYK | 0 | 0.09 | 0.54 | 0 |
| HSL | 49.93º | 1% | 0.73% | - |
| HSV(B) | 49.93º | 0.54% | 1% | - |
| XYZ | 73.37 | 80.28 | 28.77 | - |
| YUV | 225.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 118 | 0 | 0.09 | 0.54 | 0 | 49.93 | 1 | 0.73 |
| Hex | FF | E8 | 76 | 0 | 9 | 36 | 0 | 32 | 64 | 49 |
| Octal | 377 | 350 | 166 | 0 | 11 | 66 | 0 | 62 | 144 | 111 |
| Binary | 11111111 | 11101000 | 1110110 | 0 | 1001 | 110110 | 0 | 110010 | 1100100 | 1001001 |
Color Harmonies of #FFE876
Complementary color
Monochromatic Colors of #FFE876
Black with #FFE876
Text Example
Text Example
White with #FFE876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE876; }
p { color: rgb(255,232,118); }
H1.HeaderClassName
{
color: #FFE876;
}
.AnyTagClassName
{
color: #FFE876;
}
</style>
background-color css
<style>
a { background-color: #FFE876; }
a { background-color: rgb(255,232,118); }
div.DivClassName
{
background-color: #FFE876;
}
.BgClassName
{
background-color: #FFE876;
}
</style>
border-color css
<style>
span { border-color: #FFE876; }
span { border-color: rgb(255,232,118); }
td.TdClassName
{
border-color: #FFE876;
}
.TagClassName
{
border-color: #FFE876;
}
</style>