Shades of Sweet Corn #FFE47C
Tints of Sweet Corn #FFE47C
RGB
CMYK
RGB Variations
Color information
#FFE47C (or 0xFFE47C) is known color: Sweet Corn. HEX triplet: FF, E4 and 7C. RGB value is (255,228,124). Sum of RGB (Red+Green+Blue) = 255+228+124=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 124 (48.83% from 255 or 20.43% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE47C is #001B83. Grayscale: #E0E0E0. Windows color (decimal): -7044 or 8185087. OLE color: 8185087.
HSL color Cylindrical-coordinate representation of color #FFE47C: hue angle of 47.63º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFE47C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 124 | - |
| CMYK | 0 | 0.11 | 0.51 | 0 |
| HSL | 47.63º | 1% | 0.74% | - |
| HSV(B) | 47.63º | 0.51% | 1% | - |
| XYZ | 72.62 | 78.2 | 30.34 | - |
| YUV | 224.22 | 71.45 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 124 | 0 | 0.11 | 0.51 | 0 | 47.63 | 1 | 0.74 |
| Hex | FF | E4 | 7C | 0 | B | 33 | 0 | 30 | 64 | 4A |
| Octal | 377 | 344 | 174 | 0 | 13 | 63 | 0 | 60 | 144 | 112 |
| Binary | 11111111 | 11100100 | 1111100 | 0 | 1011 | 110011 | 0 | 110000 | 1100100 | 1001010 |
Color Harmonies of #FFE47C
Complementary color
Monochromatic Colors of #FFE47C
Black with #FFE47C
Text Example
Text Example
White with #FFE47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE47C; }
p { color: rgb(255,228,124); }
H1.HeaderClassName
{
color: #FFE47C;
}
.AnyTagClassName
{
color: #FFE47C;
}
</style>
background-color css
<style>
a { background-color: #FFE47C; }
a { background-color: rgb(255,228,124); }
div.DivClassName
{
background-color: #FFE47C;
}
.BgClassName
{
background-color: #FFE47C;
}
</style>
border-color css
<style>
span { border-color: #FFE47C; }
span { border-color: rgb(255,228,124); }
td.TdClassName
{
border-color: #FFE47C;
}
.TagClassName
{
border-color: #FFE47C;
}
</style>