Color spaces of #ecb443
RGB | 236 | 180 | 67 |
---|---|---|---|
HSL | 0.11 | 0.82 | 0.59 |
HSV | 40° | 72° | 93° |
CMYK | 0.00 | 0.24 | 0.72 0.07 |
XYZ | 51.9264 | 50.8806 | 12.3943 |
Yxy | 50.8806 | 0.4507 | 0.4417 |
Hunter Lab | 71.3306 | 5.1136 | 39.6293 |
CIE-Lab | 76.6066 | 9.5793 | 62.7383 |
#ecb443 color RGB value is (236,180,67).
#ecb443 hex color red value is 236, green value is 180 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #ecb443 hue: 0.11 , saturation: 0.82 and the lightness value of ecb443 is 0.59.
The process color (four color CMYK) of #ecb443 color hex is 0.00, 0.24, 0.72, 0.07. Web safe color of #ecb443 is #ffcc33. Color #ecb443 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10110100 | 01000011 |
Octal | 354 | 264 | 103 |
Decimal | 236 | 180 | 67 |
Hex | EC | B4 | 43 |
Shades of #ecb443
Tints of #ecb443
RGB Percentages of Color #ecb443
CMYK Percentages of Color #ecb443
Complementary Color
#ecb443 | #437bec |
#ecb443 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb443 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb443 Color CSS Codes
.mybgcolor {background-color:#ecb443; } .myforecolor {color:#ecb443; } .mybordercolor {border:3px solid #ecb443; }
#ecb443 Text Font Color
<p style="color:#ecb443">Text here</p>
This sample text font color is #ecb443
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.
#ecb443 Background Color
<div style="background-color:#ecb443">
Div content here</div>
This div background color is #ecb443
#ecb443 Border Color
<div style="border:3px solid #ecb443">
Div here</div>
This div border color is #ecb443
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,180,67, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb443; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb443; -webkit-box-shadow: 1px 1px 3px 2px #ecb443; box-shadow: 1px 1px 3px 2px #ecb443; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,180,67, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecb443">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb443; -webkit-box-shadow: 1px 1px 3px 2px #ecb443; box-shadow: 1px 1px 3px 2px #ecb443;">
Div content here</div>
This div box has shadow with color #ecb443
Comments
No comments written yet.
Please login to write comment.