Color spaces of #ebe949
RGB | 235 | 233 | 73 |
---|---|---|---|
HSL | 0.16 | 0.80 | 0.60 |
HSV | 59° | 69° | 92° |
CMYK | 0.00 | 0.01 | 0.69 0.08 |
XYZ | 64.6025 | 76.4210 | 17.6492 |
Yxy | 76.4210 | 0.4071 | 0.4816 |
Hunter Lab | 87.4191 | -21.0724 | 49.2232 |
CIE-Lab | 90.0544 | -17.5151 | 73.8043 |
#ebe949 color RGB value is (235,233,73).
#ebe949 hex color red value is 235, green value is 233 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ebe949 hue: 0.16 , saturation: 0.80 and the lightness value of ebe949 is 0.60.
The process color (four color CMYK) of #ebe949 color hex is 0.00, 0.01, 0.69, 0.08. Web safe color of #ebe949 is #ffff33. Color #ebe949 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11101001 | 01001001 |
Octal | 353 | 351 | 111 |
Decimal | 235 | 233 | 73 |
Hex | EB | E9 | 49 |
Shades of #ebe949
Tints of #ebe949
RGB Percentages of Color #ebe949
CMYK Percentages of Color #ebe949
Complementary Color
#ebe949 | #494beb |
#ebe949 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebe949 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebe949 Color CSS Codes
.mybgcolor {background-color:#ebe949; } .myforecolor {color:#ebe949; } .mybordercolor {border:3px solid #ebe949; }
#ebe949 Text Font Color
<p style="color:#ebe949">Text here</p>
This sample text font color is #ebe949
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.
#ebe949 Background Color
<div style="background-color:#ebe949">
Div content here</div>
This div background color is #ebe949
#ebe949 Border Color
<div style="border:3px solid #ebe949">
Div here</div>
This div border color is #ebe949
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,233,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebe949; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebe949; -webkit-box-shadow: 1px 1px 3px 2px #ebe949; box-shadow: 1px 1px 3px 2px #ebe949; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,233,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebe949">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebe949; -webkit-box-shadow: 1px 1px 3px 2px #ebe949; box-shadow: 1px 1px 3px 2px #ebe949;">
Div content here</div>
This div box has shadow with color #ebe949
Comments
No comments written yet.
Please login to write comment.