Color spaces of #efa300
RGB | 239 | 163 | 0 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.47 |
HSV | 41° | 100° | 94° |
CMYK | 0.00 | 0.32 | 1.00 0.06 |
XYZ | 48.6938 | 44.5451 | 6.0316 |
Yxy | 44.5451 | 0.4905 | 0.4487 |
Hunter Lab | 66.7421 | 13.4316 | 41.3613 |
CIE-Lab | 72.5913 | 18.2222 | 76.5029 |
#efa300 color RGB value is (239,163,0).
#efa300 hex color red value is 239, green value is 163 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #efa300 hue: 0.11 , saturation: 1.00 and the lightness value of efa300 is 0.47.
The process color (four color CMYK) of #efa300 color hex is 0.00, 0.32, 1.00, 0.06. Web safe color of #efa300 is #ff9900. Color #efa300 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10100011 | 00000000 |
Octal | 357 | 243 | 0 |
Decimal | 239 | 163 | 0 |
Hex | EF | A3 | 0 |
Shades of #efa300
Tints of #efa300
RGB Percentages of Color #efa300
CMYK Percentages of Color #efa300
Complementary Color
#efa300 | #004cef |
#efa300 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efa300 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efa300 Color CSS Codes
.mybgcolor {background-color:#efa300; } .myforecolor {color:#efa300; } .mybordercolor {border:3px solid #efa300; }
#efa300 Text Font Color
<p style="color:#efa300">Text here</p>
This sample text font color is #efa300
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.
#efa300 Background Color
<div style="background-color:#efa300">
Div content here</div>
This div background color is #efa300
#efa300 Border Color
<div style="border:3px solid #efa300">
Div here</div>
This div border color is #efa300
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,163,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efa300; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efa300; -webkit-box-shadow: 1px 1px 3px 2px #efa300; box-shadow: 1px 1px 3px 2px #efa300; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,163,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efa300">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efa300; -webkit-box-shadow: 1px 1px 3px 2px #efa300; box-shadow: 1px 1px 3px 2px #efa300;">
Div content here</div>
This div box has shadow with color #efa300
Comments
No comments written yet.
Please login to write comment.