Color spaces of #edd538
RGB | 237 | 213 | 56 |
---|---|---|---|
HSL | 0.14 | 0.83 | 0.57 |
HSV | 52° | 76° | 93° |
CMYK | 0.00 | 0.10 | 0.76 0.07 |
XYZ | 59.4331 | 65.8785 | 13.3248 |
Yxy | 65.8785 | 0.4287 | 0.4752 |
Hunter Lab | 81.1656 | -11.3340 | 47.0824 |
CIE-Lab | 84.9344 | -7.4992 | 74.7292 |
#edd538 color RGB value is (237,213,56).
#edd538 hex color red value is 237, green value is 213 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #edd538 hue: 0.14 , saturation: 0.83 and the lightness value of edd538 is 0.57.
The process color (four color CMYK) of #edd538 color hex is 0.00, 0.10, 0.76, 0.07. Web safe color of #edd538 is #ffcc33. Color #edd538 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010101 | 00111000 |
Octal | 355 | 325 | 70 |
Decimal | 237 | 213 | 56 |
Hex | ED | D5 | 38 |
Shades of #edd538
Tints of #edd538
RGB Percentages of Color #edd538
CMYK Percentages of Color #edd538
Complementary Color
#edd538 | #3850ed |
#edd538 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd538 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd538 Color CSS Codes
.mybgcolor {background-color:#edd538; } .myforecolor {color:#edd538; } .mybordercolor {border:3px solid #edd538; }
#edd538 Text Font Color
<p style="color:#edd538">Text here</p>
This sample text font color is #edd538
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.
#edd538 Background Color
<div style="background-color:#edd538">
Div content here</div>
This div background color is #edd538
#edd538 Border Color
<div style="border:3px solid #edd538">
Div here</div>
This div border color is #edd538
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,213,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd538; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd538; -webkit-box-shadow: 1px 1px 3px 2px #edd538; box-shadow: 1px 1px 3px 2px #edd538; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,213,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd538">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd538; -webkit-box-shadow: 1px 1px 3px 2px #edd538; box-shadow: 1px 1px 3px 2px #edd538;">
Div content here</div>
This div box has shadow with color #edd538
Comments
No comments written yet.
Please login to write comment.