Color spaces of #ebc70e
RGB | 235 | 199 | 14 |
---|---|---|---|
HSL | 0.14 | 0.89 | 0.49 |
HSV | 50° | 94° | 92° |
CMYK | 0.00 | 0.15 | 0.94 0.08 |
XYZ | 54.7636 | 58.5407 | 8.8286 |
Yxy | 58.5407 | 0.4484 | 0.4793 |
Hunter Lab | 76.5119 | -6.1339 | 46.7169 |
CIE-Lab | 81.0385 | -2.2107 | 80.7431 |
#ebc70e color RGB value is (235,199,14).
#ebc70e hex color red value is 235, green value is 199 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ebc70e hue: 0.14 , saturation: 0.89 and the lightness value of ebc70e is 0.49.
The process color (four color CMYK) of #ebc70e color hex is 0.00, 0.15, 0.94, 0.08. Web safe color of #ebc70e is #ffcc00. Color #ebc70e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11000111 | 00001110 |
Octal | 353 | 307 | 16 |
Decimal | 235 | 199 | 14 |
Hex | EB | C7 | E |
Shades of #ebc70e
Tints of #ebc70e
RGB Percentages of Color #ebc70e
CMYK Percentages of Color #ebc70e
Complementary Color
#ebc70e | #0e32eb |
#ebc70e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebc70e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebc70e Color CSS Codes
.mybgcolor {background-color:#ebc70e; } .myforecolor {color:#ebc70e; } .mybordercolor {border:3px solid #ebc70e; }
#ebc70e Text Font Color
<p style="color:#ebc70e">Text here</p>
This sample text font color is #ebc70e
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.
#ebc70e Background Color
<div style="background-color:#ebc70e">
Div content here</div>
This div background color is #ebc70e
#ebc70e Border Color
<div style="border:3px solid #ebc70e">
Div here</div>
This div border color is #ebc70e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,199,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebc70e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebc70e; -webkit-box-shadow: 1px 1px 3px 2px #ebc70e; box-shadow: 1px 1px 3px 2px #ebc70e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,199,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebc70e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebc70e; -webkit-box-shadow: 1px 1px 3px 2px #ebc70e; box-shadow: 1px 1px 3px 2px #ebc70e;">
Div content here</div>
This div box has shadow with color #ebc70e
Comments
No comments written yet.
Please login to write comment.