Color spaces of #ede420
RGB | 237 | 228 | 32 |
---|---|---|---|
HSL | 0.16 | 0.85 | 0.53 |
HSV | 57° | 86° | 93° |
CMYK | 0.00 | 0.04 | 0.86 0.07 |
XYZ | 62.9292 | 73.5956 | 12.2552 |
Yxy | 73.5956 | 0.4230 | 0.4947 |
Hunter Lab | 85.7879 | -19.1911 | 51.5817 |
CIE-Lab | 88.7310 | -15.6394 | 84.0064 |
#ede420 color RGB value is (237,228,32).
#ede420 hex color red value is 237, green value is 228 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ede420 hue: 0.16 , saturation: 0.85 and the lightness value of ede420 is 0.53.
The process color (four color CMYK) of #ede420 color hex is 0.00, 0.04, 0.86, 0.07. Web safe color of #ede420 is #ffcc33. Color #ede420 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11100100 | 00100000 |
Octal | 355 | 344 | 40 |
Decimal | 237 | 228 | 32 |
Hex | ED | E4 | 20 |
Shades of #ede420
Tints of #ede420
RGB Percentages of Color #ede420
CMYK Percentages of Color #ede420
Complementary Color
#ede420 | #2029ed |
#ede420 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede420 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede420 Color CSS Codes
.mybgcolor {background-color:#ede420; } .myforecolor {color:#ede420; } .mybordercolor {border:3px solid #ede420; }
#ede420 Text Font Color
<p style="color:#ede420">Text here</p>
This sample text font color is #ede420
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.
#ede420 Background Color
<div style="background-color:#ede420">
Div content here</div>
This div background color is #ede420
#ede420 Border Color
<div style="border:3px solid #ede420">
Div here</div>
This div border color is #ede420
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,228,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede420; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede420; -webkit-box-shadow: 1px 1px 3px 2px #ede420; box-shadow: 1px 1px 3px 2px #ede420; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,228,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ede420">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede420; -webkit-box-shadow: 1px 1px 3px 2px #ede420; box-shadow: 1px 1px 3px 2px #ede420;">
Div content here</div>
This div box has shadow with color #ede420
Comments
No comments written yet.
Please login to write comment.