Color spaces of #ebd649
RGB | 235 | 214 | 73 |
---|---|---|---|
HSL | 0.15 | 0.80 | 0.60 |
HSV | 52° | 69° | 92° |
CMYK | 0.00 | 0.09 | 0.69 0.08 |
XYZ | 59.5101 | 66.2363 | 15.9517 |
Yxy | 66.2363 | 0.4200 | 0.4674 |
Hunter Lab | 81.3857 | -11.9038 | 45.3491 |
CIE-Lab | 85.1168 | -8.1009 | 68.9057 |
#ebd649 color RGB value is (235,214,73).
#ebd649 hex color red value is 235, green value is 214 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ebd649 hue: 0.15 , saturation: 0.80 and the lightness value of ebd649 is 0.60.
The process color (four color CMYK) of #ebd649 color hex is 0.00, 0.09, 0.69, 0.08. Web safe color of #ebd649 is #ffcc33. Color #ebd649 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11010110 | 01001001 |
Octal | 353 | 326 | 111 |
Decimal | 235 | 214 | 73 |
Hex | EB | D6 | 49 |
Shades of #ebd649
Tints of #ebd649
RGB Percentages of Color #ebd649
CMYK Percentages of Color #ebd649
Complementary Color
#ebd649 | #495eeb |
#ebd649 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebd649 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebd649 Color CSS Codes
.mybgcolor {background-color:#ebd649; } .myforecolor {color:#ebd649; } .mybordercolor {border:3px solid #ebd649; }
#ebd649 Text Font Color
<p style="color:#ebd649">Text here</p>
This sample text font color is #ebd649
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.
#ebd649 Background Color
<div style="background-color:#ebd649">
Div content here</div>
This div background color is #ebd649
#ebd649 Border Color
<div style="border:3px solid #ebd649">
Div here</div>
This div border color is #ebd649
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,214,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebd649; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebd649; -webkit-box-shadow: 1px 1px 3px 2px #ebd649; box-shadow: 1px 1px 3px 2px #ebd649; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,214,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebd649">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebd649; -webkit-box-shadow: 1px 1px 3px 2px #ebd649; box-shadow: 1px 1px 3px 2px #ebd649;">
Div content here</div>
This div box has shadow with color #ebd649
Comments
No comments written yet.
Please login to write comment.