Shades of Sweet Corn #FEEA7A
Tints of Sweet Corn #FEEA7A
RGB
CMYK
RGB Variations
Color information
#FEEA7A (or 0xFEEA7A) is known color: Sweet Corn. HEX triplet: FE, EA and 7A. RGB value is (254,234,122). Sum of RGB (Red+Green+Blue) = 254+234+122=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 122 (48.05% from 255 or 20% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA7A is #011585. Grayscale: #E3E3E3. Windows color (decimal): -71046 or 8055550. OLE color: 8055550.
HSL color Cylindrical-coordinate representation of color #FEEA7A: hue angle of 50.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEEA7A is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 122 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.00 |
| HSL | 50.91º | 0.99% | 0.74% | - |
| HSV(B) | 50.91º | 0.52% | 1% | - |
| XYZ | 73.81 | 81.32 | 30.22 | - |
| YUV | 227.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 122 | 0 | 0.08 | 0.52 | 0.00 | 50.91 | 0.99 | 0.74 |
| Hex | FE | EA | 7A | 0 | 8 | 34 | 0 | 33 | 63 | 4A |
| Octal | 376 | 352 | 172 | 0 | 10 | 64 | 0 | 63 | 143 | 112 |
| Binary | 11111110 | 11101010 | 1111010 | 0 | 1000 | 110100 | 0 | 110011 | 1100011 | 1001010 |
Color Harmonies of #FEEA7A
Complementary color
Monochromatic Colors of #FEEA7A
Black with #FEEA7A
Text Example
Text Example
White with #FEEA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA7A; }
p { color: rgb(254,234,122); }
H1.HeaderClassName
{
color: #FEEA7A;
}
.AnyTagClassName
{
color: #FEEA7A;
}
</style>
background-color css
<style>
a { background-color: #FEEA7A; }
a { background-color: rgb(254,234,122); }
div.DivClassName
{
background-color: #FEEA7A;
}
.BgClassName
{
background-color: #FEEA7A;
}
</style>
border-color css
<style>
span { border-color: #FEEA7A; }
span { border-color: rgb(254,234,122); }
td.TdClassName
{
border-color: #FEEA7A;
}
.TagClassName
{
border-color: #FEEA7A;
}
</style>