Shades of Sweet Corn #FFE882
Tints of Sweet Corn #FFE882
RGB
CMYK
RGB Variations
Color information
#FFE882 (or 0xFFE882) is known color: Sweet Corn. HEX triplet: FF, E8 and 82. RGB value is (255,232,130). Sum of RGB (Red+Green+Blue) = 255+232+130=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 130 (51.17% from 255 or 21.07% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE882 is #00177D. Grayscale: #E3E3E3. Windows color (decimal): -6014 or 8579327. OLE color: 8579327.
HSL color Cylindrical-coordinate representation of color #FFE882: hue angle of 48.96º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFE882 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 130 | - |
| CMYK | 0 | 0.09 | 0.49 | 0 |
| HSL | 48.96º | 1% | 0.75% | - |
| HSV(B) | 48.96º | 0.49% | 1% | - |
| XYZ | 74.13 | 80.58 | 32.77 | - |
| YUV | 227.25 | 73.12 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 130 | 0 | 0.09 | 0.49 | 0 | 48.96 | 1 | 0.75 |
| Hex | FF | E8 | 82 | 0 | 9 | 31 | 0 | 31 | 64 | 4B |
| Octal | 377 | 350 | 202 | 0 | 11 | 61 | 0 | 61 | 144 | 113 |
| Binary | 11111111 | 11101000 | 10000010 | 0 | 1001 | 110001 | 0 | 110001 | 1100100 | 1001011 |
Color Harmonies of #FFE882
Complementary color
Monochromatic Colors of #FFE882
Black with #FFE882
Text Example
Text Example
White with #FFE882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE882; }
p { color: rgb(255,232,130); }
H1.HeaderClassName
{
color: #FFE882;
}
.AnyTagClassName
{
color: #FFE882;
}
</style>
background-color css
<style>
a { background-color: #FFE882; }
a { background-color: rgb(255,232,130); }
div.DivClassName
{
background-color: #FFE882;
}
.BgClassName
{
background-color: #FFE882;
}
</style>
border-color css
<style>
span { border-color: #FFE882; }
span { border-color: rgb(255,232,130); }
td.TdClassName
{
border-color: #FFE882;
}
.TagClassName
{
border-color: #FFE882;
}
</style>