Color spaces of #ebb63d
RGB | 235 | 182 | 61 |
---|---|---|---|
HSL | 0.12 | 0.81 | 0.58 |
HSV | 42° | 74° | 92° |
CMYK | 0.00 | 0.23 | 0.74 0.08 |
XYZ | 51.8312 | 51.4550 | 11.6149 |
Yxy | 51.4550 | 0.4511 | 0.4478 |
Hunter Lab | 71.7321 | 3.4468 | 40.6122 |
CIE-Lab | 76.9538 | 7.8329 | 65.4128 |
#ebb63d color RGB value is (235,182,61).
#ebb63d hex color red value is 235, green value is 182 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ebb63d hue: 0.12 , saturation: 0.81 and the lightness value of ebb63d is 0.58.
The process color (four color CMYK) of #ebb63d color hex is 0.00, 0.23, 0.74, 0.08. Web safe color of #ebb63d is #ffcc33. Color #ebb63d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10110110 | 00111101 |
Octal | 353 | 266 | 75 |
Decimal | 235 | 182 | 61 |
Hex | EB | B6 | 3D |
Shades of #ebb63d
Tints of #ebb63d
RGB Percentages of Color #ebb63d
CMYK Percentages of Color #ebb63d
Complementary Color
#ebb63d | #3d72eb |
#ebb63d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebb63d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebb63d Color CSS Codes
.mybgcolor {background-color:#ebb63d; } .myforecolor {color:#ebb63d; } .mybordercolor {border:3px solid #ebb63d; }
#ebb63d Text Font Color
<p style="color:#ebb63d">Text here</p>
This sample text font color is #ebb63d
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.
#ebb63d Background Color
<div style="background-color:#ebb63d">
Div content here</div>
This div background color is #ebb63d
#ebb63d Border Color
<div style="border:3px solid #ebb63d">
Div here</div>
This div border color is #ebb63d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,182,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebb63d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebb63d; -webkit-box-shadow: 1px 1px 3px 2px #ebb63d; box-shadow: 1px 1px 3px 2px #ebb63d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,182,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebb63d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebb63d; -webkit-box-shadow: 1px 1px 3px 2px #ebb63d; box-shadow: 1px 1px 3px 2px #ebb63d;">
Div content here</div>
This div box has shadow with color #ebb63d
Comments
No comments written yet.
Please login to write comment.