Color spaces of #ea502d
RGB | 234 | 80 | 45 |
---|---|---|---|
HSL | 0.03 | 0.82 | 0.55 |
HSV | 11° | 81° | 92° |
CMYK | 0.00 | 0.66 | 0.81 0.08 |
XYZ | 37.2740 | 23.4192 | 5.0384 |
Yxy | 23.4192 | 0.5671 | 0.3563 |
Hunter Lab | 48.3934 | 52.7975 | 27.7025 |
CIE-Lab | 55.5015 | 57.7853 | 51.4758 |
#ea502d color RGB value is (234,80,45).
#ea502d hex color red value is 234, green value is 80 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ea502d hue: 0.03 , saturation: 0.82 and the lightness value of ea502d is 0.55.
The process color (four color CMYK) of #ea502d color hex is 0.00, 0.66, 0.81, 0.08. Web safe color of #ea502d is #ff6633. Color #ea502d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01010000 | 00101101 |
Octal | 352 | 120 | 55 |
Decimal | 234 | 80 | 45 |
Hex | EA | 50 | 2D |
Shades of #ea502d
Tints of #ea502d
RGB Percentages of Color #ea502d
CMYK Percentages of Color #ea502d
Complementary Color
#ea502d | #2dc7ea |
#ea502d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea502d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea502d Color CSS Codes
.mybgcolor {background-color:#ea502d; } .myforecolor {color:#ea502d; } .mybordercolor {border:3px solid #ea502d; }
#ea502d Text Font Color
<p style="color:#ea502d">Text here</p>
This sample text font color is #ea502d
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.
#ea502d Background Color
<div style="background-color:#ea502d">
Div content here</div>
This div background color is #ea502d
#ea502d Border Color
<div style="border:3px solid #ea502d">
Div here</div>
This div border color is #ea502d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,80,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea502d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea502d; -webkit-box-shadow: 1px 1px 3px 2px #ea502d; box-shadow: 1px 1px 3px 2px #ea502d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,80,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea502d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea502d; -webkit-box-shadow: 1px 1px 3px 2px #ea502d; box-shadow: 1px 1px 3px 2px #ea502d;">
Div content here</div>
This div box has shadow with color #ea502d
Comments
No comments written yet.
Please login to write comment.