Color spaces of #efb41f
RGB | 239 | 180 | 31 |
---|---|---|---|
HSL | 0.12 | 0.87 | 0.53 |
HSV | 43° | 87° | 94° |
CMYK | 0.00 | 0.25 | 0.87 0.06 |
XYZ | 52.1652 | 51.0922 | 8.4087 |
Yxy | 51.0922 | 0.4672 | 0.4575 |
Hunter Lab | 71.4788 | 5.1813 | 43.0603 |
CIE-Lab | 76.7348 | 9.6523 | 74.7177 |
#efb41f color RGB value is (239,180,31).
#efb41f hex color red value is 239, green value is 180 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #efb41f hue: 0.12 , saturation: 0.87 and the lightness value of efb41f is 0.53.
The process color (four color CMYK) of #efb41f color hex is 0.00, 0.25, 0.87, 0.06. Web safe color of #efb41f is #ffcc33. Color #efb41f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10110100 | 00011111 |
Octal | 357 | 264 | 37 |
Decimal | 239 | 180 | 31 |
Hex | EF | B4 | 1F |
Shades of #efb41f
Tints of #efb41f
RGB Percentages of Color #efb41f
CMYK Percentages of Color #efb41f
Complementary Color
#efb41f | #1f5aef |
#efb41f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efb41f Color Preview on White Background
Lorem ipsum dolor sit amet.
#efb41f Color CSS Codes
.mybgcolor {background-color:#efb41f; } .myforecolor {color:#efb41f; } .mybordercolor {border:3px solid #efb41f; }
#efb41f Text Font Color
<p style="color:#efb41f">Text here</p>
This sample text font color is #efb41f
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.
#efb41f Background Color
<div style="background-color:#efb41f">
Div content here</div>
This div background color is #efb41f
#efb41f Border Color
<div style="border:3px solid #efb41f">
Div here</div>
This div border color is #efb41f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,180,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efb41f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efb41f; -webkit-box-shadow: 1px 1px 3px 2px #efb41f; box-shadow: 1px 1px 3px 2px #efb41f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,180,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efb41f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efb41f; -webkit-box-shadow: 1px 1px 3px 2px #efb41f; box-shadow: 1px 1px 3px 2px #efb41f;">
Div content here</div>
This div box has shadow with color #efb41f
Comments
No comments written yet.
Please login to write comment.