Shades of Sweet Corn #FEE571
Tints of Sweet Corn #FEE571
RGB
CMYK
RGB Variations
Color information
#FEE571 (or 0xFEE571) is known color: Sweet Corn. HEX triplet: FE, E5 and 71. RGB value is (254,229,113). Sum of RGB (Red+Green+Blue) = 254+229+113=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 113 (44.53% from 255 or 18.96% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE571 is #011A8E. Grayscale: #DFDFDF. Windows color (decimal): -72335 or 7464446. OLE color: 7464446.
HSL color Cylindrical-coordinate representation of color #FEE571: hue angle of 49.36º 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 #FEE571 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 113 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.00 |
| HSL | 49.36º | 0.99% | 0.72% | - |
| HSV(B) | 49.36º | 0.56% | 1% | - |
| XYZ | 71.87 | 78.3 | 26.95 | - |
| YUV | 223.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 113 | 0 | 0.10 | 0.56 | 0.00 | 49.36 | 0.99 | 0.72 |
| Hex | FE | E5 | 71 | 0 | A | 38 | 0 | 31 | 63 | 48 |
| Octal | 376 | 345 | 161 | 0 | 12 | 70 | 0 | 61 | 143 | 110 |
| Binary | 11111110 | 11100101 | 1110001 | 0 | 1010 | 111000 | 0 | 110001 | 1100011 | 1001000 |
Color Harmonies of #FEE571
Complementary color
Monochromatic Colors of #FEE571
Black with #FEE571
Text Example
Text Example
White with #FEE571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE571; }
p { color: rgb(254,229,113); }
H1.HeaderClassName
{
color: #FEE571;
}
.AnyTagClassName
{
color: #FEE571;
}
</style>
background-color css
<style>
a { background-color: #FEE571; }
a { background-color: rgb(254,229,113); }
div.DivClassName
{
background-color: #FEE571;
}
.BgClassName
{
background-color: #FEE571;
}
</style>
border-color css
<style>
span { border-color: #FEE571; }
span { border-color: rgb(254,229,113); }
td.TdClassName
{
border-color: #FEE571;
}
.TagClassName
{
border-color: #FEE571;
}
</style>