Shades of Sweet Corn #FEE16C
Tints of Sweet Corn #FEE16C
RGB
CMYK
RGB Variations
Color information
#FEE16C (or 0xFEE16C) is known color: Sweet Corn. HEX triplet: FE, E1 and 6C. RGB value is (254,225,108). Sum of RGB (Red+Green+Blue) = 254+225+108=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 108 (42.58% from 255 or 18.40% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE16C is #011E93. Grayscale: #DCDCDC. Windows color (decimal): -73364 or 7135742. OLE color: 7135742.
HSL color Cylindrical-coordinate representation of color #FEE16C: hue angle of 48.08º 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 #FEE16C is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 108 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.00 |
| HSL | 48.08º | 0.99% | 0.71% | - |
| HSV(B) | 48.08º | 0.57% | 1% | - |
| XYZ | 70.51 | 76 | 25.14 | - |
| YUV | 220.33 | 64.61 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 108 | 0 | 0.11 | 0.57 | 0.00 | 48.08 | 0.99 | 0.71 |
| Hex | FE | E1 | 6C | 0 | B | 39 | 0 | 30 | 63 | 47 |
| Octal | 376 | 341 | 154 | 0 | 13 | 71 | 0 | 60 | 143 | 107 |
| Binary | 11111110 | 11100001 | 1101100 | 0 | 1011 | 111001 | 0 | 110000 | 1100011 | 1000111 |
Color Harmonies of #FEE16C
Complementary color
Monochromatic Colors of #FEE16C
Black with #FEE16C
Text Example
Text Example
White with #FEE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE16C; }
p { color: rgb(254,225,108); }
H1.HeaderClassName
{
color: #FEE16C;
}
.AnyTagClassName
{
color: #FEE16C;
}
</style>
background-color css
<style>
a { background-color: #FEE16C; }
a { background-color: rgb(254,225,108); }
div.DivClassName
{
background-color: #FEE16C;
}
.BgClassName
{
background-color: #FEE16C;
}
</style>
border-color css
<style>
span { border-color: #FEE16C; }
span { border-color: rgb(254,225,108); }
td.TdClassName
{
border-color: #FEE16C;
}
.TagClassName
{
border-color: #FEE16C;
}
</style>