Color spaces of #ebb35e
RGB | 235 | 179 | 94 |
---|---|---|---|
HSL | 0.10 | 0.78 | 0.65 |
HSV | 36° | 60° | 92° |
CMYK | 0.00 | 0.24 | 0.60 0.08 |
XYZ | 52.4014 | 50.7105 | 17.6159 |
Yxy | 50.7105 | 0.4340 | 0.4200 |
Hunter Lab | 71.2113 | 6.7308 | 35.1810 |
CIE-Lab | 76.5033 | 11.2672 | 50.5089 |
#ebb35e color RGB value is (235,179,94).
#ebb35e hex color red value is 235, green value is 179 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ebb35e hue: 0.10 , saturation: 0.78 and the lightness value of ebb35e is 0.65.
The process color (four color CMYK) of #ebb35e color hex is 0.00, 0.24, 0.60, 0.08. Web safe color of #ebb35e is #ffcc66. Color #ebb35e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10110011 | 01011110 |
Octal | 353 | 263 | 136 |
Decimal | 235 | 179 | 94 |
Hex | EB | B3 | 5E |
Shades of #ebb35e
Tints of #ebb35e
RGB Percentages of Color #ebb35e
CMYK Percentages of Color #ebb35e
Complementary Color
#ebb35e | #5e96eb |
#ebb35e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebb35e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebb35e Color CSS Codes
.mybgcolor {background-color:#ebb35e; } .myforecolor {color:#ebb35e; } .mybordercolor {border:3px solid #ebb35e; }
#ebb35e Text Font Color
<p style="color:#ebb35e">Text here</p>
This sample text font color is #ebb35e
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.
#ebb35e Background Color
<div style="background-color:#ebb35e">
Div content here</div>
This div background color is #ebb35e
#ebb35e Border Color
<div style="border:3px solid #ebb35e">
Div here</div>
This div border color is #ebb35e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,179,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebb35e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebb35e; -webkit-box-shadow: 1px 1px 3px 2px #ebb35e; box-shadow: 1px 1px 3px 2px #ebb35e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,179,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebb35e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebb35e; -webkit-box-shadow: 1px 1px 3px 2px #ebb35e; box-shadow: 1px 1px 3px 2px #ebb35e;">
Div content here</div>
This div box has shadow with color #ebb35e
Comments
No comments written yet.
Please login to write comment.