Color spaces of #e25305
RGB | 226 | 83 | 5 |
---|---|---|---|
HSL | 0.06 | 0.96 | 0.45 |
HSV | 21° | 98° | 89° |
CMYK | 0.00 | 0.63 | 0.98 0.11 |
XYZ | 34.4847 | 22.3662 | 2.6431 |
Yxy | 22.3662 | 0.5796 | 0.3759 |
Hunter Lab | 47.2929 | 47.3947 | 29.7915 |
CIE-Lab | 54.4134 | 53.1087 | 63.4932 |
#e25305 color RGB value is (226,83,5).
#e25305 hex color red value is 226, green value is 83 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #e25305 hue: 0.06 , saturation: 0.96 and the lightness value of e25305 is 0.45.
The process color (four color CMYK) of #e25305 color hex is 0.00, 0.63, 0.98, 0.11. Web safe color of #e25305 is #cc6600. Color #e25305 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01010011 | 00000101 |
Octal | 342 | 123 | 5 |
Decimal | 226 | 83 | 5 |
Hex | E2 | 53 | 5 |
Shades of #e25305
Tints of #e25305
RGB Percentages of Color #e25305
CMYK Percentages of Color #e25305
Complementary Color
#e25305 | #0594e2 |
#e25305 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e25305 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e25305 Color CSS Codes
.mybgcolor {background-color:#e25305; } .myforecolor {color:#e25305; } .mybordercolor {border:3px solid #e25305; }
#e25305 Text Font Color
<p style="color:#e25305">Text here</p>
This sample text font color is #e25305
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.
#e25305 Background Color
<div style="background-color:#e25305">
Div content here</div>
This div background color is #e25305
#e25305 Border Color
<div style="border:3px solid #e25305">
Div here</div>
This div border color is #e25305
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,83,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e25305; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e25305; -webkit-box-shadow: 1px 1px 3px 2px #e25305; box-shadow: 1px 1px 3px 2px #e25305; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,83,5, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e25305">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e25305; -webkit-box-shadow: 1px 1px 3px 2px #e25305; box-shadow: 1px 1px 3px 2px #e25305;">
Div content here</div>
This div box has shadow with color #e25305
Comments
No comments written yet.
Please login to write comment.