Color spaces of #ec913a
RGB | 236 | 145 | 58 |
---|---|---|---|
HSL | 0.08 | 0.82 | 0.58 |
HSV | 29° | 75° | 93° |
CMYK | 0.00 | 0.39 | 0.75 0.07 |
XYZ | 45.4812 | 38.3892 | 9.0157 |
Yxy | 38.3892 | 0.4896 | 0.4133 |
Hunter Lab | 61.9590 | 22.6002 | 34.7440 |
CIE-Lab | 68.3065 | 27.6920 | 58.1841 |
#ec913a color RGB value is (236,145,58).
#ec913a hex color red value is 236, green value is 145 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ec913a hue: 0.08 , saturation: 0.82 and the lightness value of ec913a is 0.58.
The process color (four color CMYK) of #ec913a color hex is 0.00, 0.39, 0.75, 0.07. Web safe color of #ec913a is #ff9933. Color #ec913a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10010001 | 00111010 |
Octal | 354 | 221 | 72 |
Decimal | 236 | 145 | 58 |
Hex | EC | 91 | 3A |
Shades of #ec913a
Tints of #ec913a
RGB Percentages of Color #ec913a
CMYK Percentages of Color #ec913a
Complementary Color
#ec913a | #3a95ec |
#ec913a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec913a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec913a Color CSS Codes
.mybgcolor {background-color:#ec913a; } .myforecolor {color:#ec913a; } .mybordercolor {border:3px solid #ec913a; }
#ec913a Text Font Color
<p style="color:#ec913a">Text here</p>
This sample text font color is #ec913a
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.
#ec913a Background Color
<div style="background-color:#ec913a">
Div content here</div>
This div background color is #ec913a
#ec913a Border Color
<div style="border:3px solid #ec913a">
Div here</div>
This div border color is #ec913a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,145,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec913a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec913a; -webkit-box-shadow: 1px 1px 3px 2px #ec913a; box-shadow: 1px 1px 3px 2px #ec913a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,145,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec913a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec913a; -webkit-box-shadow: 1px 1px 3px 2px #ec913a; box-shadow: 1px 1px 3px 2px #ec913a;">
Div content here</div>
This div box has shadow with color #ec913a
Comments
No comments written yet.
Please login to write comment.