Shades of Sweet Corn #FFE57E
Tints of Sweet Corn #FFE57E
RGB
CMYK
RGB Variations
Color information
#FFE57E (or 0xFFE57E) is known color: Sweet Corn. HEX triplet: FF, E5 and 7E. RGB value is (255,229,126). Sum of RGB (Red+Green+Blue) = 255+229+126=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 126 (49.61% from 255 or 20.66% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE57E is #001A81. Grayscale: #E1E1E1. Windows color (decimal): -6786 or 8316415. OLE color: 8316415.
HSL color Cylindrical-coordinate representation of color #FFE57E: hue angle of 47.91º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFE57E is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 126 | - |
| CMYK | 0 | 0.10 | 0.51 | 0 |
| HSL | 47.91º | 1% | 0.75% | - |
| HSV(B) | 47.91º | 0.51% | 1% | - |
| XYZ | 73.03 | 78.8 | 31.1 | - |
| YUV | 225.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 126 | 0 | 0.10 | 0.51 | 0 | 47.91 | 1 | 0.75 |
| Hex | FF | E5 | 7E | 0 | A | 33 | 0 | 30 | 64 | 4B |
| Octal | 377 | 345 | 176 | 0 | 12 | 63 | 0 | 60 | 144 | 113 |
| Binary | 11111111 | 11100101 | 1111110 | 0 | 1010 | 110011 | 0 | 110000 | 1100100 | 1001011 |
Color Harmonies of #FFE57E
Complementary color
Monochromatic Colors of #FFE57E
Black with #FFE57E
Text Example
Text Example
White with #FFE57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE57E; }
p { color: rgb(255,229,126); }
H1.HeaderClassName
{
color: #FFE57E;
}
.AnyTagClassName
{
color: #FFE57E;
}
</style>
background-color css
<style>
a { background-color: #FFE57E; }
a { background-color: rgb(255,229,126); }
div.DivClassName
{
background-color: #FFE57E;
}
.BgClassName
{
background-color: #FFE57E;
}
</style>
border-color css
<style>
span { border-color: #FFE57E; }
span { border-color: rgb(255,229,126); }
td.TdClassName
{
border-color: #FFE57E;
}
.TagClassName
{
border-color: #FFE57E;
}
</style>