Shades of Sweet Corn #FEE16E
Tints of Sweet Corn #FEE16E
RGB
CMYK
RGB Variations
Color information
#FEE16E (or 0xFEE16E) is known color: Sweet Corn. HEX triplet: FE, E1 and 6E. RGB value is (254,225,110). Sum of RGB (Red+Green+Blue) = 254+225+110=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 110 (43.36% from 255 or 18.68% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE16E is #011E91. Grayscale: #DDDDDD. Windows color (decimal): -73362 or 7266814. OLE color: 7266814.
HSL color Cylindrical-coordinate representation of color #FEE16E: hue angle of 47.92º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEE16E is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 110 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.00 |
| HSL | 47.92º | 0.99% | 0.71% | - |
| HSV(B) | 47.92º | 0.57% | 1% | - |
| XYZ | 70.61 | 76.05 | 25.71 | - |
| YUV | 220.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 110 | 0 | 0.11 | 0.57 | 0.00 | 47.92 | 0.99 | 0.71 |
| Hex | FE | E1 | 6E | 0 | B | 39 | 0 | 30 | 63 | 47 |
| Octal | 376 | 341 | 156 | 0 | 13 | 71 | 0 | 60 | 143 | 107 |
| Binary | 11111110 | 11100001 | 1101110 | 0 | 1011 | 111001 | 0 | 110000 | 1100011 | 1000111 |
Color Harmonies of #FEE16E
Complementary color
Monochromatic Colors of #FEE16E
Black with #FEE16E
Text Example
Text Example
White with #FEE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE16E; }
p { color: rgb(254,225,110); }
H1.HeaderClassName
{
color: #FEE16E;
}
.AnyTagClassName
{
color: #FEE16E;
}
</style>
background-color css
<style>
a { background-color: #FEE16E; }
a { background-color: rgb(254,225,110); }
div.DivClassName
{
background-color: #FEE16E;
}
.BgClassName
{
background-color: #FEE16E;
}
</style>
border-color css
<style>
span { border-color: #FEE16E; }
span { border-color: rgb(254,225,110); }
td.TdClassName
{
border-color: #FEE16E;
}
.TagClassName
{
border-color: #FEE16E;
}
</style>