Color spaces of #ecb91f
RGB | 236 | 185 | 31 |
---|---|---|---|
HSL | 0.13 | 0.84 | 0.52 |
HSV | 45° | 87° | 93° |
CMYK | 0.00 | 0.22 | 0.87 0.07 |
XYZ | 52.1884 | 52.6297 | 8.7043 |
Yxy | 52.6297 | 0.4597 | 0.4636 |
Hunter Lab | 72.5463 | 1.4533 | 43.6687 |
CIE-Lab | 77.6559 | 5.7430 | 75.3191 |
#ecb91f color RGB value is (236,185,31).
#ecb91f hex color red value is 236, green value is 185 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ecb91f hue: 0.13 , saturation: 0.84 and the lightness value of ecb91f is 0.52.
The process color (four color CMYK) of #ecb91f color hex is 0.00, 0.22, 0.87, 0.07. Web safe color of #ecb91f is #ffcc33. Color #ecb91f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111001 | 00011111 |
Octal | 354 | 271 | 37 |
Decimal | 236 | 185 | 31 |
Hex | EC | B9 | 1F |
Shades of #ecb91f
Tints of #ecb91f
RGB Percentages of Color #ecb91f
CMYK Percentages of Color #ecb91f
Complementary Color
#ecb91f | #1f52ec |
#ecb91f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb91f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb91f Color CSS Codes
.mybgcolor {background-color:#ecb91f; } .myforecolor {color:#ecb91f; } .mybordercolor {border:3px solid #ecb91f; }
#ecb91f Text Font Color
<p style="color:#ecb91f">Text here</p>
This sample text font color is #ecb91f
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.
#ecb91f Background Color
<div style="background-color:#ecb91f">
Div content here</div>
This div background color is #ecb91f
#ecb91f Border Color
<div style="border:3px solid #ecb91f">
Div here</div>
This div border color is #ecb91f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,185,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb91f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb91f; -webkit-box-shadow: 1px 1px 3px 2px #ecb91f; box-shadow: 1px 1px 3px 2px #ecb91f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,185,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 #ecb91f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb91f; -webkit-box-shadow: 1px 1px 3px 2px #ecb91f; box-shadow: 1px 1px 3px 2px #ecb91f;">
Div content here</div>
This div box has shadow with color #ecb91f
Comments
No comments written yet.
Please login to write comment.