Shades of Sweet Corn #FEE97C
Tints of Sweet Corn #FEE97C
RGB
CMYK
RGB Variations
Color information
#FEE97C (or 0xFEE97C) is known color: Sweet Corn. HEX triplet: FE, E9 and 7C. RGB value is (254,233,124). Sum of RGB (Red+Green+Blue) = 254+233+124=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 124 (48.83% from 255 or 20.29% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE97C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE97C is #011683. Grayscale: #E3E3E3. Windows color (decimal): -71300 or 8186366. OLE color: 8186366.
HSL color Cylindrical-coordinate representation of color #FEE97C: hue angle of 50.31º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FEE97C is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 124 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.00 |
| HSL | 50.31º | 0.98% | 0.74% | - |
| HSV(B) | 50.31º | 0.51% | 1% | - |
| XYZ | 73.65 | 80.8 | 30.78 | - |
| YUV | 226.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 124 | 0 | 0.08 | 0.51 | 0.00 | 50.31 | 0.98 | 0.74 |
| Hex | FE | E9 | 7C | 0 | 8 | 33 | 0 | 32 | 62 | 4A |
| Octal | 376 | 351 | 174 | 0 | 10 | 63 | 0 | 62 | 142 | 112 |
| Binary | 11111110 | 11101001 | 1111100 | 0 | 1000 | 110011 | 0 | 110010 | 1100010 | 1001010 |
Color Harmonies of #FEE97C
Complementary color
Monochromatic Colors of #FEE97C
Black with #FEE97C
Text Example
Text Example
White with #FEE97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE97C; }
p { color: rgb(254,233,124); }
H1.HeaderClassName
{
color: #FEE97C;
}
.AnyTagClassName
{
color: #FEE97C;
}
</style>
background-color css
<style>
a { background-color: #FEE97C; }
a { background-color: rgb(254,233,124); }
div.DivClassName
{
background-color: #FEE97C;
}
.BgClassName
{
background-color: #FEE97C;
}
</style>
border-color css
<style>
span { border-color: #FEE97C; }
span { border-color: rgb(254,233,124); }
td.TdClassName
{
border-color: #FEE97C;
}
.TagClassName
{
border-color: #FEE97C;
}
</style>