Shades of Sweet Corn #FFE576
Tints of Sweet Corn #FFE576
RGB
CMYK
RGB Variations
Color information
#FFE576 (or 0xFFE576) is known color: Sweet Corn. HEX triplet: FF, E5 and 76. RGB value is (255,229,118). Sum of RGB (Red+Green+Blue) = 255+229+118=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 118 (46.48% from 255 or 19.60% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE576 is #001A89. Grayscale: #E0E0E0. Windows color (decimal): -6794 or 7792127. OLE color: 7792127.
HSL color Cylindrical-coordinate representation of color #FFE576: hue angle of 48.61º 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 #FFE576 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 118 | - |
| CMYK | 0 | 0.10 | 0.54 | 0 |
| HSL | 48.61º | 1% | 0.73% | - |
| HSV(B) | 48.61º | 0.54% | 1% | - |
| XYZ | 72.53 | 78.61 | 28.49 | - |
| YUV | 224.12 | 68.11 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 118 | 0 | 0.10 | 0.54 | 0 | 48.61 | 1 | 0.73 |
| Hex | FF | E5 | 76 | 0 | A | 36 | 0 | 31 | 64 | 49 |
| Octal | 377 | 345 | 166 | 0 | 12 | 66 | 0 | 61 | 144 | 111 |
| Binary | 11111111 | 11100101 | 1110110 | 0 | 1010 | 110110 | 0 | 110001 | 1100100 | 1001001 |
Color Harmonies of #FFE576
Complementary color
Monochromatic Colors of #FFE576
Black with #FFE576
Text Example
Text Example
White with #FFE576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE576; }
p { color: rgb(255,229,118); }
H1.HeaderClassName
{
color: #FFE576;
}
.AnyTagClassName
{
color: #FFE576;
}
</style>
background-color css
<style>
a { background-color: #FFE576; }
a { background-color: rgb(255,229,118); }
div.DivClassName
{
background-color: #FFE576;
}
.BgClassName
{
background-color: #FFE576;
}
</style>
border-color css
<style>
span { border-color: #FFE576; }
span { border-color: rgb(255,229,118); }
td.TdClassName
{
border-color: #FFE576;
}
.TagClassName
{
border-color: #FFE576;
}
</style>