Color spaces of #efc107
RGB | 239 | 193 | 7 |
---|---|---|---|
HSL | 0.13 | 0.94 | 0.48 |
HSV | 48° | 97° | 94° |
CMYK | 0.00 | 0.19 | 0.97 0.06 |
XYZ | 54.7049 | 56.5060 | 8.2245 |
Yxy | 56.5060 | 0.4580 | 0.4731 |
Hunter Lab | 75.1705 | -1.6459 | 46.1323 |
CIE-Lab | 79.9009 | 2.5438 | 80.8030 |
#efc107 color RGB value is (239,193,7).
#efc107 hex color red value is 239, green value is 193 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #efc107 hue: 0.13 , saturation: 0.94 and the lightness value of efc107 is 0.48.
The process color (four color CMYK) of #efc107 color hex is 0.00, 0.19, 0.97, 0.06. Web safe color of #efc107 is #ffcc00. Color #efc107 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11000001 | 00000111 |
Octal | 357 | 301 | 7 |
Decimal | 239 | 193 | 7 |
Hex | EF | C1 | 7 |
Shades of #efc107
Tints of #efc107
RGB Percentages of Color #efc107
CMYK Percentages of Color #efc107
Complementary Color
#efc107 | #0735ef |
#efc107 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efc107 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efc107 Color CSS Codes
.mybgcolor {background-color:#efc107; } .myforecolor {color:#efc107; } .mybordercolor {border:3px solid #efc107; }
#efc107 Text Font Color
<p style="color:#efc107">Text here</p>
This sample text font color is #efc107
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.
#efc107 Background Color
<div style="background-color:#efc107">
Div content here</div>
This div background color is #efc107
#efc107 Border Color
<div style="border:3px solid #efc107">
Div here</div>
This div border color is #efc107
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,193,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efc107; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efc107; -webkit-box-shadow: 1px 1px 3px 2px #efc107; box-shadow: 1px 1px 3px 2px #efc107; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,193,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efc107">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efc107; -webkit-box-shadow: 1px 1px 3px 2px #efc107; box-shadow: 1px 1px 3px 2px #efc107;">
Div content here</div>
This div box has shadow with color #efc107
Comments
No comments written yet.
Please login to write comment.