Color spaces of #eddc65
RGB | 237 | 220 | 101 |
---|---|---|---|
HSL | 0.15 | 0.79 | 0.66 |
HSV | 53° | 57° | 93° |
CMYK | 0.00 | 0.07 | 0.57 0.07 |
XYZ | 62.8672 | 70.1305 | 22.5350 |
Yxy | 70.1305 | 0.4042 | 0.4509 |
Hunter Lab | 83.7440 | -12.5507 | 42.6662 |
CIE-Lab | 87.0608 | -8.5835 | 59.3881 |
#eddc65 color RGB value is (237,220,101).
#eddc65 hex color red value is 237, green value is 220 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #eddc65 hue: 0.15 , saturation: 0.79 and the lightness value of eddc65 is 0.66.
The process color (four color CMYK) of #eddc65 color hex is 0.00, 0.07, 0.57, 0.07. Web safe color of #eddc65 is #ffcc66. Color #eddc65 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11011100 | 01100101 |
Octal | 355 | 334 | 145 |
Decimal | 237 | 220 | 101 |
Hex | ED | DC | 65 |
Shades of #eddc65
Tints of #eddc65
RGB Percentages of Color #eddc65
CMYK Percentages of Color #eddc65
Complementary Color
#eddc65 | #6576ed |
#eddc65 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eddc65 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eddc65 Color CSS Codes
.mybgcolor {background-color:#eddc65; } .myforecolor {color:#eddc65; } .mybordercolor {border:3px solid #eddc65; }
#eddc65 Text Font Color
<p style="color:#eddc65">Text here</p>
This sample text font color is #eddc65
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.
#eddc65 Background Color
<div style="background-color:#eddc65">
Div content here</div>
This div background color is #eddc65
#eddc65 Border Color
<div style="border:3px solid #eddc65">
Div here</div>
This div border color is #eddc65
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,220,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eddc65; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eddc65; -webkit-box-shadow: 1px 1px 3px 2px #eddc65; box-shadow: 1px 1px 3px 2px #eddc65; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,220,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eddc65">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eddc65; -webkit-box-shadow: 1px 1px 3px 2px #eddc65; box-shadow: 1px 1px 3px 2px #eddc65;">
Div content here</div>
This div box has shadow with color #eddc65
Comments
No comments written yet.
Please login to write comment.