Color spaces of #eba001
RGB | 235 | 160 | 1 |
---|---|---|---|
HSL | 0.11 | 0.99 | 0.46 |
HSV | 41° | 100° | 92° |
CMYK | 0.00 | 0.32 | 1.00 0.08 |
XYZ | 46.8372 | 42.8060 | 5.8225 |
Yxy | 42.8060 | 0.4906 | 0.4484 |
Hunter Lab | 65.4263 | 13.2881 | 40.5220 |
CIE-Lab | 71.4231 | 18.1069 | 75.3801 |
#eba001 color RGB value is (235,160,1).
#eba001 hex color red value is 235, green value is 160 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #eba001 hue: 0.11 , saturation: 0.99 and the lightness value of eba001 is 0.46.
The process color (four color CMYK) of #eba001 color hex is 0.00, 0.32, 1.00, 0.08. Web safe color of #eba001 is #ff9900. Color #eba001 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10100000 | 00000001 |
Octal | 353 | 240 | 1 |
Decimal | 235 | 160 | 1 |
Hex | EB | A0 | 1 |
Shades of #eba001
Tints of #eba001
RGB Percentages of Color #eba001
CMYK Percentages of Color #eba001
Complementary Color
#eba001 | #014ceb |
#eba001 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eba001 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eba001 Color CSS Codes
.mybgcolor {background-color:#eba001; } .myforecolor {color:#eba001; } .mybordercolor {border:3px solid #eba001; }
#eba001 Text Font Color
<p style="color:#eba001">Text here</p>
This sample text font color is #eba001
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.
#eba001 Background Color
<div style="background-color:#eba001">
Div content here</div>
This div background color is #eba001
#eba001 Border Color
<div style="border:3px solid #eba001">
Div here</div>
This div border color is #eba001
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,160,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eba001; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eba001; -webkit-box-shadow: 1px 1px 3px 2px #eba001; box-shadow: 1px 1px 3px 2px #eba001; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,160,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eba001">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eba001; -webkit-box-shadow: 1px 1px 3px 2px #eba001; box-shadow: 1px 1px 3px 2px #eba001;">
Div content here</div>
This div box has shadow with color #eba001
Comments
No comments written yet.
Please login to write comment.