Color spaces of #ebc76d
RGB | 235 | 199 | 109 |
---|---|---|---|
HSL | 0.12 | 0.76 | 0.67 |
HSV | 43° | 54° | 92° |
CMYK | 0.00 | 0.15 | 0.54 0.08 |
XYZ | 57.4447 | 59.6131 | 22.9468 |
Yxy | 59.6131 | 0.4103 | 0.4258 |
Hunter Lab | 77.2095 | -2.3108 | 36.4256 |
CIE-Lab | 81.6274 | 1.9326 | 49.3039 |
#ebc76d color RGB value is (235,199,109).
#ebc76d hex color red value is 235, green value is 199 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ebc76d hue: 0.12 , saturation: 0.76 and the lightness value of ebc76d is 0.67.
The process color (four color CMYK) of #ebc76d color hex is 0.00, 0.15, 0.54, 0.08. Web safe color of #ebc76d is #ffcc66. Color #ebc76d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11000111 | 01101101 |
Octal | 353 | 307 | 155 |
Decimal | 235 | 199 | 109 |
Hex | EB | C7 | 6D |
Shades of #ebc76d
Tints of #ebc76d
RGB Percentages of Color #ebc76d
CMYK Percentages of Color #ebc76d
Complementary Color
#ebc76d | #6d91eb |
#ebc76d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebc76d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebc76d Color CSS Codes
.mybgcolor {background-color:#ebc76d; } .myforecolor {color:#ebc76d; } .mybordercolor {border:3px solid #ebc76d; }
#ebc76d Text Font Color
<p style="color:#ebc76d">Text here</p>
This sample text font color is #ebc76d
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.
#ebc76d Background Color
<div style="background-color:#ebc76d">
Div content here</div>
This div background color is #ebc76d
#ebc76d Border Color
<div style="border:3px solid #ebc76d">
Div here</div>
This div border color is #ebc76d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,199,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebc76d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebc76d; -webkit-box-shadow: 1px 1px 3px 2px #ebc76d; box-shadow: 1px 1px 3px 2px #ebc76d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,199,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebc76d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebc76d; -webkit-box-shadow: 1px 1px 3px 2px #ebc76d; box-shadow: 1px 1px 3px 2px #ebc76d;">
Div content here</div>
This div box has shadow with color #ebc76d
Comments
No comments written yet.
Please login to write comment.