Color spaces of #e1bf78
RGB | 225 | 191 | 120 |
---|---|---|---|
HSL | 0.11 | 0.64 | 0.68 |
HSV | 41° | 47° | 88° |
CMYK | 0.00 | 0.15 | 0.47 0.12 |
XYZ | 53.0723 | 54.6252 | 25.5158 |
Yxy | 54.6252 | 0.3984 | 0.4101 |
Hunter Lab | 73.9089 | -1.1637 | 31.2673 |
CIE-Lab | 78.8249 | 3.0027 | 40.1865 |
#e1bf78 color RGB value is (225,191,120).
#e1bf78 hex color red value is 225, green value is 191 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #e1bf78 hue: 0.11 , saturation: 0.64 and the lightness value of e1bf78 is 0.68.
The process color (four color CMYK) of #e1bf78 color hex is 0.00, 0.15, 0.47, 0.12. Web safe color of #e1bf78 is #cccc66. Color #e1bf78 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10111111 | 01111000 |
Octal | 341 | 277 | 170 |
Decimal | 225 | 191 | 120 |
Hex | E1 | BF | 78 |
Shades of #e1bf78
Tints of #e1bf78
RGB Percentages of Color #e1bf78
CMYK Percentages of Color #e1bf78
Complementary Color
#e1bf78 | #789ae1 |
#e1bf78 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1bf78 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1bf78 Color CSS Codes
.mybgcolor {background-color:#e1bf78; } .myforecolor {color:#e1bf78; } .mybordercolor {border:3px solid #e1bf78; }
#e1bf78 Text Font Color
<p style="color:#e1bf78">Text here</p>
This sample text font color is #e1bf78
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.
#e1bf78 Background Color
<div style="background-color:#e1bf78">
Div content here</div>
This div background color is #e1bf78
#e1bf78 Border Color
<div style="border:3px solid #e1bf78">
Div here</div>
This div border color is #e1bf78
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,191,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1bf78; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1bf78; -webkit-box-shadow: 1px 1px 3px 2px #e1bf78; box-shadow: 1px 1px 3px 2px #e1bf78; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,191,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1bf78">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1bf78; -webkit-box-shadow: 1px 1px 3px 2px #e1bf78; box-shadow: 1px 1px 3px 2px #e1bf78;">
Div content here</div>
This div box has shadow with color #e1bf78
Comments
No comments written yet.
Please login to write comment.