Color spaces of #ecbc42
RGB | 236 | 188 | 66 |
---|---|---|---|
HSL | 0.12 | 0.82 | 0.59 |
HSV | 43° | 72° | 93° |
CMYK | 0.00 | 0.20 | 0.72 0.07 |
XYZ | 53.5587 | 54.1927 | 12.7916 |
Yxy | 54.1927 | 0.4443 | 0.4496 |
Hunter Lab | 73.6157 | 1.0393 | 41.2286 |
CIE-Lab | 78.5740 | 5.3382 | 65.1054 |
#ecbc42 color RGB value is (236,188,66).
#ecbc42 hex color red value is 236, green value is 188 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ecbc42 hue: 0.12 , saturation: 0.82 and the lightness value of ecbc42 is 0.59.
The process color (four color CMYK) of #ecbc42 color hex is 0.00, 0.20, 0.72, 0.07. Web safe color of #ecbc42 is #ffcc33. Color #ecbc42 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111100 | 01000010 |
Octal | 354 | 274 | 102 |
Decimal | 236 | 188 | 66 |
Hex | EC | BC | 42 |
Shades of #ecbc42
Tints of #ecbc42
RGB Percentages of Color #ecbc42
CMYK Percentages of Color #ecbc42
Complementary Color
#ecbc42 | #4272ec |
#ecbc42 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecbc42 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecbc42 Color CSS Codes
.mybgcolor {background-color:#ecbc42; } .myforecolor {color:#ecbc42; } .mybordercolor {border:3px solid #ecbc42; }
#ecbc42 Text Font Color
<p style="color:#ecbc42">Text here</p>
This sample text font color is #ecbc42
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.
#ecbc42 Background Color
<div style="background-color:#ecbc42">
Div content here</div>
This div background color is #ecbc42
#ecbc42 Border Color
<div style="border:3px solid #ecbc42">
Div here</div>
This div border color is #ecbc42
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,188,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecbc42; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecbc42; -webkit-box-shadow: 1px 1px 3px 2px #ecbc42; box-shadow: 1px 1px 3px 2px #ecbc42; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,188,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecbc42">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecbc42; -webkit-box-shadow: 1px 1px 3px 2px #ecbc42; box-shadow: 1px 1px 3px 2px #ecbc42;">
Div content here</div>
This div box has shadow with color #ecbc42
Comments
No comments written yet.
Please login to write comment.