Shades of Sweet Corn #FFE980
Tints of Sweet Corn #FFE980
RGB
CMYK
RGB Variations
Color information
#FFE980 (or 0xFFE980) is known color: Sweet Corn. HEX triplet: FF, E9 and 80. RGB value is (255,233,128). Sum of RGB (Red+Green+Blue) = 255+233+128=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 128 (50.39% from 255 or 20.78% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE980 is #00167F. Grayscale: #E4E4E4. Windows color (decimal): -5760 or 8448511. OLE color: 8448511.
HSL color Cylindrical-coordinate representation of color #FFE980: hue angle of 49.61º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFE980 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 128 | - |
| CMYK | 0 | 0.09 | 0.50 | 0 |
| HSL | 49.61º | 1% | 0.75% | - |
| HSV(B) | 49.61º | 0.5% | 1% | - |
| XYZ | 74.28 | 81.1 | 32.16 | - |
| YUV | 227.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 128 | 0 | 0.09 | 0.50 | 0 | 49.61 | 1 | 0.75 |
| Hex | FF | E9 | 80 | 0 | 9 | 32 | 0 | 32 | 64 | 4B |
| Octal | 377 | 351 | 200 | 0 | 11 | 62 | 0 | 62 | 144 | 113 |
| Binary | 11111111 | 11101001 | 10000000 | 0 | 1001 | 110010 | 0 | 110010 | 1100100 | 1001011 |
Color Harmonies of #FFE980
Complementary color
Monochromatic Colors of #FFE980
Black with #FFE980
Text Example
Text Example
White with #FFE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE980; }
p { color: rgb(255,233,128); }
H1.HeaderClassName
{
color: #FFE980;
}
.AnyTagClassName
{
color: #FFE980;
}
</style>
background-color css
<style>
a { background-color: #FFE980; }
a { background-color: rgb(255,233,128); }
div.DivClassName
{
background-color: #FFE980;
}
.BgClassName
{
background-color: #FFE980;
}
</style>
border-color css
<style>
span { border-color: #FFE980; }
span { border-color: rgb(255,233,128); }
td.TdClassName
{
border-color: #FFE980;
}
.TagClassName
{
border-color: #FFE980;
}
</style>