Color spaces of #eda018
RGB | 237 | 160 | 24 |
---|---|---|---|
HSL | 0.11 | 0.86 | 0.51 |
HSV | 38° | 90° | 93° |
CMYK | 0.00 | 0.32 | 0.90 0.07 |
XYZ | 47.6607 | 43.2121 | 6.6929 |
Yxy | 43.2121 | 0.4885 | 0.4429 |
Hunter Lab | 65.7359 | 14.3805 | 39.9785 |
CIE-Lab | 71.6987 | 19.2202 | 72.2736 |
#eda018 color RGB value is (237,160,24).
#eda018 hex color red value is 237, green value is 160 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #eda018 hue: 0.11 , saturation: 0.86 and the lightness value of eda018 is 0.51.
The process color (four color CMYK) of #eda018 color hex is 0.00, 0.32, 0.90, 0.07. Web safe color of #eda018 is #ff9900. Color #eda018 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10100000 | 00011000 |
Octal | 355 | 240 | 30 |
Decimal | 237 | 160 | 24 |
Hex | ED | A0 | 18 |
Shades of #eda018
Tints of #eda018
RGB Percentages of Color #eda018
CMYK Percentages of Color #eda018
Complementary Color
#eda018 | #1865ed |
#eda018 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eda018 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eda018 Color CSS Codes
.mybgcolor {background-color:#eda018; } .myforecolor {color:#eda018; } .mybordercolor {border:3px solid #eda018; }
#eda018 Text Font Color
<p style="color:#eda018">Text here</p>
This sample text font color is #eda018
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.
#eda018 Background Color
<div style="background-color:#eda018">
Div content here</div>
This div background color is #eda018
#eda018 Border Color
<div style="border:3px solid #eda018">
Div here</div>
This div border color is #eda018
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,160,24, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eda018; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eda018; -webkit-box-shadow: 1px 1px 3px 2px #eda018; box-shadow: 1px 1px 3px 2px #eda018; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,160,24, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eda018">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eda018; -webkit-box-shadow: 1px 1px 3px 2px #eda018; box-shadow: 1px 1px 3px 2px #eda018;">
Div content here</div>
This div box has shadow with color #eda018
Comments
No comments written yet.
Please login to write comment.