Color spaces of #ed842c
RGB | 237 | 132 | 44 |
---|---|---|---|
HSL | 0.08 | 0.84 | 0.55 |
HSV | 27° | 81° | 93° |
CMYK | 0.00 | 0.44 | 0.81 0.07 |
XYZ | 43.6309 | 34.6889 | 6.7789 |
Yxy | 34.6889 | 0.5127 | 0.4076 |
Hunter Lab | 58.8973 | 29.1619 | 34.4040 |
CIE-Lab | 65.5057 | 34.3872 | 61.2594 |
#ed842c color RGB value is (237,132,44).
#ed842c hex color red value is 237, green value is 132 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ed842c hue: 0.08 , saturation: 0.84 and the lightness value of ed842c is 0.55.
The process color (four color CMYK) of #ed842c color hex is 0.00, 0.44, 0.81, 0.07. Web safe color of #ed842c is #ff9933. Color #ed842c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10000100 | 00101100 |
Octal | 355 | 204 | 54 |
Decimal | 237 | 132 | 44 |
Hex | ED | 84 | 2C |
Shades of #ed842c
Tints of #ed842c
RGB Percentages of Color #ed842c
CMYK Percentages of Color #ed842c
Complementary Color
#ed842c | #2c95ed |
#ed842c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed842c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed842c Color CSS Codes
.mybgcolor {background-color:#ed842c; } .myforecolor {color:#ed842c; } .mybordercolor {border:3px solid #ed842c; }
#ed842c Text Font Color
<p style="color:#ed842c">Text here</p>
This sample text font color is #ed842c
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.
#ed842c Background Color
<div style="background-color:#ed842c">
Div content here</div>
This div background color is #ed842c
#ed842c Border Color
<div style="border:3px solid #ed842c">
Div here</div>
This div border color is #ed842c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,132,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed842c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed842c; -webkit-box-shadow: 1px 1px 3px 2px #ed842c; box-shadow: 1px 1px 3px 2px #ed842c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,132,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed842c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed842c; -webkit-box-shadow: 1px 1px 3px 2px #ed842c; box-shadow: 1px 1px 3px 2px #ed842c;">
Div content here</div>
This div box has shadow with color #ed842c
Comments
No comments written yet.
Please login to write comment.