Color spaces of #e18529
RGB | 225 | 133 | 41 |
---|---|---|---|
HSL | 0.08 | 0.75 | 0.52 |
HSV | 30° | 82° | 88° |
CMYK | 0.00 | 0.41 | 0.82 0.12 |
XYZ | 39.8391 | 32.9427 | 6.3566 |
Yxy | 32.9427 | 0.5034 | 0.4163 |
Hunter Lab | 57.3957 | 23.4566 | 33.6106 |
CIE-Lab | 64.1145 | 28.8703 | 60.5421 |
#e18529 color RGB value is (225,133,41).
#e18529 hex color red value is 225, green value is 133 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #e18529 hue: 0.08 , saturation: 0.75 and the lightness value of e18529 is 0.52.
The process color (four color CMYK) of #e18529 color hex is 0.00, 0.41, 0.82, 0.12. Web safe color of #e18529 is #cc9933. Color #e18529 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10000101 | 00101001 |
Octal | 341 | 205 | 51 |
Decimal | 225 | 133 | 41 |
Hex | E1 | 85 | 29 |
Shades of #e18529
Tints of #e18529
RGB Percentages of Color #e18529
CMYK Percentages of Color #e18529
Complementary Color
#e18529 | #2985e1 |
#e18529 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e18529 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e18529 Color CSS Codes
.mybgcolor {background-color:#e18529; } .myforecolor {color:#e18529; } .mybordercolor {border:3px solid #e18529; }
#e18529 Text Font Color
<p style="color:#e18529">Text here</p>
This sample text font color is #e18529
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.
#e18529 Background Color
<div style="background-color:#e18529">
Div content here</div>
This div background color is #e18529
#e18529 Border Color
<div style="border:3px solid #e18529">
Div here</div>
This div border color is #e18529
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,133,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e18529; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e18529; -webkit-box-shadow: 1px 1px 3px 2px #e18529; box-shadow: 1px 1px 3px 2px #e18529; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,133,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 #e18529">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e18529; -webkit-box-shadow: 1px 1px 3px 2px #e18529; box-shadow: 1px 1px 3px 2px #e18529;">
Div content here</div>
This div box has shadow with color #e18529
Comments
No comments written yet.
Please login to write comment.