Color spaces of #e1c97e
RGB | 225 | 201 | 126 |
---|---|---|---|
HSL | 0.13 | 0.62 | 0.69 |
HSV | 45° | 44° | 88° |
CMYK | 0.00 | 0.11 | 0.44 0.12 |
XYZ | 55.7039 | 59.2872 | 28.2463 |
Yxy | 59.2872 | 0.3889 | 0.4139 |
Hunter Lab | 76.9982 | -5.6120 | 32.1486 |
CIE-Lab | 81.4492 | -1.6133 | 40.4610 |
#e1c97e color RGB value is (225,201,126).
#e1c97e hex color red value is 225, green value is 201 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e1c97e hue: 0.13 , saturation: 0.62 and the lightness value of e1c97e is 0.69.
The process color (four color CMYK) of #e1c97e color hex is 0.00, 0.11, 0.44, 0.12. Web safe color of #e1c97e is #cccc66. Color #e1c97e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 11001001 | 01111110 |
Octal | 341 | 311 | 176 |
Decimal | 225 | 201 | 126 |
Hex | E1 | C9 | 7E |
Shades of #e1c97e
Tints of #e1c97e
RGB Percentages of Color #e1c97e
CMYK Percentages of Color #e1c97e
Complementary Color
#e1c97e | #7e96e1 |
#e1c97e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1c97e Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1c97e Color CSS Codes
.mybgcolor {background-color:#e1c97e; } .myforecolor {color:#e1c97e; } .mybordercolor {border:3px solid #e1c97e; }
#e1c97e Text Font Color
<p style="color:#e1c97e">Text here</p>
This sample text font color is #e1c97e
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.
#e1c97e Background Color
<div style="background-color:#e1c97e">
Div content here</div>
This div background color is #e1c97e
#e1c97e Border Color
<div style="border:3px solid #e1c97e">
Div here</div>
This div border color is #e1c97e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,201,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1c97e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1c97e; -webkit-box-shadow: 1px 1px 3px 2px #e1c97e; box-shadow: 1px 1px 3px 2px #e1c97e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,201,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1c97e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1c97e; -webkit-box-shadow: 1px 1px 3px 2px #e1c97e; box-shadow: 1px 1px 3px 2px #e1c97e;">
Div content here</div>
This div box has shadow with color #e1c97e
Comments
No comments written yet.
Please login to write comment.