Color spaces of #ed5105
RGB | 237 | 81 | 5 |
---|---|---|---|
HSL | 0.05 | 0.96 | 0.47 |
HSV | 20° | 98° | 93° |
CMYK | 0.00 | 0.66 | 0.98 0.07 |
XYZ | 37.8949 | 23.9003 | 2.7595 |
Yxy | 23.9003 | 0.5870 | 0.3702 |
Hunter Lab | 48.8879 | 52.8083 | 30.8749 |
CIE-Lab | 55.9878 | 57.7101 | 65.3698 |
#ed5105 color RGB value is (237,81,5).
#ed5105 hex color red value is 237, green value is 81 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ed5105 hue: 0.05 , saturation: 0.96 and the lightness value of ed5105 is 0.47.
The process color (four color CMYK) of #ed5105 color hex is 0.00, 0.66, 0.98, 0.07. Web safe color of #ed5105 is #ff6600. Color #ed5105 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 01010001 | 00000101 |
Octal | 355 | 121 | 5 |
Decimal | 237 | 81 | 5 |
Hex | ED | 51 | 5 |
Shades of #ed5105
Tints of #ed5105
RGB Percentages of Color #ed5105
CMYK Percentages of Color #ed5105
Complementary Color
#ed5105 | #05a1ed |
#ed5105 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed5105 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed5105 Color CSS Codes
.mybgcolor {background-color:#ed5105; } .myforecolor {color:#ed5105; } .mybordercolor {border:3px solid #ed5105; }
#ed5105 Text Font Color
<p style="color:#ed5105">Text here</p>
This sample text font color is #ed5105
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.
#ed5105 Background Color
<div style="background-color:#ed5105">
Div content here</div>
This div background color is #ed5105
#ed5105 Border Color
<div style="border:3px solid #ed5105">
Div here</div>
This div border color is #ed5105
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,81,5, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed5105; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed5105; -webkit-box-shadow: 1px 1px 3px 2px #ed5105; box-shadow: 1px 1px 3px 2px #ed5105; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,81,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 #ed5105">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed5105; -webkit-box-shadow: 1px 1px 3px 2px #ed5105; box-shadow: 1px 1px 3px 2px #ed5105;">
Div content here</div>
This div box has shadow with color #ed5105
Comments
No comments written yet.
Please login to write comment.