Shades of Sweet Corn #FFE471
Tints of Sweet Corn #FFE471
RGB
CMYK
RGB Variations
Color information
#FFE471 (or 0xFFE471) is known color: Sweet Corn. HEX triplet: FF, E4 and 71. RGB value is (255,228,113). Sum of RGB (Red+Green+Blue) = 255+228+113=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 113 (44.53% from 255 or 18.96% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE471 is #001B8E. Grayscale: #DFDFDF. Windows color (decimal): -7055 or 7464191. OLE color: 7464191.
HSL color Cylindrical-coordinate representation of color #FFE471: hue angle of 48.59º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFE471 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 113 | - |
| CMYK | 0 | 0.11 | 0.56 | 0 |
| HSL | 48.59º | 1% | 0.72% | - |
| HSV(B) | 48.59º | 0.56% | 1% | - |
| XYZ | 71.96 | 77.94 | 26.87 | - |
| YUV | 222.96 | 65.95 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 113 | 0 | 0.11 | 0.56 | 0 | 48.59 | 1 | 0.72 |
| Hex | FF | E4 | 71 | 0 | B | 38 | 0 | 31 | 64 | 48 |
| Octal | 377 | 344 | 161 | 0 | 13 | 70 | 0 | 61 | 144 | 110 |
| Binary | 11111111 | 11100100 | 1110001 | 0 | 1011 | 111000 | 0 | 110001 | 1100100 | 1001000 |
Color Harmonies of #FFE471
Complementary color
Monochromatic Colors of #FFE471
Black with #FFE471
Text Example
Text Example
White with #FFE471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE471; }
p { color: rgb(255,228,113); }
H1.HeaderClassName
{
color: #FFE471;
}
.AnyTagClassName
{
color: #FFE471;
}
</style>
background-color css
<style>
a { background-color: #FFE471; }
a { background-color: rgb(255,228,113); }
div.DivClassName
{
background-color: #FFE471;
}
.BgClassName
{
background-color: #FFE471;
}
</style>
border-color css
<style>
span { border-color: #FFE471; }
span { border-color: rgb(255,228,113); }
td.TdClassName
{
border-color: #FFE471;
}
.TagClassName
{
border-color: #FFE471;
}
</style>