Color spaces of #efbe5e
RGB | 239 | 190 | 94 |
---|---|---|---|
HSL | 0.11 | 0.82 | 0.65 |
HSV | 40° | 61° | 94° |
CMYK | 0.00 | 0.21 | 0.61 0.06 |
XYZ | 56.0304 | 55.9858 | 18.4429 |
Yxy | 55.9858 | 0.4295 | 0.4291 |
Hunter Lab | 74.8237 | 2.7252 | 37.7625 |
CIE-Lab | 79.6057 | 7.1486 | 54.1786 |
#efbe5e color RGB value is (239,190,94).
#efbe5e hex color red value is 239, green value is 190 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #efbe5e hue: 0.11 , saturation: 0.82 and the lightness value of efbe5e is 0.65.
The process color (four color CMYK) of #efbe5e color hex is 0.00, 0.21, 0.61, 0.06. Web safe color of #efbe5e is #ffcc66. Color #efbe5e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111110 | 01011110 |
Octal | 357 | 276 | 136 |
Decimal | 239 | 190 | 94 |
Hex | EF | BE | 5E |
Shades of #efbe5e
Tints of #efbe5e
RGB Percentages of Color #efbe5e
CMYK Percentages of Color #efbe5e
Complementary Color
#efbe5e | #5e8fef |
#efbe5e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efbe5e Color Preview on White Background
Lorem ipsum dolor sit amet.
#efbe5e Color CSS Codes
.mybgcolor {background-color:#efbe5e; } .myforecolor {color:#efbe5e; } .mybordercolor {border:3px solid #efbe5e; }
#efbe5e Text Font Color
<p style="color:#efbe5e">Text here</p>
This sample text font color is #efbe5e
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.
#efbe5e Background Color
<div style="background-color:#efbe5e">
Div content here</div>
This div background color is #efbe5e
#efbe5e Border Color
<div style="border:3px solid #efbe5e">
Div here</div>
This div border color is #efbe5e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,190,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efbe5e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efbe5e; -webkit-box-shadow: 1px 1px 3px 2px #efbe5e; box-shadow: 1px 1px 3px 2px #efbe5e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,190,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efbe5e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efbe5e; -webkit-box-shadow: 1px 1px 3px 2px #efbe5e; box-shadow: 1px 1px 3px 2px #efbe5e;">
Div content here</div>
This div box has shadow with color #efbe5e
Comments
No comments written yet.
Please login to write comment.