Color spaces of #ede721
RGB | 237 | 231 | 33 |
---|---|---|---|
HSL | 0.16 | 0.85 | 0.53 |
HSV | 58° | 86° | 93° |
CMYK | 0.00 | 0.03 | 0.86 0.07 |
XYZ | 63.7755 | 75.2662 | 12.6053 |
Yxy | 75.2662 | 0.4206 | 0.4963 |
Hunter Lab | 86.7561 | -20.6056 | 52.1147 |
CIE-Lab | 89.5175 | -17.0848 | 84.4515 |
#ede721 color RGB value is (237,231,33).
#ede721 hex color red value is 237, green value is 231 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ede721 hue: 0.16 , saturation: 0.85 and the lightness value of ede721 is 0.53.
The process color (four color CMYK) of #ede721 color hex is 0.00, 0.03, 0.86, 0.07. Web safe color of #ede721 is #ffff33. Color #ede721 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11100111 | 00100001 |
Octal | 355 | 347 | 41 |
Decimal | 237 | 231 | 33 |
Hex | ED | E7 | 21 |
Shades of #ede721
Tints of #ede721
RGB Percentages of Color #ede721
CMYK Percentages of Color #ede721
Complementary Color
#ede721 | #2127ed |
#ede721 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede721 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede721 Color CSS Codes
.mybgcolor {background-color:#ede721; } .myforecolor {color:#ede721; } .mybordercolor {border:3px solid #ede721; }
#ede721 Text Font Color
<p style="color:#ede721">Text here</p>
This sample text font color is #ede721
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.
#ede721 Background Color
<div style="background-color:#ede721">
Div content here</div>
This div background color is #ede721
#ede721 Border Color
<div style="border:3px solid #ede721">
Div here</div>
This div border color is #ede721
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,231,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede721; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede721; -webkit-box-shadow: 1px 1px 3px 2px #ede721; box-shadow: 1px 1px 3px 2px #ede721; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,231,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ede721">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede721; -webkit-box-shadow: 1px 1px 3px 2px #ede721; box-shadow: 1px 1px 3px 2px #ede721;">
Div content here</div>
This div box has shadow with color #ede721
Comments
No comments written yet.
Please login to write comment.