Shades of Sweet Corn #FFEA7A
Tints of Sweet Corn #FFEA7A
RGB
CMYK
RGB Variations
Color information
#FFEA7A (or 0xFFEA7A) is known color: Sweet Corn. HEX triplet: FF, EA and 7A. RGB value is (255,234,122). Sum of RGB (Red+Green+Blue) = 255+234+122=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 122 (48.05% from 255 or 19.97% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA7A is #001585. Grayscale: #E3E3E3. Windows color (decimal): -5510 or 8055551. OLE color: 8055551.
HSL color Cylindrical-coordinate representation of color #FFEA7A: hue angle of 50.53º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFEA7A is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 122 | - |
| CMYK | 0 | 0.08 | 0.52 | 0 |
| HSL | 50.53º | 1% | 0.74% | - |
| HSV(B) | 50.53º | 0.52% | 1% | - |
| XYZ | 74.18 | 81.51 | 30.24 | - |
| YUV | 227.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 122 | 0 | 0.08 | 0.52 | 0 | 50.53 | 1 | 0.74 |
| Hex | FF | EA | 7A | 0 | 8 | 34 | 0 | 33 | 64 | 4A |
| Octal | 377 | 352 | 172 | 0 | 10 | 64 | 0 | 63 | 144 | 112 |
| Binary | 11111111 | 11101010 | 1111010 | 0 | 1000 | 110100 | 0 | 110011 | 1100100 | 1001010 |
Color Harmonies of #FFEA7A
Complementary color
Monochromatic Colors of #FFEA7A
Black with #FFEA7A
Text Example
Text Example
White with #FFEA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA7A; }
p { color: rgb(255,234,122); }
H1.HeaderClassName
{
color: #FFEA7A;
}
.AnyTagClassName
{
color: #FFEA7A;
}
</style>
background-color css
<style>
a { background-color: #FFEA7A; }
a { background-color: rgb(255,234,122); }
div.DivClassName
{
background-color: #FFEA7A;
}
.BgClassName
{
background-color: #FFEA7A;
}
</style>
border-color css
<style>
span { border-color: #FFEA7A; }
span { border-color: rgb(255,234,122); }
td.TdClassName
{
border-color: #FFEA7A;
}
.TagClassName
{
border-color: #FFEA7A;
}
</style>