Color spaces of #ed811f
RGB | 237 | 129 | 31 |
---|---|---|---|
HSL | 0.08 | 0.85 | 0.53 |
HSV | 29° | 87° | 93° |
CMYK | 0.00 | 0.46 | 0.87 0.07 |
XYZ | 43.0226 | 33.8040 | 5.5536 |
Yxy | 33.8040 | 0.5222 | 0.4103 |
Hunter Lab | 58.1412 | 30.3371 | 35.0355 |
CIE-Lab | 64.8067 | 35.5994 | 65.1508 |
#ed811f color RGB value is (237,129,31).
#ed811f hex color red value is 237, green value is 129 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ed811f hue: 0.08 , saturation: 0.85 and the lightness value of ed811f is 0.53.
The process color (four color CMYK) of #ed811f color hex is 0.00, 0.46, 0.87, 0.07. Web safe color of #ed811f is #ff9933. Color #ed811f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10000001 | 00011111 |
Octal | 355 | 201 | 37 |
Decimal | 237 | 129 | 31 |
Hex | ED | 81 | 1F |
Shades of #ed811f
Tints of #ed811f
RGB Percentages of Color #ed811f
CMYK Percentages of Color #ed811f
Complementary Color
#ed811f | #1f8bed |
#ed811f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ed811f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ed811f Color CSS Codes
.mybgcolor {background-color:#ed811f; } .myforecolor {color:#ed811f; } .mybordercolor {border:3px solid #ed811f; }
#ed811f Text Font Color
<p style="color:#ed811f">Text here</p>
This sample text font color is #ed811f
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.
#ed811f Background Color
<div style="background-color:#ed811f">
Div content here</div>
This div background color is #ed811f
#ed811f Border Color
<div style="border:3px solid #ed811f">
Div here</div>
This div border color is #ed811f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,129,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed811f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed811f; -webkit-box-shadow: 1px 1px 3px 2px #ed811f; box-shadow: 1px 1px 3px 2px #ed811f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,129,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ed811f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed811f; -webkit-box-shadow: 1px 1px 3px 2px #ed811f; box-shadow: 1px 1px 3px 2px #ed811f;">
Div content here</div>
This div box has shadow with color #ed811f
Comments
No comments written yet.
Please login to write comment.