Color spaces of #eca01f
RGB | 236 | 160 | 31 |
---|---|---|---|
HSL | 0.10 | 0.84 | 0.52 |
HSV | 38° | 87° | 93° |
CMYK | 0.00 | 0.32 | 0.87 0.07 |
XYZ | 47.4102 | 43.0734 | 7.1115 |
Yxy | 43.0734 | 0.4858 | 0.4413 |
Hunter Lab | 65.6303 | 14.0922 | 39.5167 |
CIE-Lab | 71.6048 | 18.9279 | 70.4992 |
#eca01f color RGB value is (236,160,31).
#eca01f hex color red value is 236, green value is 160 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #eca01f hue: 0.10 , saturation: 0.84 and the lightness value of eca01f is 0.52.
The process color (four color CMYK) of #eca01f color hex is 0.00, 0.32, 0.87, 0.07. Web safe color of #eca01f is #ff9933. Color #eca01f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10100000 | 00011111 |
Octal | 354 | 240 | 37 |
Decimal | 236 | 160 | 31 |
Hex | EC | A0 | 1F |
Shades of #eca01f
Tints of #eca01f
RGB Percentages of Color #eca01f
CMYK Percentages of Color #eca01f
Complementary Color
#eca01f | #1f6bec |
#eca01f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eca01f Color Preview on White Background
Lorem ipsum dolor sit amet.
#eca01f Color CSS Codes
.mybgcolor {background-color:#eca01f; } .myforecolor {color:#eca01f; } .mybordercolor {border:3px solid #eca01f; }
#eca01f Text Font Color
<p style="color:#eca01f">Text here</p>
This sample text font color is #eca01f
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.
#eca01f Background Color
<div style="background-color:#eca01f">
Div content here</div>
This div background color is #eca01f
#eca01f Border Color
<div style="border:3px solid #eca01f">
Div here</div>
This div border color is #eca01f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,160,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eca01f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eca01f; -webkit-box-shadow: 1px 1px 3px 2px #eca01f; box-shadow: 1px 1px 3px 2px #eca01f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,160,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eca01f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eca01f; -webkit-box-shadow: 1px 1px 3px 2px #eca01f; box-shadow: 1px 1px 3px 2px #eca01f;">
Div content here</div>
This div box has shadow with color #eca01f
Comments
No comments written yet.
Please login to write comment.