Color spaces of #ecb82b
RGB | 236 | 184 | 43 |
---|---|---|---|
HSL | 0.12 | 0.84 | 0.55 |
HSV | 44° | 82° | 93° |
CMYK | 0.00 | 0.22 | 0.82 0.07 |
XYZ | 52.1686 | 52.2883 | 9.6286 |
Yxy | 52.2883 | 0.4573 | 0.4583 |
Hunter Lab | 72.3106 | 2.2354 | 42.7226 |
CIE-Lab | 77.4529 | 6.5660 | 72.0216 |
#ecb82b color RGB value is (236,184,43).
#ecb82b hex color red value is 236, green value is 184 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ecb82b hue: 0.12 , saturation: 0.84 and the lightness value of ecb82b is 0.55.
The process color (four color CMYK) of #ecb82b color hex is 0.00, 0.22, 0.82, 0.07. Web safe color of #ecb82b is #ffcc33. Color #ecb82b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111000 | 00101011 |
Octal | 354 | 270 | 53 |
Decimal | 236 | 184 | 43 |
Hex | EC | B8 | 2B |
Shades of #ecb82b
Tints of #ecb82b
RGB Percentages of Color #ecb82b
CMYK Percentages of Color #ecb82b
Complementary Color
#ecb82b | #2b5fec |
#ecb82b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecb82b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecb82b Color CSS Codes
.mybgcolor {background-color:#ecb82b; } .myforecolor {color:#ecb82b; } .mybordercolor {border:3px solid #ecb82b; }
#ecb82b Text Font Color
<p style="color:#ecb82b">Text here</p>
This sample text font color is #ecb82b
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.
#ecb82b Background Color
<div style="background-color:#ecb82b">
Div content here</div>
This div background color is #ecb82b
#ecb82b Border Color
<div style="border:3px solid #ecb82b">
Div here</div>
This div border color is #ecb82b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,184,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecb82b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecb82b; -webkit-box-shadow: 1px 1px 3px 2px #ecb82b; box-shadow: 1px 1px 3px 2px #ecb82b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,184,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecb82b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecb82b; -webkit-box-shadow: 1px 1px 3px 2px #ecb82b; box-shadow: 1px 1px 3px 2px #ecb82b;">
Div content here</div>
This div box has shadow with color #ecb82b
Comments
No comments written yet.
Please login to write comment.