Shades of Sweet Corn #FEE871
Tints of Sweet Corn #FEE871
RGB
CMYK
RGB Variations
Color information
#FEE871 (or 0xFEE871) is known color: Sweet Corn. HEX triplet: FE, E8 and 71. RGB value is (254,232,113). Sum of RGB (Red+Green+Blue) = 254+232+113=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 232 (91.02% from 255 or 38.73% from 599); Blue value is 113 (44.53% from 255 or 18.86% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE871 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE871 is #01178E. Grayscale: #E1E1E1. Windows color (decimal): -71567 or 7465214. OLE color: 7465214.
HSL color Cylindrical-coordinate representation of color #FEE871: hue angle of 50.64º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEE871 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 113 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.00 |
| HSL | 50.64º | 0.99% | 0.72% | - |
| HSV(B) | 50.64º | 0.56% | 1% | - |
| XYZ | 72.71 | 79.98 | 27.23 | - |
| YUV | 225.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 113 | 0 | 0.09 | 0.56 | 0.00 | 50.64 | 0.99 | 0.72 |
| Hex | FE | E8 | 71 | 0 | 9 | 38 | 0 | 33 | 63 | 48 |
| Octal | 376 | 350 | 161 | 0 | 11 | 70 | 0 | 63 | 143 | 110 |
| Binary | 11111110 | 11101000 | 1110001 | 0 | 1001 | 111000 | 0 | 110011 | 1100011 | 1001000 |
Color Harmonies of #FEE871
Complementary color
Monochromatic Colors of #FEE871
Black with #FEE871
Text Example
Text Example
White with #FEE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE871; }
p { color: rgb(254,232,113); }
H1.HeaderClassName
{
color: #FEE871;
}
.AnyTagClassName
{
color: #FEE871;
}
</style>
background-color css
<style>
a { background-color: #FEE871; }
a { background-color: rgb(254,232,113); }
div.DivClassName
{
background-color: #FEE871;
}
.BgClassName
{
background-color: #FEE871;
}
</style>
border-color css
<style>
span { border-color: #FEE871; }
span { border-color: rgb(254,232,113); }
td.TdClassName
{
border-color: #FEE871;
}
.TagClassName
{
border-color: #FEE871;
}
</style>