Shades of Sweet Corn #FFE176
Tints of Sweet Corn #FFE176
RGB
CMYK
RGB Variations
Color information
#FFE176 (or 0xFFE176) is known color: Sweet Corn. HEX triplet: FF, E1 and 76. RGB value is (255,225,118). Sum of RGB (Red+Green+Blue) = 255+225+118=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 118 (46.48% from 255 or 19.73% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE176 is #001E89. Grayscale: #DEDEDE. Windows color (decimal): -7818 or 7791103. OLE color: 7791103.
HSL color Cylindrical-coordinate representation of color #FFE176: hue angle of 46.86º 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 #FFE176 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 118 | - |
| CMYK | 0 | 0.12 | 0.54 | 0 |
| HSL | 46.86º | 1% | 0.73% | - |
| HSV(B) | 46.86º | 0.54% | 1% | - |
| XYZ | 71.44 | 76.42 | 28.12 | - |
| YUV | 221.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 118 | 0 | 0.12 | 0.54 | 0 | 46.86 | 1 | 0.73 |
| Hex | FF | E1 | 76 | 0 | C | 36 | 0 | 2F | 64 | 49 |
| Octal | 377 | 341 | 166 | 0 | 14 | 66 | 0 | 57 | 144 | 111 |
| Binary | 11111111 | 11100001 | 1110110 | 0 | 1100 | 110110 | 0 | 101111 | 1100100 | 1001001 |
Color Harmonies of #FFE176
Complementary color
Monochromatic Colors of #FFE176
Black with #FFE176
Text Example
Text Example
White with #FFE176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE176; }
p { color: rgb(255,225,118); }
H1.HeaderClassName
{
color: #FFE176;
}
.AnyTagClassName
{
color: #FFE176;
}
</style>
background-color css
<style>
a { background-color: #FFE176; }
a { background-color: rgb(255,225,118); }
div.DivClassName
{
background-color: #FFE176;
}
.BgClassName
{
background-color: #FFE176;
}
</style>
border-color css
<style>
span { border-color: #FFE176; }
span { border-color: rgb(255,225,118); }
td.TdClassName
{
border-color: #FFE176;
}
.TagClassName
{
border-color: #FFE176;
}
</style>