Color spaces of #ecbc63
RGB | 236 | 188 | 99 |
---|---|---|---|
HSL | 0.11 | 0.78 | 0.66 |
HSV | 39° | 58° | 93° |
CMYK | 0.00 | 0.20 | 0.58 0.07 |
XYZ | 54.8274 | 54.7002 | 19.4728 |
Yxy | 54.7002 | 0.4250 | 0.4240 |
Hunter Lab | 73.9596 | 2.8956 | 36.1613 |
CIE-Lab | 78.8683 | 7.3052 | 50.8844 |
#ecbc63 color RGB value is (236,188,99).
#ecbc63 hex color red value is 236, green value is 188 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ecbc63 hue: 0.11 , saturation: 0.78 and the lightness value of ecbc63 is 0.66.
The process color (four color CMYK) of #ecbc63 color hex is 0.00, 0.20, 0.58, 0.07. Web safe color of #ecbc63 is #ffcc66. Color #ecbc63 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111100 | 01100011 |
Octal | 354 | 274 | 143 |
Decimal | 236 | 188 | 99 |
Hex | EC | BC | 63 |
Shades of #ecbc63
Tints of #ecbc63
RGB Percentages of Color #ecbc63
CMYK Percentages of Color #ecbc63
Complementary Color
#ecbc63 | #6393ec |
#ecbc63 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecbc63 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecbc63 Color CSS Codes
.mybgcolor {background-color:#ecbc63; } .myforecolor {color:#ecbc63; } .mybordercolor {border:3px solid #ecbc63; }
#ecbc63 Text Font Color
<p style="color:#ecbc63">Text here</p>
This sample text font color is #ecbc63
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.
#ecbc63 Background Color
<div style="background-color:#ecbc63">
Div content here</div>
This div background color is #ecbc63
#ecbc63 Border Color
<div style="border:3px solid #ecbc63">
Div here</div>
This div border color is #ecbc63
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,188,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecbc63; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecbc63; -webkit-box-shadow: 1px 1px 3px 2px #ecbc63; box-shadow: 1px 1px 3px 2px #ecbc63; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,188,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecbc63">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecbc63; -webkit-box-shadow: 1px 1px 3px 2px #ecbc63; box-shadow: 1px 1px 3px 2px #ecbc63;">
Div content here</div>
This div box has shadow with color #ecbc63
Comments
No comments written yet.
Please login to write comment.