Shades of Sweet Corn #FFE57A
Tints of Sweet Corn #FFE57A
RGB
CMYK
RGB Variations
Color information
#FFE57A (or 0xFFE57A) is known color: Sweet Corn. HEX triplet: FF, E5 and 7A. RGB value is (255,229,122). Sum of RGB (Red+Green+Blue) = 255+229+122=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 122 (48.05% from 255 or 20.13% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE57A is #001A85. Grayscale: #E1E1E1. Windows color (decimal): -6790 or 8054271. OLE color: 8054271.
HSL color Cylindrical-coordinate representation of color #FFE57A: hue angle of 48.27º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFE57A is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 122 | - |
| CMYK | 0 | 0.10 | 0.52 | 0 |
| HSL | 48.27º | 1% | 0.74% | - |
| HSV(B) | 48.27º | 0.52% | 1% | - |
| XYZ | 72.77 | 78.7 | 29.77 | - |
| YUV | 224.58 | 70.11 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 122 | 0 | 0.10 | 0.52 | 0 | 48.27 | 1 | 0.74 |
| Hex | FF | E5 | 7A | 0 | A | 34 | 0 | 30 | 64 | 4A |
| Octal | 377 | 345 | 172 | 0 | 12 | 64 | 0 | 60 | 144 | 112 |
| Binary | 11111111 | 11100101 | 1111010 | 0 | 1010 | 110100 | 0 | 110000 | 1100100 | 1001010 |
Color Harmonies of #FFE57A
Complementary color
Monochromatic Colors of #FFE57A
Black with #FFE57A
Text Example
Text Example
White with #FFE57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE57A; }
p { color: rgb(255,229,122); }
H1.HeaderClassName
{
color: #FFE57A;
}
.AnyTagClassName
{
color: #FFE57A;
}
</style>
background-color css
<style>
a { background-color: #FFE57A; }
a { background-color: rgb(255,229,122); }
div.DivClassName
{
background-color: #FFE57A;
}
.BgClassName
{
background-color: #FFE57A;
}
</style>
border-color css
<style>
span { border-color: #FFE57A; }
span { border-color: rgb(255,229,122); }
td.TdClassName
{
border-color: #FFE57A;
}
.TagClassName
{
border-color: #FFE57A;
}
</style>