Color spaces of #ebb951
RGB | 235 | 185 | 81 |
---|---|---|---|
HSL | 0.11 | 0.79 | 0.62 |
HSV | 41° | 66° | 92° |
CMYK | 0.00 | 0.21 | 0.66 0.08 |
XYZ | 53.0951 | 52.9542 | 15.2073 |
Yxy | 52.9542 | 0.4379 | 0.4367 |
Hunter Lab | 72.7696 | 2.8926 | 38.5484 |
CIE-Lab | 77.8480 | 7.2725 | 58.0395 |
#ebb951 color RGB value is (235,185,81).
#ebb951 hex color red value is 235, green value is 185 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #ebb951 hue: 0.11 , saturation: 0.79 and the lightness value of ebb951 is 0.62.
The process color (four color CMYK) of #ebb951 color hex is 0.00, 0.21, 0.66, 0.08. Web safe color of #ebb951 is #ffcc66. Color #ebb951 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111001 | 01010001 |
Octal | 353 | 271 | 121 |
Decimal | 235 | 185 | 81 |
Hex | EB | B9 | 51 |
Shades of #ebb951
Tints of #ebb951
RGB Percentages of Color #ebb951
CMYK Percentages of Color #ebb951
Complementary Color
#ebb951 | #5183eb |
#ebb951 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebb951 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebb951 Color CSS Codes
.mybgcolor {background-color:#ebb951; } .myforecolor {color:#ebb951; } .mybordercolor {border:3px solid #ebb951; }
#ebb951 Text Font Color
<p style="color:#ebb951">Text here</p>
This sample text font color is #ebb951
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.
#ebb951 Background Color
<div style="background-color:#ebb951">
Div content here</div>
This div background color is #ebb951
#ebb951 Border Color
<div style="border:3px solid #ebb951">
Div here</div>
This div border color is #ebb951
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,185,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebb951; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebb951; -webkit-box-shadow: 1px 1px 3px 2px #ebb951; box-shadow: 1px 1px 3px 2px #ebb951; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,185,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebb951">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebb951; -webkit-box-shadow: 1px 1px 3px 2px #ebb951; box-shadow: 1px 1px 3px 2px #ebb951;">
Div content here</div>
This div box has shadow with color #ebb951
Comments
No comments written yet.
Please login to write comment.