Color spaces of #ede12f
RGB | 237 | 225 | 47 |
---|---|---|---|
HSL | 0.16 | 0.84 | 0.56 |
HSV | 56° | 80° | 93° |
CMYK | 0.00 | 0.05 | 0.80 0.07 |
XYZ | 62.3634 | 72.0602 | 13.3114 |
Yxy | 72.0602 | 0.4221 | 0.4878 |
Hunter Lab | 84.8883 | -17.4190 | 50.1245 |
CIE-Lab | 87.9976 | -13.7880 | 80.0438 |
#ede12f color RGB value is (237,225,47).
#ede12f hex color red value is 237, green value is 225 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ede12f hue: 0.16 , saturation: 0.84 and the lightness value of ede12f is 0.56.
The process color (four color CMYK) of #ede12f color hex is 0.00, 0.05, 0.80, 0.07. Web safe color of #ede12f is #ffcc33. Color #ede12f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11100001 | 00101111 |
Octal | 355 | 341 | 57 |
Decimal | 237 | 225 | 47 |
Hex | ED | E1 | 2F |
Shades of #ede12f
Tints of #ede12f
RGB Percentages of Color #ede12f
CMYK Percentages of Color #ede12f
Complementary Color
#ede12f | #2f3bed |
#ede12f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede12f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede12f Color CSS Codes
.mybgcolor {background-color:#ede12f; } .myforecolor {color:#ede12f; } .mybordercolor {border:3px solid #ede12f; }
#ede12f Text Font Color
<p style="color:#ede12f">Text here</p>
This sample text font color is #ede12f
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.
#ede12f Background Color
<div style="background-color:#ede12f">
Div content here</div>
This div background color is #ede12f
#ede12f Border Color
<div style="border:3px solid #ede12f">
Div here</div>
This div border color is #ede12f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,225,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede12f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede12f; -webkit-box-shadow: 1px 1px 3px 2px #ede12f; box-shadow: 1px 1px 3px 2px #ede12f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,225,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ede12f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede12f; -webkit-box-shadow: 1px 1px 3px 2px #ede12f; box-shadow: 1px 1px 3px 2px #ede12f;">
Div content here</div>
This div box has shadow with color #ede12f
Comments
No comments written yet.
Please login to write comment.