Color spaces of #ea501f
RGB | 234 | 80 | 31 |
---|---|---|---|
HSL | 0.04 | 0.83 | 0.52 |
HSV | 14° | 87° | 92° |
CMYK | 0.00 | 0.66 | 0.87 0.08 |
XYZ | 37.0477 | 23.3287 | 3.8466 |
Yxy | 23.3287 | 0.5769 | 0.3632 |
Hunter Lab | 48.2998 | 52.3914 | 29.0880 |
CIE-Lab | 55.4093 | 57.4406 | 57.4946 |
#ea501f color RGB value is (234,80,31).
#ea501f hex color red value is 234, green value is 80 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ea501f hue: 0.04 , saturation: 0.83 and the lightness value of ea501f is 0.52.
The process color (four color CMYK) of #ea501f color hex is 0.00, 0.66, 0.87, 0.08. Web safe color of #ea501f is #ff6633. Color #ea501f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01010000 | 00011111 |
Octal | 352 | 120 | 37 |
Decimal | 234 | 80 | 31 |
Hex | EA | 50 | 1F |
Shades of #ea501f
Tints of #ea501f
RGB Percentages of Color #ea501f
CMYK Percentages of Color #ea501f
Complementary Color
#ea501f | #1fb9ea |
#ea501f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea501f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea501f Color CSS Codes
.mybgcolor {background-color:#ea501f; } .myforecolor {color:#ea501f; } .mybordercolor {border:3px solid #ea501f; }
#ea501f Text Font Color
<p style="color:#ea501f">Text here</p>
This sample text font color is #ea501f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ea501f Background Color
<div style="background-color:#ea501f">
Div content here</div>
This div background color is #ea501f
#ea501f Border Color
<div style="border:3px solid #ea501f">
Div here</div>
This div border color is #ea501f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,80,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea501f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea501f; -webkit-box-shadow: 1px 1px 3px 2px #ea501f; box-shadow: 1px 1px 3px 2px #ea501f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,80,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea501f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea501f; -webkit-box-shadow: 1px 1px 3px 2px #ea501f; box-shadow: 1px 1px 3px 2px #ea501f;">
Div content here</div>
This div box has shadow with color #ea501f
Comments
No comments written yet.
Please login to write comment.