Shades of Sweet Corn #FFE57D
Tints of Sweet Corn #FFE57D
RGB
CMYK
RGB Variations
Color information
#FFE57D (or 0xFFE57D) is known color: Sweet Corn. HEX triplet: FF, E5 and 7D. RGB value is (255,229,125). Sum of RGB (Red+Green+Blue) = 255+229+125=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 125 (49.22% from 255 or 20.53% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE57D is #001A82. Grayscale: #E1E1E1. Windows color (decimal): -6787 or 8250879. OLE color: 8250879.
HSL color Cylindrical-coordinate representation of color #FFE57D: hue angle of 48º 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 #FFE57D is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 125 | - |
| CMYK | 0 | 0.10 | 0.51 | 0 |
| HSL | 48º | 1% | 0.75% | - |
| HSV(B) | 48º | 0.51% | 1% | - |
| XYZ | 72.96 | 78.78 | 30.76 | - |
| YUV | 224.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 125 | 0 | 0.10 | 0.51 | 0 | 48 | 1 | 0.75 |
| Hex | FF | E5 | 7D | 0 | A | 33 | 0 | 30 | 64 | 4B |
| Octal | 377 | 345 | 175 | 0 | 12 | 63 | 0 | 60 | 144 | 113 |
| Binary | 11111111 | 11100101 | 1111101 | 0 | 1010 | 110011 | 0 | 110000 | 1100100 | 1001011 |
Color Harmonies of #FFE57D
Complementary color
Monochromatic Colors of #FFE57D
Black with #FFE57D
Text Example
Text Example
White with #FFE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE57D; }
p { color: rgb(255,229,125); }
H1.HeaderClassName
{
color: #FFE57D;
}
.AnyTagClassName
{
color: #FFE57D;
}
</style>
background-color css
<style>
a { background-color: #FFE57D; }
a { background-color: rgb(255,229,125); }
div.DivClassName
{
background-color: #FFE57D;
}
.BgClassName
{
background-color: #FFE57D;
}
</style>
border-color css
<style>
span { border-color: #FFE57D; }
span { border-color: rgb(255,229,125); }
td.TdClassName
{
border-color: #FFE57D;
}
.TagClassName
{
border-color: #FFE57D;
}
</style>