Color spaces of #efda47
RGB | 239 | 218 | 71 |
---|---|---|---|
HSL | 0.15 | 0.84 | 0.61 |
HSV | 53° | 70° | 94° |
CMYK | 0.00 | 0.09 | 0.70 0.06 |
XYZ | 61.8053 | 68.9485 | 16.0121 |
Yxy | 68.9485 | 0.4211 | 0.4698 |
Hunter Lab | 83.0352 | -12.4494 | 46.6915 |
CIE-Lab | 86.4785 | -8.5405 | 71.1207 |
#efda47 color RGB value is (239,218,71).
#efda47 hex color red value is 239, green value is 218 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #efda47 hue: 0.15 , saturation: 0.84 and the lightness value of efda47 is 0.61.
The process color (four color CMYK) of #efda47 color hex is 0.00, 0.09, 0.70, 0.06. Web safe color of #efda47 is #ffcc33. Color #efda47 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11011010 | 01000111 |
Octal | 357 | 332 | 107 |
Decimal | 239 | 218 | 71 |
Hex | EF | DA | 47 |
Shades of #efda47
Tints of #efda47
RGB Percentages of Color #efda47
CMYK Percentages of Color #efda47
Complementary Color
#efda47 | #475cef |
#efda47 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efda47 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efda47 Color CSS Codes
.mybgcolor {background-color:#efda47; } .myforecolor {color:#efda47; } .mybordercolor {border:3px solid #efda47; }
#efda47 Text Font Color
<p style="color:#efda47">Text here</p>
This sample text font color is #efda47
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.
#efda47 Background Color
<div style="background-color:#efda47">
Div content here</div>
This div background color is #efda47
#efda47 Border Color
<div style="border:3px solid #efda47">
Div here</div>
This div border color is #efda47
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,218,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efda47; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efda47; -webkit-box-shadow: 1px 1px 3px 2px #efda47; box-shadow: 1px 1px 3px 2px #efda47; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,218,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efda47">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efda47; -webkit-box-shadow: 1px 1px 3px 2px #efda47; box-shadow: 1px 1px 3px 2px #efda47;">
Div content here</div>
This div box has shadow with color #efda47
Comments
No comments written yet.
Please login to write comment.