Shades of Sweet Corn #FFE880
Tints of Sweet Corn #FFE880
RGB
CMYK
RGB Variations
Color information
#FFE880 (or 0xFFE880) is known color: Sweet Corn. HEX triplet: FF, E8 and 80. RGB value is (255,232,128). Sum of RGB (Red+Green+Blue) = 255+232+128=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 128 (50.39% from 255 or 20.81% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE880 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE880 is #00177F. Grayscale: #E3E3E3. Windows color (decimal): -6016 or 8448255. OLE color: 8448255.
HSL color Cylindrical-coordinate representation of color #FFE880: hue angle of 49.13º 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 #FFE880 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 128 | - |
| CMYK | 0 | 0.09 | 0.50 | 0 |
| HSL | 49.13º | 1% | 0.75% | - |
| HSV(B) | 49.13º | 0.5% | 1% | - |
| XYZ | 73.99 | 80.53 | 32.07 | - |
| YUV | 227.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 128 | 0 | 0.09 | 0.50 | 0 | 49.13 | 1 | 0.75 |
| Hex | FF | E8 | 80 | 0 | 9 | 32 | 0 | 31 | 64 | 4B |
| Octal | 377 | 350 | 200 | 0 | 11 | 62 | 0 | 61 | 144 | 113 |
| Binary | 11111111 | 11101000 | 10000000 | 0 | 1001 | 110010 | 0 | 110001 | 1100100 | 1001011 |
Color Harmonies of #FFE880
Complementary color
Monochromatic Colors of #FFE880
Black with #FFE880
Text Example
Text Example
White with #FFE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE880; }
p { color: rgb(255,232,128); }
H1.HeaderClassName
{
color: #FFE880;
}
.AnyTagClassName
{
color: #FFE880;
}
</style>
background-color css
<style>
a { background-color: #FFE880; }
a { background-color: rgb(255,232,128); }
div.DivClassName
{
background-color: #FFE880;
}
.BgClassName
{
background-color: #FFE880;
}
</style>
border-color css
<style>
span { border-color: #FFE880; }
span { border-color: rgb(255,232,128); }
td.TdClassName
{
border-color: #FFE880;
}
.TagClassName
{
border-color: #FFE880;
}
</style>