Color spaces of #ecac21
RGB | 236 | 172 | 33 |
---|---|---|---|
HSL | 0.11 | 0.84 | 0.53 |
HSV | 41° | 86° | 93° |
CMYK | 0.00 | 0.27 | 0.86 0.07 |
XYZ | 49.6191 | 47.4477 | 7.9820 |
Yxy | 47.4477 | 0.4723 | 0.4517 |
Hunter Lab | 68.8823 | 8.0378 | 41.3471 |
CIE-Lab | 74.4752 | 12.6203 | 72.2876 |
#ecac21 color RGB value is (236,172,33).
#ecac21 hex color red value is 236, green value is 172 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ecac21 hue: 0.11 , saturation: 0.84 and the lightness value of ecac21 is 0.53.
The process color (four color CMYK) of #ecac21 color hex is 0.00, 0.27, 0.86, 0.07. Web safe color of #ecac21 is #ff9933. Color #ecac21 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10101100 | 00100001 |
Octal | 354 | 254 | 41 |
Decimal | 236 | 172 | 33 |
Hex | EC | AC | 21 |
Shades of #ecac21
Tints of #ecac21
RGB Percentages of Color #ecac21
CMYK Percentages of Color #ecac21
Complementary Color
#ecac21 | #2161ec |
#ecac21 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecac21 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecac21 Color CSS Codes
.mybgcolor {background-color:#ecac21; } .myforecolor {color:#ecac21; } .mybordercolor {border:3px solid #ecac21; }
#ecac21 Text Font Color
<p style="color:#ecac21">Text here</p>
This sample text font color is #ecac21
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.
#ecac21 Background Color
<div style="background-color:#ecac21">
Div content here</div>
This div background color is #ecac21
#ecac21 Border Color
<div style="border:3px solid #ecac21">
Div here</div>
This div border color is #ecac21
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,172,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecac21; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecac21; -webkit-box-shadow: 1px 1px 3px 2px #ecac21; box-shadow: 1px 1px 3px 2px #ecac21; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,172,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecac21">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecac21; -webkit-box-shadow: 1px 1px 3px 2px #ecac21; box-shadow: 1px 1px 3px 2px #ecac21;">
Div content here</div>
This div box has shadow with color #ecac21
Comments
No comments written yet.
Please login to write comment.