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