Color spaces of #ecb173
RGB | 236 | 177 | 115 |
---|---|---|---|
HSL | 0.09 | 0.76 | 0.69 |
HSV | 31° | 51° | 93° |
CMYK | 0.00 | 0.25 | 0.51 0.07 |
XYZ | 53.4087 | 50.5150 | 23.1551 |
Yxy | 50.5150 | 0.4203 | 0.3975 |
Hunter Lab | 71.0739 | 9.7550 | 30.4357 |
CIE-Lab | 76.3843 | 14.3906 | 39.9049 |
#ecb173 color RGB value is (236,177,115).
#ecb173 hex color red value is 236, green value is 177 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ecb173 hue: 0.09 , saturation: 0.76 and the lightness value of ecb173 is 0.69.
The process color (four color CMYK) of #ecb173 color hex is 0.00, 0.25, 0.51, 0.07. Web safe color of #ecb173 is #ff9966. Color #ecb173 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10110001 | 01110011 |
Octal | 354 | 261 | 163 |
Decimal | 236 | 177 | 115 |
Hex | EC | B1 | 73 |
Shades of #ecb173
Tints of #ecb173
RGB Percentages of Color #ecb173
CMYK Percentages of Color #ecb173
Complementary Color
#ecb173 | #73aeec |
#ecb173 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb173 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb173 Color CSS Codes
.mybgcolor {background-color:#ecb173; } .myforecolor {color:#ecb173; } .mybordercolor {border:3px solid #ecb173; }
#ecb173 Text Font Color
<p style="color:#ecb173">Text here</p>
This sample text font color is #ecb173
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.
#ecb173 Background Color
<div style="background-color:#ecb173">
Div content here</div>
This div background color is #ecb173
#ecb173 Border Color
<div style="border:3px solid #ecb173">
Div here</div>
This div border color is #ecb173
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,177,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb173; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb173; -webkit-box-shadow: 1px 1px 3px 2px #ecb173; box-shadow: 1px 1px 3px 2px #ecb173; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,177,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 #ecb173">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb173; -webkit-box-shadow: 1px 1px 3px 2px #ecb173; box-shadow: 1px 1px 3px 2px #ecb173;">
Div content here</div>
This div box has shadow with color #ecb173
Comments
No comments written yet.
Please login to write comment.