Shades of Sweet Corn #FFE56E
Tints of Sweet Corn #FFE56E
RGB
CMYK
RGB Variations
Color information
#FFE56E (or 0xFFE56E) is known color: Sweet Corn. HEX triplet: FF, E5 and 6E. RGB value is (255,229,110). Sum of RGB (Red+Green+Blue) = 255+229+110=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 229 (89.84% from 255 or 38.55% from 594); Blue value is 110 (43.36% from 255 or 18.52% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE56E is #001A91. Grayscale: #DFDFDF. Windows color (decimal): -6802 or 7267839. OLE color: 7267839.
HSL color Cylindrical-coordinate representation of color #FFE56E: hue angle of 49.24º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FFE56E is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 110 | - |
| CMYK | 0 | 0.10 | 0.57 | 0 |
| HSL | 49.24º | 1% | 0.72% | - |
| HSV(B) | 49.24º | 0.57% | 1% | - |
| XYZ | 72.07 | 78.42 | 26.09 | - |
| YUV | 223.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 110 | 0 | 0.10 | 0.57 | 0 | 49.24 | 1 | 0.72 |
| Hex | FF | E5 | 6E | 0 | A | 39 | 0 | 31 | 64 | 48 |
| Octal | 377 | 345 | 156 | 0 | 12 | 71 | 0 | 61 | 144 | 110 |
| Binary | 11111111 | 11100101 | 1101110 | 0 | 1010 | 111001 | 0 | 110001 | 1100100 | 1001000 |
Color Harmonies of #FFE56E
Complementary color
Monochromatic Colors of #FFE56E
Black with #FFE56E
Text Example
Text Example
White with #FFE56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE56E; }
p { color: rgb(255,229,110); }
H1.HeaderClassName
{
color: #FFE56E;
}
.AnyTagClassName
{
color: #FFE56E;
}
</style>
background-color css
<style>
a { background-color: #FFE56E; }
a { background-color: rgb(255,229,110); }
div.DivClassName
{
background-color: #FFE56E;
}
.BgClassName
{
background-color: #FFE56E;
}
</style>
border-color css
<style>
span { border-color: #FFE56E; }
span { border-color: rgb(255,229,110); }
td.TdClassName
{
border-color: #FFE56E;
}
.TagClassName
{
border-color: #FFE56E;
}
</style>