Shades of Sweet Corn #FFEA82
Tints of Sweet Corn #FFEA82
RGB
CMYK
RGB Variations
Color information
#FFEA82 (or 0xFFEA82) is known color: Sweet Corn. HEX triplet: FF, EA and 82. RGB value is (255,234,130). Sum of RGB (Red+Green+Blue) = 255+234+130=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 130 (51.17% from 255 or 21.00% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFEA82 is #00157D. Grayscale: #E4E4E4. Windows color (decimal): -5502 or 8579839. OLE color: 8579839.
HSL color Cylindrical-coordinate representation of color #FFEA82: hue angle of 49.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFEA82 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 130 | - |
| CMYK | 0 | 0.08 | 0.49 | 0 |
| HSL | 49.92º | 1% | 0.75% | - |
| HSV(B) | 49.92º | 0.49% | 1% | - |
| XYZ | 74.69 | 81.72 | 32.96 | - |
| YUV | 228.42 | 72.46 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 130 | 0 | 0.08 | 0.49 | 0 | 49.92 | 1 | 0.75 |
| Hex | FF | EA | 82 | 0 | 8 | 31 | 0 | 32 | 64 | 4B |
| Octal | 377 | 352 | 202 | 0 | 10 | 61 | 0 | 62 | 144 | 113 |
| Binary | 11111111 | 11101010 | 10000010 | 0 | 1000 | 110001 | 0 | 110010 | 1100100 | 1001011 |
Color Harmonies of #FFEA82
Complementary color
Monochromatic Colors of #FFEA82
Black with #FFEA82
Text Example
Text Example
White with #FFEA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA82; }
p { color: rgb(255,234,130); }
H1.HeaderClassName
{
color: #FFEA82;
}
.AnyTagClassName
{
color: #FFEA82;
}
</style>
background-color css
<style>
a { background-color: #FFEA82; }
a { background-color: rgb(255,234,130); }
div.DivClassName
{
background-color: #FFEA82;
}
.BgClassName
{
background-color: #FFEA82;
}
</style>
border-color css
<style>
span { border-color: #FFEA82; }
span { border-color: rgb(255,234,130); }
td.TdClassName
{
border-color: #FFEA82;
}
.TagClassName
{
border-color: #FFEA82;
}
</style>