Shades of Sweet Corn #FEE07C
Tints of Sweet Corn #FEE07C
RGB
CMYK
RGB Variations
Color information
#FEE07C (or 0xFEE07C) is known color: Sweet Corn. HEX triplet: FE, E0 and 7C. RGB value is (254,224,124). Sum of RGB (Red+Green+Blue) = 254+224+124=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 124 (48.83% from 255 or 20.60% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE07C is #011F83. Grayscale: #DEDEDE. Windows color (decimal): -73604 or 8184062. OLE color: 8184062.
HSL color Cylindrical-coordinate representation of color #FEE07C: hue angle of 46.15º 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 #FEE07C is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 124 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.00 |
| HSL | 46.15º | 0.98% | 0.74% | - |
| HSV(B) | 46.15º | 0.51% | 1% | - |
| XYZ | 71.17 | 75.84 | 29.96 | - |
| YUV | 221.57 | 72.94 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 124 | 0 | 0.12 | 0.51 | 0.00 | 46.15 | 0.98 | 0.74 |
| Hex | FE | E0 | 7C | 0 | C | 33 | 0 | 2E | 62 | 4A |
| Octal | 376 | 340 | 174 | 0 | 14 | 63 | 0 | 56 | 142 | 112 |
| Binary | 11111110 | 11100000 | 1111100 | 0 | 1100 | 110011 | 0 | 101110 | 1100010 | 1001010 |
Color Harmonies of #FEE07C
Complementary color
Monochromatic Colors of #FEE07C
Black with #FEE07C
Text Example
Text Example
White with #FEE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE07C; }
p { color: rgb(254,224,124); }
H1.HeaderClassName
{
color: #FEE07C;
}
.AnyTagClassName
{
color: #FEE07C;
}
</style>
background-color css
<style>
a { background-color: #FEE07C; }
a { background-color: rgb(254,224,124); }
div.DivClassName
{
background-color: #FEE07C;
}
.BgClassName
{
background-color: #FEE07C;
}
</style>
border-color css
<style>
span { border-color: #FEE07C; }
span { border-color: rgb(254,224,124); }
td.TdClassName
{
border-color: #FEE07C;
}
.TagClassName
{
border-color: #FEE07C;
}
</style>