Shades of Corn #FFEA5E
Tints of Corn #FFEA5E
RGB
CMYK
RGB Variations
Color information
#FFEA5E (or 0xFFEA5E) is known color: Corn. HEX triplet: FF, EA and 5E. RGB value is (255,234,94). Sum of RGB (Red+Green+Blue) = 255+234+94=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 94 (37.11% from 255 or 16.12% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA5E is #0015A1. Grayscale: #E0E0E0. Windows color (decimal): -5538 or 6220543. OLE color: 6220543.
HSL color Cylindrical-coordinate representation of color #FFEA5E: hue angle of 52.17º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFEA5E is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 234 | 94 | - |
CMYK | 0 | 0.08 | 0.63 | 0 |
HSL | 52.17º | 1% | 0.68% | - |
HSV(B) | 52.17º | 0.63% | 1% | - |
XYZ | 72.68 | 80.91 | 22.38 | - |
YUV | 224.32 | 54.46 | 149.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 234 | 94 | 0 | 0.08 | 0.63 | 0 | 52.17 | 1 | 0.68 |
Hex | FF | EA | 5E | 0 | 8 | 3F | 0 | 34 | 64 | 44 |
Octal | 377 | 352 | 136 | 0 | 10 | 77 | 0 | 64 | 144 | 104 |
Binary | 11111111 | 11101010 | 1011110 | 0 | 1000 | 111111 | 0 | 110100 | 1100100 | 1000100 |
Color Harmonies of #FFEA5E
Complementary color
Monochromatic Colors of #FFEA5E
Black with #FFEA5E
Text Example
Text Example
White with #FFEA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEA5E; }
p { color: rgb(255,234,94); }
H1.HeaderClassName
{
color: #FFEA5E;
}
.AnyTagClassName
{
color: #FFEA5E;
}
</style>
background-color css
<style>
a { background-color: #FFEA5E; }
a { background-color: rgb(255,234,94); }
div.DivClassName
{
background-color: #FFEA5E;
}
.BgClassName
{
background-color: #FFEA5E;
}
</style>
border-color css
<style>
span { border-color: #FFEA5E; }
span { border-color: rgb(255,234,94); }
td.TdClassName
{
border-color: #FFEA5E;
}
.TagClassName
{
border-color: #FFEA5E;
}
</style>