Color spaces of #ecd72a
RGB | 236 | 215 | 42 |
---|---|---|---|
HSL | 0.15 | 0.84 | 0.55 |
HSV | 54° | 82° | 93° |
CMYK | 0.00 | 0.09 | 0.82 0.07 |
XYZ | 59.3104 | 66.6009 | 11.9198 |
Yxy | 66.6009 | 0.4303 | 0.4832 |
Hunter Lab | 81.6094 | -13.0898 | 48.4667 |
CIE-Lab | 85.3020 | -9.3781 | 78.9834 |
#ecd72a color RGB value is (236,215,42).
#ecd72a hex color red value is 236, green value is 215 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ecd72a hue: 0.15 , saturation: 0.84 and the lightness value of ecd72a is 0.55.
The process color (four color CMYK) of #ecd72a color hex is 0.00, 0.09, 0.82, 0.07. Web safe color of #ecd72a is #ffcc33. Color #ecd72a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010111 | 00101010 |
Octal | 354 | 327 | 52 |
Decimal | 236 | 215 | 42 |
Hex | EC | D7 | 2A |
Shades of #ecd72a
Tints of #ecd72a
RGB Percentages of Color #ecd72a
CMYK Percentages of Color #ecd72a
Complementary Color
#ecd72a | #2a3fec |
#ecd72a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd72a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd72a Color CSS Codes
.mybgcolor {background-color:#ecd72a; } .myforecolor {color:#ecd72a; } .mybordercolor {border:3px solid #ecd72a; }
#ecd72a Text Font Color
<p style="color:#ecd72a">Text here</p>
This sample text font color is #ecd72a
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.
#ecd72a Background Color
<div style="background-color:#ecd72a">
Div content here</div>
This div background color is #ecd72a
#ecd72a Border Color
<div style="border:3px solid #ecd72a">
Div here</div>
This div border color is #ecd72a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,215,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd72a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd72a; -webkit-box-shadow: 1px 1px 3px 2px #ecd72a; box-shadow: 1px 1px 3px 2px #ecd72a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,215,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd72a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd72a; -webkit-box-shadow: 1px 1px 3px 2px #ecd72a; box-shadow: 1px 1px 3px 2px #ecd72a;">
Div content here</div>
This div box has shadow with color #ecd72a
Comments
No comments written yet.
Please login to write comment.