Shades of Sweet Corn #FEE470
Tints of Sweet Corn #FEE470
RGB
CMYK
RGB Variations
Color information
#FEE470 (or 0xFEE470) is known color: Sweet Corn. HEX triplet: FE, E4 and 70. RGB value is (254,228,112). Sum of RGB (Red+Green+Blue) = 254+228+112=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 112 (44.14% from 255 or 18.86% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE470 is #011B8F. Grayscale: #DFDFDF. Windows color (decimal): -72592 or 7398654. OLE color: 7398654.
HSL color Cylindrical-coordinate representation of color #FEE470: hue angle of 49.01º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEE470 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 112 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.00 |
| HSL | 49.01º | 0.99% | 0.72% | - |
| HSV(B) | 49.01º | 0.56% | 1% | - |
| XYZ | 71.54 | 77.73 | 26.56 | - |
| YUV | 222.55 | 65.61 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 112 | 0 | 0.10 | 0.56 | 0.00 | 49.01 | 0.99 | 0.72 |
| Hex | FE | E4 | 70 | 0 | A | 38 | 0 | 31 | 63 | 48 |
| Octal | 376 | 344 | 160 | 0 | 12 | 70 | 0 | 61 | 143 | 110 |
| Binary | 11111110 | 11100100 | 1110000 | 0 | 1010 | 111000 | 0 | 110001 | 1100011 | 1001000 |
Color Harmonies of #FEE470
Complementary color
Monochromatic Colors of #FEE470
Black with #FEE470
Text Example
Text Example
White with #FEE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE470; }
p { color: rgb(254,228,112); }
H1.HeaderClassName
{
color: #FEE470;
}
.AnyTagClassName
{
color: #FEE470;
}
</style>
background-color css
<style>
a { background-color: #FEE470; }
a { background-color: rgb(254,228,112); }
div.DivClassName
{
background-color: #FEE470;
}
.BgClassName
{
background-color: #FEE470;
}
</style>
border-color css
<style>
span { border-color: #FEE470; }
span { border-color: rgb(254,228,112); }
td.TdClassName
{
border-color: #FEE470;
}
.TagClassName
{
border-color: #FEE470;
}
</style>