Color spaces of #ede112
RGB | 237 | 225 | 18 |
---|---|---|---|
HSL | 0.16 | 0.86 | 0.50 |
HSV | 57° | 92° | 93° |
CMYK | 0.00 | 0.05 | 0.92 0.07 |
XYZ | 61.9594 | 71.8986 | 11.1845 |
Yxy | 71.8986 | 0.4272 | 0.4957 |
Hunter Lab | 84.7930 | -17.9555 | 51.5346 |
CIE-Lab | 87.9198 | -14.3929 | 85.5060 |
#ede112 color RGB value is (237,225,18).
#ede112 hex color red value is 237, green value is 225 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ede112 hue: 0.16 , saturation: 0.86 and the lightness value of ede112 is 0.50.
The process color (four color CMYK) of #ede112 color hex is 0.00, 0.05, 0.92, 0.07. Web safe color of #ede112 is #ffcc00. Color #ede112 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11100001 | 00010010 |
Octal | 355 | 341 | 22 |
Decimal | 237 | 225 | 18 |
Hex | ED | E1 | 12 |
Shades of #ede112
Tints of #ede112
RGB Percentages of Color #ede112
CMYK Percentages of Color #ede112
Complementary Color
#ede112 | #121eed |
#ede112 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ede112 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ede112 Color CSS Codes
.mybgcolor {background-color:#ede112; } .myforecolor {color:#ede112; } .mybordercolor {border:3px solid #ede112; }
#ede112 Text Font Color
<p style="color:#ede112">Text here</p>
This sample text font color is #ede112
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.
#ede112 Background Color
<div style="background-color:#ede112">
Div content here</div>
This div background color is #ede112
#ede112 Border Color
<div style="border:3px solid #ede112">
Div here</div>
This div border color is #ede112
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,225,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ede112; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ede112; -webkit-box-shadow: 1px 1px 3px 2px #ede112; box-shadow: 1px 1px 3px 2px #ede112; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,225,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ede112">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ede112; -webkit-box-shadow: 1px 1px 3px 2px #ede112; box-shadow: 1px 1px 3px 2px #ede112;">
Div content here</div>
This div box has shadow with color #ede112
Comments
No comments written yet.
Please login to write comment.