Color spaces of #eb5036
RGB | 235 | 80 | 54 |
---|---|---|---|
HSL | 0.02 | 0.82 | 0.57 |
HSV | 9° | 77° | 92° |
CMYK | 0.00 | 0.66 | 0.77 0.08 |
XYZ | 37.7955 | 23.6658 | 6.0659 |
Yxy | 23.6658 | 0.5597 | 0.3505 |
Hunter Lab | 48.6475 | 53.5481 | 26.6603 |
CIE-Lab | 55.7516 | 58.4062 | 47.3246 |
#eb5036 color RGB value is (235,80,54).
#eb5036 hex color red value is 235, green value is 80 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #eb5036 hue: 0.02 , saturation: 0.82 and the lightness value of eb5036 is 0.57.
The process color (four color CMYK) of #eb5036 color hex is 0.00, 0.66, 0.77, 0.08. Web safe color of #eb5036 is #ff6633. Color #eb5036 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 01010000 | 00110110 |
Octal | 353 | 120 | 66 |
Decimal | 235 | 80 | 54 |
Hex | EB | 50 | 36 |
Shades of #eb5036
Tints of #eb5036
RGB Percentages of Color #eb5036
CMYK Percentages of Color #eb5036
Complementary Color
#eb5036 | #36d1eb |
#eb5036 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb5036 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb5036 Color CSS Codes
.mybgcolor {background-color:#eb5036; } .myforecolor {color:#eb5036; } .mybordercolor {border:3px solid #eb5036; }
#eb5036 Text Font Color
<p style="color:#eb5036">Text here</p>
This sample text font color is #eb5036
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.
#eb5036 Background Color
<div style="background-color:#eb5036">
Div content here</div>
This div background color is #eb5036
#eb5036 Border Color
<div style="border:3px solid #eb5036">
Div here</div>
This div border color is #eb5036
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,80,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb5036; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb5036; -webkit-box-shadow: 1px 1px 3px 2px #eb5036; box-shadow: 1px 1px 3px 2px #eb5036; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,80,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb5036">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb5036; -webkit-box-shadow: 1px 1px 3px 2px #eb5036; box-shadow: 1px 1px 3px 2px #eb5036;">
Div content here</div>
This div box has shadow with color #eb5036
Comments
No comments written yet.
Please login to write comment.