Color spaces of #eba964
RGB | 235 | 169 | 100 |
---|---|---|---|
HSL | 0.09 | 0.77 | 0.66 |
HSV | 31° | 57° | 92° |
CMYK | 0.00 | 0.28 | 0.57 0.08 |
XYZ | 50.7492 | 46.9582 | 18.4457 |
Yxy | 46.9582 | 0.4369 | 0.4043 |
Hunter Lab | 68.5261 | 12.2734 | 32.0087 |
CIE-Lab | 74.1630 | 16.9996 | 44.7890 |
#eba964 color RGB value is (235,169,100).
#eba964 hex color red value is 235, green value is 169 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #eba964 hue: 0.09 , saturation: 0.77 and the lightness value of eba964 is 0.66.
The process color (four color CMYK) of #eba964 color hex is 0.00, 0.28, 0.57, 0.08. Web safe color of #eba964 is #ff9966. Color #eba964 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10101001 | 01100100 |
Octal | 353 | 251 | 144 |
Decimal | 235 | 169 | 100 |
Hex | EB | A9 | 64 |
Shades of #eba964
Tints of #eba964
RGB Percentages of Color #eba964
CMYK Percentages of Color #eba964
Complementary Color
#eba964 | #64a6eb |
#eba964 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eba964 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eba964 Color CSS Codes
.mybgcolor {background-color:#eba964; } .myforecolor {color:#eba964; } .mybordercolor {border:3px solid #eba964; }
#eba964 Text Font Color
<p style="color:#eba964">Text here</p>
This sample text font color is #eba964
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.
#eba964 Background Color
<div style="background-color:#eba964">
Div content here</div>
This div background color is #eba964
#eba964 Border Color
<div style="border:3px solid #eba964">
Div here</div>
This div border color is #eba964
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,169,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eba964; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eba964; -webkit-box-shadow: 1px 1px 3px 2px #eba964; box-shadow: 1px 1px 3px 2px #eba964; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,169,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eba964">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eba964; -webkit-box-shadow: 1px 1px 3px 2px #eba964; box-shadow: 1px 1px 3px 2px #eba964;">
Div content here</div>
This div box has shadow with color #eba964
Comments
No comments written yet.
Please login to write comment.