Shades of Sweet Corn #FEE475
Tints of Sweet Corn #FEE475
RGB
CMYK
RGB Variations
Color information
#FEE475 (or 0xFEE475) is known color: Sweet Corn. HEX triplet: FE, E4 and 75. RGB value is (254,228,117). Sum of RGB (Red+Green+Blue) = 254+228+117=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 117 (46.09% from 255 or 19.53% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE475 is #011B8A. Grayscale: #DFDFDF. Windows color (decimal): -72587 or 7726334. OLE color: 7726334.
HSL color Cylindrical-coordinate representation of color #FEE475: hue angle of 48.61º 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 #FEE475 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 117 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.00 |
| HSL | 48.61º | 0.99% | 0.73% | - |
| HSV(B) | 48.61º | 0.54% | 1% | - |
| XYZ | 71.83 | 77.84 | 28.07 | - |
| YUV | 223.12 | 68.11 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 117 | 0 | 0.10 | 0.54 | 0.00 | 48.61 | 0.99 | 0.73 |
| Hex | FE | E4 | 75 | 0 | A | 36 | 0 | 31 | 63 | 49 |
| Octal | 376 | 344 | 165 | 0 | 12 | 66 | 0 | 61 | 143 | 111 |
| Binary | 11111110 | 11100100 | 1110101 | 0 | 1010 | 110110 | 0 | 110001 | 1100011 | 1001001 |
Color Harmonies of #FEE475
Complementary color
Monochromatic Colors of #FEE475
Black with #FEE475
Text Example
Text Example
White with #FEE475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE475; }
p { color: rgb(254,228,117); }
H1.HeaderClassName
{
color: #FEE475;
}
.AnyTagClassName
{
color: #FEE475;
}
</style>
background-color css
<style>
a { background-color: #FEE475; }
a { background-color: rgb(254,228,117); }
div.DivClassName
{
background-color: #FEE475;
}
.BgClassName
{
background-color: #FEE475;
}
</style>
border-color css
<style>
span { border-color: #FEE475; }
span { border-color: rgb(254,228,117); }
td.TdClassName
{
border-color: #FEE475;
}
.TagClassName
{
border-color: #FEE475;
}
</style>