Shades of Sweet Corn #FEE474
Tints of Sweet Corn #FEE474
RGB
CMYK
RGB Variations
Color information
#FEE474 (or 0xFEE474) is known color: Sweet Corn. HEX triplet: FE, E4 and 74. RGB value is (254,228,116). Sum of RGB (Red+Green+Blue) = 254+228+116=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 116 (45.70% from 255 or 19.40% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE474 is #011B8B. Grayscale: #DFDFDF. Windows color (decimal): -72588 or 7660798. OLE color: 7660798.
HSL color Cylindrical-coordinate representation of color #FEE474: hue angle of 48.7º 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 #FEE474 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 116 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.00 |
| HSL | 48.7º | 0.99% | 0.73% | - |
| HSV(B) | 48.7º | 0.54% | 1% | - |
| XYZ | 71.77 | 77.82 | 27.76 | - |
| YUV | 223.01 | 67.61 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 116 | 0 | 0.10 | 0.54 | 0.00 | 48.7 | 0.99 | 0.73 |
| Hex | FE | E4 | 74 | 0 | A | 36 | 0 | 31 | 63 | 49 |
| Octal | 376 | 344 | 164 | 0 | 12 | 66 | 0 | 61 | 143 | 111 |
| Binary | 11111110 | 11100100 | 1110100 | 0 | 1010 | 110110 | 0 | 110001 | 1100011 | 1001001 |
Color Harmonies of #FEE474
Complementary color
Monochromatic Colors of #FEE474
Black with #FEE474
Text Example
Text Example
White with #FEE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE474; }
p { color: rgb(254,228,116); }
H1.HeaderClassName
{
color: #FEE474;
}
.AnyTagClassName
{
color: #FEE474;
}
</style>
background-color css
<style>
a { background-color: #FEE474; }
a { background-color: rgb(254,228,116); }
div.DivClassName
{
background-color: #FEE474;
}
.BgClassName
{
background-color: #FEE474;
}
</style>
border-color css
<style>
span { border-color: #FEE474; }
span { border-color: rgb(254,228,116); }
td.TdClassName
{
border-color: #FEE474;
}
.TagClassName
{
border-color: #FEE474;
}
</style>