Color spaces of #ecd473
RGB | 236 | 212 | 115 |
---|---|---|---|
HSL | 0.13 | 0.76 | 0.69 |
HSV | 48° | 51° | 93° |
CMYK | 0.00 | 0.10 | 0.51 0.07 |
XYZ | 61.2301 | 66.1576 | 25.7622 |
Yxy | 66.1576 | 0.3998 | 0.4320 |
Hunter Lab | 81.3373 | -7.9669 | 38.1570 |
CIE-Lab | 85.0767 | -3.8462 | 50.5699 |
#ecd473 color RGB value is (236,212,115).
#ecd473 hex color red value is 236, green value is 212 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ecd473 hue: 0.13 , saturation: 0.76 and the lightness value of ecd473 is 0.69.
The process color (four color CMYK) of #ecd473 color hex is 0.00, 0.10, 0.51, 0.07. Web safe color of #ecd473 is #ffcc66. Color #ecd473 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010100 | 01110011 |
Octal | 354 | 324 | 163 |
Decimal | 236 | 212 | 115 |
Hex | EC | D4 | 73 |
Shades of #ecd473
Tints of #ecd473
RGB Percentages of Color #ecd473
CMYK Percentages of Color #ecd473
Complementary Color
#ecd473 | #738bec |
#ecd473 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd473 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd473 Color CSS Codes
.mybgcolor {background-color:#ecd473; } .myforecolor {color:#ecd473; } .mybordercolor {border:3px solid #ecd473; }
#ecd473 Text Font Color
<p style="color:#ecd473">Text here</p>
This sample text font color is #ecd473
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.
#ecd473 Background Color
<div style="background-color:#ecd473">
Div content here</div>
This div background color is #ecd473
#ecd473 Border Color
<div style="border:3px solid #ecd473">
Div here</div>
This div border color is #ecd473
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,212,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd473; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd473; -webkit-box-shadow: 1px 1px 3px 2px #ecd473; box-shadow: 1px 1px 3px 2px #ecd473; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,212,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd473">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd473; -webkit-box-shadow: 1px 1px 3px 2px #ecd473; box-shadow: 1px 1px 3px 2px #ecd473;">
Div content here</div>
This div box has shadow with color #ecd473
Comments
No comments written yet.
Please login to write comment.