Color spaces of #eba447
RGB | 235 | 164 | 71 |
---|---|---|---|
HSL | 0.09 | 0.80 | 0.60 |
HSV | 34° | 70° | 92° |
CMYK | 0.00 | 0.30 | 0.70 0.08 |
XYZ | 48.6737 | 44.6680 | 12.0176 |
Yxy | 44.6680 | 0.4620 | 0.4240 |
Hunter Lab | 66.8341 | 13.0376 | 36.1228 |
CIE-Lab | 72.6727 | 17.8163 | 56.9478 |
#eba447 color RGB value is (235,164,71).
#eba447 hex color red value is 235, green value is 164 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #eba447 hue: 0.09 , saturation: 0.80 and the lightness value of eba447 is 0.60.
The process color (four color CMYK) of #eba447 color hex is 0.00, 0.30, 0.70, 0.08. Web safe color of #eba447 is #ff9933. Color #eba447 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10100100 | 01000111 |
Octal | 353 | 244 | 107 |
Decimal | 235 | 164 | 71 |
Hex | EB | A4 | 47 |
Shades of #eba447
Tints of #eba447
RGB Percentages of Color #eba447
CMYK Percentages of Color #eba447
Complementary Color
#eba447 | #478eeb |
#eba447 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eba447 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eba447 Color CSS Codes
.mybgcolor {background-color:#eba447; } .myforecolor {color:#eba447; } .mybordercolor {border:3px solid #eba447; }
#eba447 Text Font Color
<p style="color:#eba447">Text here</p>
This sample text font color is #eba447
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.
#eba447 Background Color
<div style="background-color:#eba447">
Div content here</div>
This div background color is #eba447
#eba447 Border Color
<div style="border:3px solid #eba447">
Div here</div>
This div border color is #eba447
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,164,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eba447; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eba447; -webkit-box-shadow: 1px 1px 3px 2px #eba447; box-shadow: 1px 1px 3px 2px #eba447; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,164,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eba447">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eba447; -webkit-box-shadow: 1px 1px 3px 2px #eba447; box-shadow: 1px 1px 3px 2px #eba447;">
Div content here</div>
This div box has shadow with color #eba447
Comments
No comments written yet.
Please login to write comment.