Color spaces of #ecb044
RGB | 236 | 176 | 68 |
---|---|---|---|
HSL | 0.11 | 0.82 | 0.60 |
HSV | 39° | 71° | 93° |
CMYK | 0.00 | 0.25 | 0.71 0.07 |
XYZ | 51.1608 | 49.3009 | 12.2884 |
Yxy | 49.3009 | 0.4538 | 0.4373 |
Hunter Lab | 70.2146 | 7.1858 | 38.7738 |
CIE-Lab | 75.6381 | 11.7350 | 61.3453 |
#ecb044 color RGB value is (236,176,68).
#ecb044 hex color red value is 236, green value is 176 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #ecb044 hue: 0.11 , saturation: 0.82 and the lightness value of ecb044 is 0.60.
The process color (four color CMYK) of #ecb044 color hex is 0.00, 0.25, 0.71, 0.07. Web safe color of #ecb044 is #ff9933. Color #ecb044 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10110000 | 01000100 |
Octal | 354 | 260 | 104 |
Decimal | 236 | 176 | 68 |
Hex | EC | B0 | 44 |
Shades of #ecb044
Tints of #ecb044
RGB Percentages of Color #ecb044
CMYK Percentages of Color #ecb044
Complementary Color
#ecb044 | #4480ec |
#ecb044 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb044 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb044 Color CSS Codes
.mybgcolor {background-color:#ecb044; } .myforecolor {color:#ecb044; } .mybordercolor {border:3px solid #ecb044; }
#ecb044 Text Font Color
<p style="color:#ecb044">Text here</p>
This sample text font color is #ecb044
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.
#ecb044 Background Color
<div style="background-color:#ecb044">
Div content here</div>
This div background color is #ecb044
#ecb044 Border Color
<div style="border:3px solid #ecb044">
Div here</div>
This div border color is #ecb044
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,176,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb044; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb044; -webkit-box-shadow: 1px 1px 3px 2px #ecb044; box-shadow: 1px 1px 3px 2px #ecb044; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,176,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecb044">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb044; -webkit-box-shadow: 1px 1px 3px 2px #ecb044; box-shadow: 1px 1px 3px 2px #ecb044;">
Div content here</div>
This div box has shadow with color #ecb044
Comments
No comments written yet.
Please login to write comment.