Color spaces of #ebb76c
RGB | 235 | 183 | 108 |
---|---|---|---|
HSL | 0.10 | 0.76 | 0.67 |
HSV | 35° | 54° | 92° |
CMYK | 0.00 | 0.22 | 0.54 0.08 |
XYZ | 53.9012 | 52.6118 | 21.5016 |
Yxy | 52.6118 | 0.4211 | 0.4110 |
Hunter Lab | 72.5340 | 5.7118 | 33.1982 |
CIE-Lab | 77.6452 | 10.2198 | 44.9910 |
#ebb76c color RGB value is (235,183,108).
#ebb76c hex color red value is 235, green value is 183 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ebb76c hue: 0.10 , saturation: 0.76 and the lightness value of ebb76c is 0.67.
The process color (four color CMYK) of #ebb76c color hex is 0.00, 0.22, 0.54, 0.08. Web safe color of #ebb76c is #ffcc66. Color #ebb76c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10110111 | 01101100 |
Octal | 353 | 267 | 154 |
Decimal | 235 | 183 | 108 |
Hex | EB | B7 | 6C |
Shades of #ebb76c
Tints of #ebb76c
RGB Percentages of Color #ebb76c
CMYK Percentages of Color #ebb76c
Complementary Color
#ebb76c | #6ca0eb |
#ebb76c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebb76c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebb76c Color CSS Codes
.mybgcolor {background-color:#ebb76c; } .myforecolor {color:#ebb76c; } .mybordercolor {border:3px solid #ebb76c; }
#ebb76c Text Font Color
<p style="color:#ebb76c">Text here</p>
This sample text font color is #ebb76c
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.
#ebb76c Background Color
<div style="background-color:#ebb76c">
Div content here</div>
This div background color is #ebb76c
#ebb76c Border Color
<div style="border:3px solid #ebb76c">
Div here</div>
This div border color is #ebb76c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,183,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebb76c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebb76c; -webkit-box-shadow: 1px 1px 3px 2px #ebb76c; box-shadow: 1px 1px 3px 2px #ebb76c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,183,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebb76c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebb76c; -webkit-box-shadow: 1px 1px 3px 2px #ebb76c; box-shadow: 1px 1px 3px 2px #ebb76c;">
Div content here</div>
This div box has shadow with color #ebb76c
Comments
No comments written yet.
Please login to write comment.