Color spaces of #ec540f
RGB | 236 | 84 | 15 |
---|---|---|---|
HSL | 0.05 | 0.88 | 0.49 |
HSV | 19° | 94° | 93° |
CMYK | 0.00 | 0.64 | 0.94 0.07 |
XYZ | 37.8486 | 24.2080 | 3.1297 |
Yxy | 24.2080 | 0.5806 | 0.3714 |
Hunter Lab | 49.2016 | 51.2092 | 30.6697 |
CIE-Lab | 56.2954 | 56.2343 | 63.3825 |
#ec540f color RGB value is (236,84,15).
#ec540f hex color red value is 236, green value is 84 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ec540f hue: 0.05 , saturation: 0.88 and the lightness value of ec540f is 0.49.
The process color (four color CMYK) of #ec540f color hex is 0.00, 0.64, 0.94, 0.07. Web safe color of #ec540f is #ff6600. Color #ec540f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 01010100 | 00001111 |
Octal | 354 | 124 | 17 |
Decimal | 236 | 84 | 15 |
Hex | EC | 54 | F |
Shades of #ec540f
Tints of #ec540f
RGB Percentages of Color #ec540f
CMYK Percentages of Color #ec540f
Complementary Color
#ec540f | #0fa7ec |
#ec540f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ec540f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ec540f Color CSS Codes
.mybgcolor {background-color:#ec540f; } .myforecolor {color:#ec540f; } .mybordercolor {border:3px solid #ec540f; }
#ec540f Text Font Color
<p style="color:#ec540f">Text here</p>
This sample text font color is #ec540f
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.
#ec540f Background Color
<div style="background-color:#ec540f">
Div content here</div>
This div background color is #ec540f
#ec540f Border Color
<div style="border:3px solid #ec540f">
Div here</div>
This div border color is #ec540f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,84,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ec540f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ec540f; -webkit-box-shadow: 1px 1px 3px 2px #ec540f; box-shadow: 1px 1px 3px 2px #ec540f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,84,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ec540f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ec540f; -webkit-box-shadow: 1px 1px 3px 2px #ec540f; box-shadow: 1px 1px 3px 2px #ec540f;">
Div content here</div>
This div box has shadow with color #ec540f
Comments
No comments written yet.
Please login to write comment.