Shades of Sweet Corn #FFEA84
Tints of Sweet Corn #FFEA84
RGB
CMYK
RGB Variations
Color information
#FFEA84 (or 0xFFEA84) is known color: Sweet Corn. HEX triplet: FF, EA and 84. RGB value is (255,234,132). Sum of RGB (Red+Green+Blue) = 255+234+132=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 132 (51.95% from 255 or 21.26% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA84 is #00157B. Grayscale: #E5E5E5. Windows color (decimal): -5500 or 8710911. OLE color: 8710911.
HSL color Cylindrical-coordinate representation of color #FFEA84: hue angle of 49.76º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFEA84 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 132 | - |
| CMYK | 0 | 0.08 | 0.48 | 0 |
| HSL | 49.76º | 1% | 0.76% | - |
| HSV(B) | 49.76º | 0.48% | 1% | - |
| XYZ | 74.83 | 81.77 | 33.67 | - |
| YUV | 228.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 132 | 0 | 0.08 | 0.48 | 0 | 49.76 | 1 | 0.76 |
| Hex | FF | EA | 84 | 0 | 8 | 30 | 0 | 32 | 64 | 4C |
| Octal | 377 | 352 | 204 | 0 | 10 | 60 | 0 | 62 | 144 | 114 |
| Binary | 11111111 | 11101010 | 10000100 | 0 | 1000 | 110000 | 0 | 110010 | 1100100 | 1001100 |
Color Harmonies of #FFEA84
Complementary color
Monochromatic Colors of #FFEA84
Black with #FFEA84
Text Example
Text Example
White with #FFEA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA84; }
p { color: rgb(255,234,132); }
H1.HeaderClassName
{
color: #FFEA84;
}
.AnyTagClassName
{
color: #FFEA84;
}
</style>
background-color css
<style>
a { background-color: #FFEA84; }
a { background-color: rgb(255,234,132); }
div.DivClassName
{
background-color: #FFEA84;
}
.BgClassName
{
background-color: #FFEA84;
}
</style>
border-color css
<style>
span { border-color: #FFEA84; }
span { border-color: rgb(255,234,132); }
td.TdClassName
{
border-color: #FFEA84;
}
.TagClassName
{
border-color: #FFEA84;
}
</style>