Color spaces of #e1722b
RGB | 225 | 114 | 43 |
---|---|---|---|
HSL | 0.07 | 0.75 | 0.53 |
HSV | 23° | 81° | 88° |
CMYK | 0.00 | 0.49 | 0.81 0.12 |
XYZ | 37.5047 | 28.2166 | 5.7551 |
Yxy | 28.2166 | 0.5247 | 0.3948 |
Hunter Lab | 53.1193 | 33.0705 | 30.7599 |
CIE-Lab | 60.0839 | 38.7871 | 56.1216 |
#e1722b color RGB value is (225,114,43).
#e1722b hex color red value is 225, green value is 114 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #e1722b hue: 0.07 , saturation: 0.75 and the lightness value of e1722b is 0.53.
The process color (four color CMYK) of #e1722b color hex is 0.00, 0.49, 0.81, 0.12. Web safe color of #e1722b is #cc6633. Color #e1722b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01110010 | 00101011 |
Octal | 341 | 162 | 53 |
Decimal | 225 | 114 | 43 |
Hex | E1 | 72 | 2B |
Shades of #e1722b
Tints of #e1722b
RGB Percentages of Color #e1722b
CMYK Percentages of Color #e1722b
Complementary Color
#e1722b | #2b9ae1 |
#e1722b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1722b Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1722b Color CSS Codes
.mybgcolor {background-color:#e1722b; } .myforecolor {color:#e1722b; } .mybordercolor {border:3px solid #e1722b; }
#e1722b Text Font Color
<p style="color:#e1722b">Text here</p>
This sample text font color is #e1722b
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.
#e1722b Background Color
<div style="background-color:#e1722b">
Div content here</div>
This div background color is #e1722b
#e1722b Border Color
<div style="border:3px solid #e1722b">
Div here</div>
This div border color is #e1722b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,114,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1722b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1722b; -webkit-box-shadow: 1px 1px 3px 2px #e1722b; box-shadow: 1px 1px 3px 2px #e1722b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,114,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1722b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1722b; -webkit-box-shadow: 1px 1px 3px 2px #e1722b; box-shadow: 1px 1px 3px 2px #e1722b;">
Div content here</div>
This div box has shadow with color #e1722b
Comments
No comments written yet.
Please login to write comment.