Shades of Sweet Corn #FEE884
Tints of Sweet Corn #FEE884
RGB
CMYK
RGB Variations
Color information
#FEE884 (or 0xFEE884) is known color: Sweet Corn. HEX triplet: FE, E8 and 84. RGB value is (254,232,132). Sum of RGB (Red+Green+Blue) = 254+232+132=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 132 (51.95% from 255 or 21.36% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE884 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE884 is #01177B. Grayscale: #E3E3E3. Windows color (decimal): -71548 or 8710398. OLE color: 8710398.
HSL color Cylindrical-coordinate representation of color #FEE884: hue angle of 49.18º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEE884 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 132 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.00 |
| HSL | 49.18º | 0.98% | 0.76% | - |
| HSV(B) | 49.18º | 0.48% | 1% | - |
| XYZ | 73.89 | 80.45 | 33.46 | - |
| YUV | 227.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 132 | 0 | 0.09 | 0.48 | 0.00 | 49.18 | 0.98 | 0.76 |
| Hex | FE | E8 | 84 | 0 | 9 | 30 | 0 | 31 | 62 | 4C |
| Octal | 376 | 350 | 204 | 0 | 11 | 60 | 0 | 61 | 142 | 114 |
| Binary | 11111110 | 11101000 | 10000100 | 0 | 1001 | 110000 | 0 | 110001 | 1100010 | 1001100 |
Color Harmonies of #FEE884
Complementary color
Monochromatic Colors of #FEE884
Black with #FEE884
Text Example
Text Example
White with #FEE884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE884; }
p { color: rgb(254,232,132); }
H1.HeaderClassName
{
color: #FEE884;
}
.AnyTagClassName
{
color: #FEE884;
}
</style>
background-color css
<style>
a { background-color: #FEE884; }
a { background-color: rgb(254,232,132); }
div.DivClassName
{
background-color: #FEE884;
}
.BgClassName
{
background-color: #FEE884;
}
</style>
border-color css
<style>
span { border-color: #FEE884; }
span { border-color: rgb(254,232,132); }
td.TdClassName
{
border-color: #FEE884;
}
.TagClassName
{
border-color: #FEE884;
}
</style>