Shades of Sweet Corn #FEE574
Tints of Sweet Corn #FEE574
RGB
CMYK
RGB Variations
Color information
#FEE574 (or 0xFEE574) is known color: Sweet Corn. HEX triplet: FE, E5 and 74. RGB value is (254,229,116). Sum of RGB (Red+Green+Blue) = 254+229+116=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 116 (45.70% from 255 or 19.37% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE574 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE574 is #011A8B. Grayscale: #E0E0E0. Windows color (decimal): -72332 or 7661054. OLE color: 7661054.
HSL color Cylindrical-coordinate representation of color #FEE574: hue angle of 49.13º 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 #FEE574 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 116 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.00 |
| HSL | 49.13º | 0.99% | 0.73% | - |
| HSV(B) | 49.13º | 0.54% | 1% | - |
| XYZ | 72.04 | 78.37 | 27.85 | - |
| YUV | 223.59 | 67.28 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 116 | 0 | 0.10 | 0.54 | 0.00 | 49.13 | 0.99 | 0.73 |
| Hex | FE | E5 | 74 | 0 | A | 36 | 0 | 31 | 63 | 49 |
| Octal | 376 | 345 | 164 | 0 | 12 | 66 | 0 | 61 | 143 | 111 |
| Binary | 11111110 | 11100101 | 1110100 | 0 | 1010 | 110110 | 0 | 110001 | 1100011 | 1001001 |
Color Harmonies of #FEE574
Complementary color
Monochromatic Colors of #FEE574
Black with #FEE574
Text Example
Text Example
White with #FEE574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE574; }
p { color: rgb(254,229,116); }
H1.HeaderClassName
{
color: #FEE574;
}
.AnyTagClassName
{
color: #FEE574;
}
</style>
background-color css
<style>
a { background-color: #FEE574; }
a { background-color: rgb(254,229,116); }
div.DivClassName
{
background-color: #FEE574;
}
.BgClassName
{
background-color: #FEE574;
}
</style>
border-color css
<style>
span { border-color: #FEE574; }
span { border-color: rgb(254,229,116); }
td.TdClassName
{
border-color: #FEE574;
}
.TagClassName
{
border-color: #FEE574;
}
</style>