Shades of Sweet Corn #FFE976
Tints of Sweet Corn #FFE976
RGB
CMYK
RGB Variations
Color information
#FFE976 (or 0xFFE976) is known color: Sweet Corn. HEX triplet: FF, E9 and 76. RGB value is (255,233,118). Sum of RGB (Red+Green+Blue) = 255+233+118=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 118 (46.48% from 255 or 19.47% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE976 is #001689. Grayscale: #E2E2E2. Windows color (decimal): -5770 or 7793151. OLE color: 7793151.
HSL color Cylindrical-coordinate representation of color #FFE976: hue angle of 50.36º 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 #FFE976 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 118 | - |
| CMYK | 0 | 0.09 | 0.54 | 0 |
| HSL | 50.36º | 1% | 0.73% | - |
| HSV(B) | 50.36º | 0.54% | 1% | - |
| XYZ | 73.65 | 80.85 | 28.86 | - |
| YUV | 226.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 118 | 0 | 0.09 | 0.54 | 0 | 50.36 | 1 | 0.73 |
| Hex | FF | E9 | 76 | 0 | 9 | 36 | 0 | 32 | 64 | 49 |
| Octal | 377 | 351 | 166 | 0 | 11 | 66 | 0 | 62 | 144 | 111 |
| Binary | 11111111 | 11101001 | 1110110 | 0 | 1001 | 110110 | 0 | 110010 | 1100100 | 1001001 |
Color Harmonies of #FFE976
Complementary color
Monochromatic Colors of #FFE976
Black with #FFE976
Text Example
Text Example
White with #FFE976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE976; }
p { color: rgb(255,233,118); }
H1.HeaderClassName
{
color: #FFE976;
}
.AnyTagClassName
{
color: #FFE976;
}
</style>
background-color css
<style>
a { background-color: #FFE976; }
a { background-color: rgb(255,233,118); }
div.DivClassName
{
background-color: #FFE976;
}
.BgClassName
{
background-color: #FFE976;
}
</style>
border-color css
<style>
span { border-color: #FFE976; }
span { border-color: rgb(255,233,118); }
td.TdClassName
{
border-color: #FFE976;
}
.TagClassName
{
border-color: #FFE976;
}
</style>