Color spaces of #efaf49
RGB | 239 | 175 | 73 |
---|---|---|---|
HSL | 0.10 | 0.84 | 0.61 |
HSV | 37° | 69° | 94° |
CMYK | 0.00 | 0.27 | 0.69 0.06 |
XYZ | 52.1292 | 49.4917 | 13.1087 |
Yxy | 49.4917 | 0.4544 | 0.4314 |
Hunter Lab | 70.3503 | 9.1544 | 38.1975 |
CIE-Lab | 75.7562 | 13.7763 | 59.4444 |
#efaf49 color RGB value is (239,175,73).
#efaf49 hex color red value is 239, green value is 175 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #efaf49 hue: 0.10 , saturation: 0.84 and the lightness value of efaf49 is 0.61.
The process color (four color CMYK) of #efaf49 color hex is 0.00, 0.27, 0.69, 0.06. Web safe color of #efaf49 is #ff9933. Color #efaf49 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101111 | 01001001 |
Octal | 357 | 257 | 111 |
Decimal | 239 | 175 | 73 |
Hex | EF | AF | 49 |
Shades of #efaf49
Tints of #efaf49
RGB Percentages of Color #efaf49
CMYK Percentages of Color #efaf49
Complementary Color
#efaf49 | #4989ef |
#efaf49 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efaf49 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efaf49 Color CSS Codes
.mybgcolor {background-color:#efaf49; } .myforecolor {color:#efaf49; } .mybordercolor {border:3px solid #efaf49; }
#efaf49 Text Font Color
<p style="color:#efaf49">Text here</p>
This sample text font color is #efaf49
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.
#efaf49 Background Color
<div style="background-color:#efaf49">
Div content here</div>
This div background color is #efaf49
#efaf49 Border Color
<div style="border:3px solid #efaf49">
Div here</div>
This div border color is #efaf49
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,175,73, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efaf49; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efaf49; -webkit-box-shadow: 1px 1px 3px 2px #efaf49; box-shadow: 1px 1px 3px 2px #efaf49; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,175,73, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efaf49">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efaf49; -webkit-box-shadow: 1px 1px 3px 2px #efaf49; box-shadow: 1px 1px 3px 2px #efaf49;">
Div content here</div>
This div box has shadow with color #efaf49
Comments
No comments written yet.
Please login to write comment.