Color spaces of #edc443
RGB | 237 | 196 | 67 |
---|---|---|---|
HSL | 0.13 | 0.83 | 0.60 |
HSV | 46° | 72° | 93° |
CMYK | 0.00 | 0.17 | 0.72 0.07 |
XYZ | 55.6781 | 57.8896 | 13.5495 |
Yxy | 57.8896 | 0.4380 | 0.4554 |
Hunter Lab | 76.0852 | -2.5253 | 42.7011 |
CIE-Lab | 80.6774 | 1.6490 | 66.8344 |
#edc443 color RGB value is (237,196,67).
#edc443 hex color red value is 237, green value is 196 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #edc443 hue: 0.13 , saturation: 0.83 and the lightness value of edc443 is 0.60.
The process color (four color CMYK) of #edc443 color hex is 0.00, 0.17, 0.72, 0.07. Web safe color of #edc443 is #ffcc33. Color #edc443 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11000100 | 01000011 |
Octal | 355 | 304 | 103 |
Decimal | 237 | 196 | 67 |
Hex | ED | C4 | 43 |
Shades of #edc443
Tints of #edc443
RGB Percentages of Color #edc443
CMYK Percentages of Color #edc443
Complementary Color
#edc443 | #436ced |
#edc443 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc443 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc443 Color CSS Codes
.mybgcolor {background-color:#edc443; } .myforecolor {color:#edc443; } .mybordercolor {border:3px solid #edc443; }
#edc443 Text Font Color
<p style="color:#edc443">Text here</p>
This sample text font color is #edc443
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.
#edc443 Background Color
<div style="background-color:#edc443">
Div content here</div>
This div background color is #edc443
#edc443 Border Color
<div style="border:3px solid #edc443">
Div here</div>
This div border color is #edc443
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,196,67, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc443; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc443; -webkit-box-shadow: 1px 1px 3px 2px #edc443; box-shadow: 1px 1px 3px 2px #edc443; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,196,67, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc443">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc443; -webkit-box-shadow: 1px 1px 3px 2px #edc443; box-shadow: 1px 1px 3px 2px #edc443;">
Div content here</div>
This div box has shadow with color #edc443
Comments
No comments written yet.
Please login to write comment.