Color spaces of #edd222
RGB | 237 | 210 | 34 |
---|---|---|---|
HSL | 0.14 | 0.85 | 0.53 |
HSV | 52° | 86° | 93° |
CMYK | 0.00 | 0.11 | 0.86 0.07 |
XYZ | 58.2604 | 64.2132 | 10.8371 |
Yxy | 64.2132 | 0.4370 | 0.4817 |
Hunter Lab | 80.1331 | -10.4555 | 48.0749 |
CIE-Lab | 84.0767 | -6.6328 | 79.8599 |
#edd222 color RGB value is (237,210,34).
#edd222 hex color red value is 237, green value is 210 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #edd222 hue: 0.14 , saturation: 0.85 and the lightness value of edd222 is 0.53.
The process color (four color CMYK) of #edd222 color hex is 0.00, 0.11, 0.86, 0.07. Web safe color of #edd222 is #ffcc33. Color #edd222 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11010010 | 00100010 |
Octal | 355 | 322 | 42 |
Decimal | 237 | 210 | 34 |
Hex | ED | D2 | 22 |
Shades of #edd222
Tints of #edd222
RGB Percentages of Color #edd222
CMYK Percentages of Color #edd222
Complementary Color
#edd222 | #223ded |
#edd222 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edd222 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edd222 Color CSS Codes
.mybgcolor {background-color:#edd222; } .myforecolor {color:#edd222; } .mybordercolor {border:3px solid #edd222; }
#edd222 Text Font Color
<p style="color:#edd222">Text here</p>
This sample text font color is #edd222
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.
#edd222 Background Color
<div style="background-color:#edd222">
Div content here</div>
This div background color is #edd222
#edd222 Border Color
<div style="border:3px solid #edd222">
Div here</div>
This div border color is #edd222
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,210,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edd222; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edd222; -webkit-box-shadow: 1px 1px 3px 2px #edd222; box-shadow: 1px 1px 3px 2px #edd222; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,210,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edd222">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edd222; -webkit-box-shadow: 1px 1px 3px 2px #edd222; box-shadow: 1px 1px 3px 2px #edd222;">
Div content here</div>
This div box has shadow with color #edd222
Comments
No comments written yet.
Please login to write comment.