Color spaces of #eda63f
RGB | 237 | 166 | 63 |
---|---|---|---|
HSL | 0.10 | 0.83 | 0.59 |
HSV | 36° | 73° | 93° |
CMYK | 0.00 | 0.30 | 0.73 0.07 |
XYZ | 49.4585 | 45.6358 | 10.9045 |
Yxy | 45.6358 | 0.4666 | 0.4305 |
Hunter Lab | 67.5543 | 12.4652 | 37.7175 |
CIE-Lab | 73.3086 | 17.2141 | 61.1025 |
#eda63f color RGB value is (237,166,63).
#eda63f hex color red value is 237, green value is 166 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #eda63f hue: 0.10 , saturation: 0.83 and the lightness value of eda63f is 0.59.
The process color (four color CMYK) of #eda63f color hex is 0.00, 0.30, 0.73, 0.07. Web safe color of #eda63f is #ff9933. Color #eda63f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10100110 | 00111111 |
Octal | 355 | 246 | 77 |
Decimal | 237 | 166 | 63 |
Hex | ED | A6 | 3F |
Shades of #eda63f
Tints of #eda63f
RGB Percentages of Color #eda63f
CMYK Percentages of Color #eda63f
Complementary Color
#eda63f | #3f86ed |
#eda63f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eda63f Color Preview on White Background
Lorem ipsum dolor sit amet.
#eda63f Color CSS Codes
.mybgcolor {background-color:#eda63f; } .myforecolor {color:#eda63f; } .mybordercolor {border:3px solid #eda63f; }
#eda63f Text Font Color
<p style="color:#eda63f">Text here</p>
This sample text font color is #eda63f
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.
#eda63f Background Color
<div style="background-color:#eda63f">
Div content here</div>
This div background color is #eda63f
#eda63f Border Color
<div style="border:3px solid #eda63f">
Div here</div>
This div border color is #eda63f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,166,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eda63f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eda63f; -webkit-box-shadow: 1px 1px 3px 2px #eda63f; box-shadow: 1px 1px 3px 2px #eda63f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,166,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eda63f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eda63f; -webkit-box-shadow: 1px 1px 3px 2px #eda63f; box-shadow: 1px 1px 3px 2px #eda63f;">
Div content here</div>
This div box has shadow with color #eda63f
Comments
No comments written yet.
Please login to write comment.