Color spaces of #eba175
RGB | 235 | 161 | 117 |
---|---|---|---|
HSL | 0.06 | 0.75 | 0.69 |
HSV | 22° | 50° | 92° |
CMYK | 0.00 | 0.31 | 0.50 0.08 |
XYZ | 50.2167 | 44.4363 | 22.7600 |
Yxy | 44.4363 | 0.4277 | 0.3785 |
Hunter Lab | 66.6606 | 17.8116 | 26.4189 |
CIE-Lab | 72.5192 | 22.6615 | 33.9238 |
#eba175 color RGB value is (235,161,117).
#eba175 hex color red value is 235, green value is 161 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #eba175 hue: 0.06 , saturation: 0.75 and the lightness value of eba175 is 0.69.
The process color (four color CMYK) of #eba175 color hex is 0.00, 0.31, 0.50, 0.08. Web safe color of #eba175 is #ff9966. Color #eba175 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10100001 | 01110101 |
Octal | 353 | 241 | 165 |
Decimal | 235 | 161 | 117 |
Hex | EB | A1 | 75 |
Shades of #eba175
Tints of #eba175
RGB Percentages of Color #eba175
CMYK Percentages of Color #eba175
Complementary Color
#eba175 | #75bfeb |
#eba175 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eba175 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eba175 Color CSS Codes
.mybgcolor {background-color:#eba175; } .myforecolor {color:#eba175; } .mybordercolor {border:3px solid #eba175; }
#eba175 Text Font Color
<p style="color:#eba175">Text here</p>
This sample text font color is #eba175
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.
#eba175 Background Color
<div style="background-color:#eba175">
Div content here</div>
This div background color is #eba175
#eba175 Border Color
<div style="border:3px solid #eba175">
Div here</div>
This div border color is #eba175
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,161,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eba175; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eba175; -webkit-box-shadow: 1px 1px 3px 2px #eba175; box-shadow: 1px 1px 3px 2px #eba175; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,161,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eba175">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eba175; -webkit-box-shadow: 1px 1px 3px 2px #eba175; box-shadow: 1px 1px 3px 2px #eba175;">
Div content here</div>
This div box has shadow with color #eba175
Comments
No comments written yet.
Please login to write comment.