Color spaces of #eda348
RGB | 237 | 163 | 72 |
---|---|---|---|
HSL | 0.09 | 0.82 | 0.61 |
HSV | 33° | 70° | 93° |
CMYK | 0.00 | 0.31 | 0.70 0.07 |
XYZ | 49.1919 | 44.6668 | 12.1597 |
Yxy | 44.6668 | 0.4640 | 0.4213 |
Hunter Lab | 66.8332 | 14.4249 | 35.9960 |
CIE-Lab | 72.6720 | 19.2343 | 56.5698 |
#eda348 color RGB value is (237,163,72).
#eda348 hex color red value is 237, green value is 163 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #eda348 hue: 0.09 , saturation: 0.82 and the lightness value of eda348 is 0.61.
The process color (four color CMYK) of #eda348 color hex is 0.00, 0.31, 0.70, 0.07. Web safe color of #eda348 is #ff9933. Color #eda348 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10100011 | 01001000 |
Octal | 355 | 243 | 110 |
Decimal | 237 | 163 | 72 |
Hex | ED | A3 | 48 |
Shades of #eda348
Tints of #eda348
RGB Percentages of Color #eda348
CMYK Percentages of Color #eda348
Complementary Color
#eda348 | #4892ed |
#eda348 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eda348 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eda348 Color CSS Codes
.mybgcolor {background-color:#eda348; } .myforecolor {color:#eda348; } .mybordercolor {border:3px solid #eda348; }
#eda348 Text Font Color
<p style="color:#eda348">Text here</p>
This sample text font color is #eda348
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.
#eda348 Background Color
<div style="background-color:#eda348">
Div content here</div>
This div background color is #eda348
#eda348 Border Color
<div style="border:3px solid #eda348">
Div here</div>
This div border color is #eda348
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,163,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eda348; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eda348; -webkit-box-shadow: 1px 1px 3px 2px #eda348; box-shadow: 1px 1px 3px 2px #eda348; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,163,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eda348">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eda348; -webkit-box-shadow: 1px 1px 3px 2px #eda348; box-shadow: 1px 1px 3px 2px #eda348;">
Div content here</div>
This div box has shadow with color #eda348
Comments
No comments written yet.
Please login to write comment.