Shades of Sweet Corn #FEE874
Tints of Sweet Corn #FEE874
RGB
CMYK
RGB Variations
Color information
#FEE874 (or 0xFEE874) is known color: Sweet Corn. HEX triplet: FE, E8 and 74. RGB value is (254,232,116). Sum of RGB (Red+Green+Blue) = 254+232+116=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 116 (45.70% from 255 or 19.27% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE874 is #01178B. Grayscale: #E1E1E1. Windows color (decimal): -71564 or 7661822. OLE color: 7661822.
HSL color Cylindrical-coordinate representation of color #FEE874: hue angle of 50.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEE874 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 116 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.00 |
| HSL | 50.43º | 0.99% | 0.73% | - |
| HSV(B) | 50.43º | 0.54% | 1% | - |
| XYZ | 72.88 | 80.05 | 28.13 | - |
| YUV | 225.35 | 66.29 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 116 | 0 | 0.09 | 0.54 | 0.00 | 50.43 | 0.99 | 0.73 |
| Hex | FE | E8 | 74 | 0 | 9 | 36 | 0 | 32 | 63 | 49 |
| Octal | 376 | 350 | 164 | 0 | 11 | 66 | 0 | 62 | 143 | 111 |
| Binary | 11111110 | 11101000 | 1110100 | 0 | 1001 | 110110 | 0 | 110010 | 1100011 | 1001001 |
Color Harmonies of #FEE874
Complementary color
Monochromatic Colors of #FEE874
Black with #FEE874
Text Example
Text Example
White with #FEE874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE874; }
p { color: rgb(254,232,116); }
H1.HeaderClassName
{
color: #FEE874;
}
.AnyTagClassName
{
color: #FEE874;
}
</style>
background-color css
<style>
a { background-color: #FEE874; }
a { background-color: rgb(254,232,116); }
div.DivClassName
{
background-color: #FEE874;
}
.BgClassName
{
background-color: #FEE874;
}
</style>
border-color css
<style>
span { border-color: #FEE874; }
span { border-color: rgb(254,232,116); }
td.TdClassName
{
border-color: #FEE874;
}
.TagClassName
{
border-color: #FEE874;
}
</style>