Shades of Sweet Corn #FEE882
Tints of Sweet Corn #FEE882
RGB
CMYK
RGB Variations
Color information
#FEE882 (or 0xFEE882) is known color: Sweet Corn. HEX triplet: FE, E8 and 82. RGB value is (254,232,130). Sum of RGB (Red+Green+Blue) = 254+232+130=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 130 (51.17% from 255 or 21.10% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE882 is #01177D. Grayscale: #E3E3E3. Windows color (decimal): -71550 or 8579326. OLE color: 8579326.
HSL color Cylindrical-coordinate representation of color #FEE882: hue angle of 49.35º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEE882 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 130 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.00 |
| HSL | 49.35º | 0.98% | 0.75% | - |
| HSV(B) | 49.35º | 0.49% | 1% | - |
| XYZ | 73.76 | 80.4 | 32.75 | - |
| YUV | 226.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 130 | 0 | 0.09 | 0.49 | 0.00 | 49.35 | 0.98 | 0.75 |
| Hex | FE | E8 | 82 | 0 | 9 | 31 | 0 | 31 | 62 | 4B |
| Octal | 376 | 350 | 202 | 0 | 11 | 61 | 0 | 61 | 142 | 113 |
| Binary | 11111110 | 11101000 | 10000010 | 0 | 1001 | 110001 | 0 | 110001 | 1100010 | 1001011 |
Color Harmonies of #FEE882
Complementary color
Monochromatic Colors of #FEE882
Black with #FEE882
Text Example
Text Example
White with #FEE882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE882; }
p { color: rgb(254,232,130); }
H1.HeaderClassName
{
color: #FEE882;
}
.AnyTagClassName
{
color: #FEE882;
}
</style>
background-color css
<style>
a { background-color: #FEE882; }
a { background-color: rgb(254,232,130); }
div.DivClassName
{
background-color: #FEE882;
}
.BgClassName
{
background-color: #FEE882;
}
</style>
border-color css
<style>
span { border-color: #FEE882; }
span { border-color: rgb(254,232,130); }
td.TdClassName
{
border-color: #FEE882;
}
.TagClassName
{
border-color: #FEE882;
}
</style>