Color spaces of #ecb72f
RGB | 236 | 183 | 47 |
---|---|---|---|
HSL | 0.12 | 0.83 | 0.55 |
HSV | 43° | 80° | 93° |
CMYK | 0.00 | 0.22 | 0.80 0.07 |
XYZ | 52.0386 | 51.9051 | 9.9653 |
Yxy | 51.9051 | 0.4568 | 0.4557 |
Hunter Lab | 72.0452 | 2.8523 | 42.2306 |
CIE-Lab | 77.2241 | 7.2121 | 70.6003 |
#ecb72f color RGB value is (236,183,47).
#ecb72f hex color red value is 236, green value is 183 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ecb72f hue: 0.12 , saturation: 0.83 and the lightness value of ecb72f is 0.55.
The process color (four color CMYK) of #ecb72f color hex is 0.00, 0.22, 0.80, 0.07. Web safe color of #ecb72f is #ffcc33. Color #ecb72f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10110111 | 00101111 |
Octal | 354 | 267 | 57 |
Decimal | 236 | 183 | 47 |
Hex | EC | B7 | 2F |
Shades of #ecb72f
Tints of #ecb72f
RGB Percentages of Color #ecb72f
CMYK Percentages of Color #ecb72f
Complementary Color
#ecb72f | #2f64ec |
#ecb72f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb72f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb72f Color CSS Codes
.mybgcolor {background-color:#ecb72f; } .myforecolor {color:#ecb72f; } .mybordercolor {border:3px solid #ecb72f; }
#ecb72f Text Font Color
<p style="color:#ecb72f">Text here</p>
This sample text font color is #ecb72f
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.
#ecb72f Background Color
<div style="background-color:#ecb72f">
Div content here</div>
This div background color is #ecb72f
#ecb72f Border Color
<div style="border:3px solid #ecb72f">
Div here</div>
This div border color is #ecb72f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,183,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb72f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb72f; -webkit-box-shadow: 1px 1px 3px 2px #ecb72f; box-shadow: 1px 1px 3px 2px #ecb72f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,183,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecb72f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb72f; -webkit-box-shadow: 1px 1px 3px 2px #ecb72f; box-shadow: 1px 1px 3px 2px #ecb72f;">
Div content here</div>
This div box has shadow with color #ecb72f
Comments
No comments written yet.
Please login to write comment.