Color spaces of #eb5229
RGB | 235 | 82 | 41 |
---|---|---|---|
HSL | 0.04 | 0.83 | 0.54 |
HSV | 13° | 83° | 92° |
CMYK | 0.00 | 0.65 | 0.83 0.08 |
XYZ | 37.6785 | 23.8568 | 4.7168 |
Yxy | 23.8568 | 0.5687 | 0.3601 |
Hunter Lab | 48.8434 | 52.2214 | 28.4648 |
CIE-Lab | 55.9441 | 57.1967 | 53.8003 |
#eb5229 color RGB value is (235,82,41).
#eb5229 hex color red value is 235, green value is 82 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #eb5229 hue: 0.04 , saturation: 0.83 and the lightness value of eb5229 is 0.54.
The process color (four color CMYK) of #eb5229 color hex is 0.00, 0.65, 0.83, 0.08. Web safe color of #eb5229 is #ff6633. Color #eb5229 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 01010010 | 00101001 |
Octal | 353 | 122 | 51 |
Decimal | 235 | 82 | 41 |
Hex | EB | 52 | 29 |
Shades of #eb5229
Tints of #eb5229
RGB Percentages of Color #eb5229
CMYK Percentages of Color #eb5229
Complementary Color
#eb5229 | #29c2eb |
#eb5229 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb5229 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb5229 Color CSS Codes
.mybgcolor {background-color:#eb5229; } .myforecolor {color:#eb5229; } .mybordercolor {border:3px solid #eb5229; }
#eb5229 Text Font Color
<p style="color:#eb5229">Text here</p>
This sample text font color is #eb5229
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.
#eb5229 Background Color
<div style="background-color:#eb5229">
Div content here</div>
This div background color is #eb5229
#eb5229 Border Color
<div style="border:3px solid #eb5229">
Div here</div>
This div border color is #eb5229
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,82,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb5229; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb5229; -webkit-box-shadow: 1px 1px 3px 2px #eb5229; box-shadow: 1px 1px 3px 2px #eb5229; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,82,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb5229">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb5229; -webkit-box-shadow: 1px 1px 3px 2px #eb5229; box-shadow: 1px 1px 3px 2px #eb5229;">
Div content here</div>
This div box has shadow with color #eb5229
Comments
No comments written yet.
Please login to write comment.