Shades of Corn #FFEA5A
Tints of Corn #FFEA5A
RGB
CMYK
RGB Variations
Color information
#FFEA5A (or 0xFFEA5A) is known color: Corn. HEX triplet: FF, EA and 5A. RGB value is (255,234,90). Sum of RGB (Red+Green+Blue) = 255+234+90=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 90 (35.55% from 255 or 15.54% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA5A is #0015A5. Grayscale: #E0E0E0. Windows color (decimal): -5542 or 5958399. OLE color: 5958399.
HSL color Cylindrical-coordinate representation of color #FFEA5A: hue angle of 52.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFEA5A is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 90 | - |
| CMYK | 0 | 0.08 | 0.65 | 0 |
| HSL | 52.36º | 1% | 0.68% | - |
| HSV(B) | 52.36º | 0.65% | 1% | - |
| XYZ | 72.51 | 80.84 | 21.46 | - |
| YUV | 223.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 90 | 0 | 0.08 | 0.65 | 0 | 52.36 | 1 | 0.68 |
| Hex | FF | EA | 5A | 0 | 8 | 41 | 0 | 34 | 64 | 44 |
| Octal | 377 | 352 | 132 | 0 | 10 | 101 | 0 | 64 | 144 | 104 |
| Binary | 11111111 | 11101010 | 1011010 | 0 | 1000 | 1000001 | 0 | 110100 | 1100100 | 1000100 |
Color Harmonies of #FFEA5A
Complementary color
Monochromatic Colors of #FFEA5A
Black with #FFEA5A
Text Example
Text Example
White with #FFEA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA5A; }
p { color: rgb(255,234,90); }
H1.HeaderClassName
{
color: #FFEA5A;
}
.AnyTagClassName
{
color: #FFEA5A;
}
</style>
background-color css
<style>
a { background-color: #FFEA5A; }
a { background-color: rgb(255,234,90); }
div.DivClassName
{
background-color: #FFEA5A;
}
.BgClassName
{
background-color: #FFEA5A;
}
</style>
border-color css
<style>
span { border-color: #FFEA5A; }
span { border-color: rgb(255,234,90); }
td.TdClassName
{
border-color: #FFEA5A;
}
.TagClassName
{
border-color: #FFEA5A;
}
</style>