Color spaces of #e2c85e
RGB | 226 | 200 | 94 |
---|---|---|---|
HSL | 0.13 | 0.69 | 0.63 |
HSV | 48° | 58° | 89° |
CMYK | 0.00 | 0.12 | 0.58 0.11 |
XYZ | 54.0387 | 58.2855 | 18.9917 |
Yxy | 58.2855 | 0.4115 | 0.4439 |
Hunter Lab | 76.3449 | -7.2573 | 38.6924 |
CIE-Lab | 80.8973 | -3.4459 | 55.3184 |
#e2c85e color RGB value is (226,200,94).
#e2c85e hex color red value is 226, green value is 200 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e2c85e hue: 0.13 , saturation: 0.69 and the lightness value of e2c85e is 0.63.
The process color (four color CMYK) of #e2c85e color hex is 0.00, 0.12, 0.58, 0.11. Web safe color of #e2c85e is #cccc66. Color #e2c85e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11001000 | 01011110 |
Octal | 342 | 310 | 136 |
Decimal | 226 | 200 | 94 |
Hex | E2 | C8 | 5E |
Shades of #e2c85e
Tints of #e2c85e
RGB Percentages of Color #e2c85e
CMYK Percentages of Color #e2c85e
Complementary Color
#e2c85e | #5e78e2 |
#e2c85e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2c85e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2c85e Color CSS Codes
.mybgcolor {background-color:#e2c85e; } .myforecolor {color:#e2c85e; } .mybordercolor {border:3px solid #e2c85e; }
#e2c85e Text Font Color
<p style="color:#e2c85e">Text here</p>
This sample text font color is #e2c85e
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.
#e2c85e Background Color
<div style="background-color:#e2c85e">
Div content here</div>
This div background color is #e2c85e
#e2c85e Border Color
<div style="border:3px solid #e2c85e">
Div here</div>
This div border color is #e2c85e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,200,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2c85e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2c85e; -webkit-box-shadow: 1px 1px 3px 2px #e2c85e; box-shadow: 1px 1px 3px 2px #e2c85e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,200,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 #e2c85e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2c85e; -webkit-box-shadow: 1px 1px 3px 2px #e2c85e; box-shadow: 1px 1px 3px 2px #e2c85e;">
Div content here</div>
This div box has shadow with color #e2c85e
Comments
No comments written yet.
Please login to write comment.