Color spaces of #ebc13d
RGB | 235 | 193 | 61 |
---|---|---|---|
HSL | 0.13 | 0.81 | 0.58 |
HSV | 46° | 74° | 92° |
CMYK | 0.00 | 0.18 | 0.74 0.08 |
XYZ | 54.1732 | 56.1390 | 12.3956 |
Yxy | 56.1390 | 0.4415 | 0.4575 |
Hunter Lab | 74.9260 | -2.0608 | 42.6394 |
CIE-Lab | 79.6929 | 2.0888 | 68.0560 |
#ebc13d color RGB value is (235,193,61).
#ebc13d hex color red value is 235, green value is 193 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ebc13d hue: 0.13 , saturation: 0.81 and the lightness value of ebc13d is 0.58.
The process color (four color CMYK) of #ebc13d color hex is 0.00, 0.18, 0.74, 0.08. Web safe color of #ebc13d is #ffcc33. Color #ebc13d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11000001 | 00111101 |
Octal | 353 | 301 | 75 |
Decimal | 235 | 193 | 61 |
Hex | EB | C1 | 3D |
Shades of #ebc13d
Tints of #ebc13d
RGB Percentages of Color #ebc13d
CMYK Percentages of Color #ebc13d
Complementary Color
#ebc13d | #3d67eb |
#ebc13d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebc13d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebc13d Color CSS Codes
.mybgcolor {background-color:#ebc13d; } .myforecolor {color:#ebc13d; } .mybordercolor {border:3px solid #ebc13d; }
#ebc13d Text Font Color
<p style="color:#ebc13d">Text here</p>
This sample text font color is #ebc13d
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.
#ebc13d Background Color
<div style="background-color:#ebc13d">
Div content here</div>
This div background color is #ebc13d
#ebc13d Border Color
<div style="border:3px solid #ebc13d">
Div here</div>
This div border color is #ebc13d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,193,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebc13d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebc13d; -webkit-box-shadow: 1px 1px 3px 2px #ebc13d; box-shadow: 1px 1px 3px 2px #ebc13d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,193,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 #ebc13d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebc13d; -webkit-box-shadow: 1px 1px 3px 2px #ebc13d; box-shadow: 1px 1px 3px 2px #ebc13d;">
Div content here</div>
This div box has shadow with color #ebc13d
Comments
No comments written yet.
Please login to write comment.