Color spaces of #eda31e
RGB | 237 | 163 | 30 |
---|---|---|---|
HSL | 0.11 | 0.85 | 0.52 |
HSV | 39° | 87° | 93° |
CMYK | 0.00 | 0.31 | 0.87 0.07 |
XYZ | 48.2566 | 44.2926 | 7.2342 |
Yxy | 44.2926 | 0.4836 | 0.4439 |
Hunter Lab | 66.5527 | 12.9611 | 40.1421 |
CIE-Lab | 72.4236 | 17.7441 | 71.4505 |
#eda31e color RGB value is (237,163,30).
#eda31e hex color red value is 237, green value is 163 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #eda31e hue: 0.11 , saturation: 0.85 and the lightness value of eda31e is 0.52.
The process color (four color CMYK) of #eda31e color hex is 0.00, 0.31, 0.87, 0.07. Web safe color of #eda31e is #ff9933. Color #eda31e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10100011 | 00011110 |
Octal | 355 | 243 | 36 |
Decimal | 237 | 163 | 30 |
Hex | ED | A3 | 1E |
Shades of #eda31e
Tints of #eda31e
RGB Percentages of Color #eda31e
CMYK Percentages of Color #eda31e
Complementary Color
#eda31e | #1e68ed |
#eda31e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eda31e Color Preview on White Background
Lorem ipsum dolor sit amet.
#eda31e Color CSS Codes
.mybgcolor {background-color:#eda31e; } .myforecolor {color:#eda31e; } .mybordercolor {border:3px solid #eda31e; }
#eda31e Text Font Color
<p style="color:#eda31e">Text here</p>
This sample text font color is #eda31e
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.
#eda31e Background Color
<div style="background-color:#eda31e">
Div content here</div>
This div background color is #eda31e
#eda31e Border Color
<div style="border:3px solid #eda31e">
Div here</div>
This div border color is #eda31e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,163,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eda31e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eda31e; -webkit-box-shadow: 1px 1px 3px 2px #eda31e; box-shadow: 1px 1px 3px 2px #eda31e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,163,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eda31e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eda31e; -webkit-box-shadow: 1px 1px 3px 2px #eda31e; box-shadow: 1px 1px 3px 2px #eda31e;">
Div content here</div>
This div box has shadow with color #eda31e
Comments
No comments written yet.
Please login to write comment.