Color spaces of #efbf3a
RGB | 239 | 191 | 58 |
---|---|---|---|
HSL | 0.12 | 0.85 | 0.58 |
HSV | 44° | 76° | 94° |
CMYK | 0.00 | 0.20 | 0.76 0.06 |
XYZ | 54.9911 | 55.9178 | 11.8979 |
Yxy | 55.9178 | 0.4478 | 0.4553 |
Hunter Lab | 74.7782 | 0.4051 | 42.9112 |
CIE-Lab | 79.5670 | 4.7072 | 69.1541 |
#efbf3a color RGB value is (239,191,58).
#efbf3a hex color red value is 239, green value is 191 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #efbf3a hue: 0.12 , saturation: 0.85 and the lightness value of efbf3a is 0.58.
The process color (four color CMYK) of #efbf3a color hex is 0.00, 0.20, 0.76, 0.06. Web safe color of #efbf3a is #ffcc33. Color #efbf3a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111111 | 00111010 |
Octal | 357 | 277 | 72 |
Decimal | 239 | 191 | 58 |
Hex | EF | BF | 3A |
Shades of #efbf3a
Tints of #efbf3a
RGB Percentages of Color #efbf3a
CMYK Percentages of Color #efbf3a
Complementary Color
#efbf3a | #3a6aef |
#efbf3a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efbf3a Color Preview on White Background
Lorem ipsum dolor sit amet.
#efbf3a Color CSS Codes
.mybgcolor {background-color:#efbf3a; } .myforecolor {color:#efbf3a; } .mybordercolor {border:3px solid #efbf3a; }
#efbf3a Text Font Color
<p style="color:#efbf3a">Text here</p>
This sample text font color is #efbf3a
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.
#efbf3a Background Color
<div style="background-color:#efbf3a">
Div content here</div>
This div background color is #efbf3a
#efbf3a Border Color
<div style="border:3px solid #efbf3a">
Div here</div>
This div border color is #efbf3a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,191,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efbf3a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efbf3a; -webkit-box-shadow: 1px 1px 3px 2px #efbf3a; box-shadow: 1px 1px 3px 2px #efbf3a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,191,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efbf3a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efbf3a; -webkit-box-shadow: 1px 1px 3px 2px #efbf3a; box-shadow: 1px 1px 3px 2px #efbf3a;">
Div content here</div>
This div box has shadow with color #efbf3a
Comments
No comments written yet.
Please login to write comment.