Shades of Sweet Corn #FFEA7E
Tints of Sweet Corn #FFEA7E
RGB
CMYK
RGB Variations
Color information
#FFEA7E (or 0xFFEA7E) is known color: Sweet Corn. HEX triplet: FF, EA and 7E. RGB value is (255,234,126). Sum of RGB (Red+Green+Blue) = 255+234+126=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 126 (49.61% from 255 or 20.49% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA7E is #001581. Grayscale: #E4E4E4. Windows color (decimal): -5506 or 8317695. OLE color: 8317695.
HSL color Cylindrical-coordinate representation of color #FFEA7E: hue angle of 50.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFEA7E is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 126 | - |
| CMYK | 0 | 0.08 | 0.51 | 0 |
| HSL | 50.23º | 1% | 0.75% | - |
| HSV(B) | 50.23º | 0.51% | 1% | - |
| XYZ | 74.43 | 81.61 | 31.57 | - |
| YUV | 227.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 126 | 0 | 0.08 | 0.51 | 0 | 50.23 | 1 | 0.75 |
| Hex | FF | EA | 7E | 0 | 8 | 33 | 0 | 32 | 64 | 4B |
| Octal | 377 | 352 | 176 | 0 | 10 | 63 | 0 | 62 | 144 | 113 |
| Binary | 11111111 | 11101010 | 1111110 | 0 | 1000 | 110011 | 0 | 110010 | 1100100 | 1001011 |
Color Harmonies of #FFEA7E
Complementary color
Monochromatic Colors of #FFEA7E
Black with #FFEA7E
Text Example
Text Example
White with #FFEA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA7E; }
p { color: rgb(255,234,126); }
H1.HeaderClassName
{
color: #FFEA7E;
}
.AnyTagClassName
{
color: #FFEA7E;
}
</style>
background-color css
<style>
a { background-color: #FFEA7E; }
a { background-color: rgb(255,234,126); }
div.DivClassName
{
background-color: #FFEA7E;
}
.BgClassName
{
background-color: #FFEA7E;
}
</style>
border-color css
<style>
span { border-color: #FFEA7E; }
span { border-color: rgb(255,234,126); }
td.TdClassName
{
border-color: #FFEA7E;
}
.TagClassName
{
border-color: #FFEA7E;
}
</style>