Shades of Sweet Corn #FFEA7C
Tints of Sweet Corn #FFEA7C
RGB
CMYK
RGB Variations
Color information
#FFEA7C (or 0xFFEA7C) is known color: Sweet Corn. HEX triplet: FF, EA and 7C. RGB value is (255,234,124). Sum of RGB (Red+Green+Blue) = 255+234+124=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 124 (48.83% from 255 or 20.23% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA7C is #001583. Grayscale: #E4E4E4. Windows color (decimal): -5508 or 8186623. OLE color: 8186623.
HSL color Cylindrical-coordinate representation of color #FFEA7C: hue angle of 50.38º 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 #FFEA7C is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 124 | - |
| CMYK | 0 | 0.08 | 0.51 | 0 |
| HSL | 50.38º | 1% | 0.74% | - |
| HSV(B) | 50.38º | 0.51% | 1% | - |
| XYZ | 74.3 | 81.56 | 30.9 | - |
| YUV | 227.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 124 | 0 | 0.08 | 0.51 | 0 | 50.38 | 1 | 0.74 |
| Hex | FF | EA | 7C | 0 | 8 | 33 | 0 | 32 | 64 | 4A |
| Octal | 377 | 352 | 174 | 0 | 10 | 63 | 0 | 62 | 144 | 112 |
| Binary | 11111111 | 11101010 | 1111100 | 0 | 1000 | 110011 | 0 | 110010 | 1100100 | 1001010 |
Color Harmonies of #FFEA7C
Complementary color
Monochromatic Colors of #FFEA7C
Black with #FFEA7C
Text Example
Text Example
White with #FFEA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA7C; }
p { color: rgb(255,234,124); }
H1.HeaderClassName
{
color: #FFEA7C;
}
.AnyTagClassName
{
color: #FFEA7C;
}
</style>
background-color css
<style>
a { background-color: #FFEA7C; }
a { background-color: rgb(255,234,124); }
div.DivClassName
{
background-color: #FFEA7C;
}
.BgClassName
{
background-color: #FFEA7C;
}
</style>
border-color css
<style>
span { border-color: #FFEA7C; }
span { border-color: rgb(255,234,124); }
td.TdClassName
{
border-color: #FFEA7C;
}
.TagClassName
{
border-color: #FFEA7C;
}
</style>