Shades of Sweet Corn #FEE074
Tints of Sweet Corn #FEE074
RGB
CMYK
RGB Variations
Color information
#FEE074 (or 0xFEE074) is known color: Sweet Corn. HEX triplet: FE, E0 and 74. RGB value is (254,224,116). Sum of RGB (Red+Green+Blue) = 254+224+116=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE074 is #011F8B. Grayscale: #DDDDDD. Windows color (decimal): -73612 or 7659774. OLE color: 7659774.
HSL color Cylindrical-coordinate representation of color #FEE074: hue angle of 46.96º 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 #FEE074 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 116 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.00 |
| HSL | 46.96º | 0.99% | 0.73% | - |
| HSV(B) | 46.96º | 0.54% | 1% | - |
| XYZ | 70.68 | 75.64 | 27.4 | - |
| YUV | 220.66 | 68.94 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 116 | 0 | 0.12 | 0.54 | 0.00 | 46.96 | 0.99 | 0.73 |
| Hex | FE | E0 | 74 | 0 | C | 36 | 0 | 2F | 63 | 49 |
| Octal | 376 | 340 | 164 | 0 | 14 | 66 | 0 | 57 | 143 | 111 |
| Binary | 11111110 | 11100000 | 1110100 | 0 | 1100 | 110110 | 0 | 101111 | 1100011 | 1001001 |
Color Harmonies of #FEE074
Complementary color
Monochromatic Colors of #FEE074
Black with #FEE074
Text Example
Text Example
White with #FEE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE074; }
p { color: rgb(254,224,116); }
H1.HeaderClassName
{
color: #FEE074;
}
.AnyTagClassName
{
color: #FEE074;
}
</style>
background-color css
<style>
a { background-color: #FEE074; }
a { background-color: rgb(254,224,116); }
div.DivClassName
{
background-color: #FEE074;
}
.BgClassName
{
background-color: #FEE074;
}
</style>
border-color css
<style>
span { border-color: #FEE074; }
span { border-color: rgb(254,224,116); }
td.TdClassName
{
border-color: #FEE074;
}
.TagClassName
{
border-color: #FEE074;
}
</style>