Color spaces of #eca67e
RGB | 236 | 166 | 126 |
---|---|---|---|
HSL | 0.06 | 0.74 | 0.71 |
HSV | 22° | 47° | 93° |
CMYK | 0.00 | 0.30 | 0.47 0.07 |
XYZ | 51.9942 | 46.6117 | 25.9952 |
Yxy | 46.6117 | 0.4173 | 0.3741 |
Hunter Lab | 68.2728 | 16.4622 | 25.2160 |
CIE-Lab | 73.9407 | 21.2481 | 30.9980 |
#eca67e color RGB value is (236,166,126).
#eca67e hex color red value is 236, green value is 166 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eca67e hue: 0.06 , saturation: 0.74 and the lightness value of eca67e is 0.71.
The process color (four color CMYK) of #eca67e color hex is 0.00, 0.30, 0.47, 0.07. Web safe color of #eca67e is #ff9966. Color #eca67e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10100110 | 01111110 |
Octal | 354 | 246 | 176 |
Decimal | 236 | 166 | 126 |
Hex | EC | A6 | 7E |
Shades of #eca67e
Tints of #eca67e
RGB Percentages of Color #eca67e
CMYK Percentages of Color #eca67e
Complementary Color
#eca67e | #7ec4ec |
#eca67e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eca67e Color Preview on White Background
Lorem ipsum dolor sit amet.
#eca67e Color CSS Codes
.mybgcolor {background-color:#eca67e; } .myforecolor {color:#eca67e; } .mybordercolor {border:3px solid #eca67e; }
#eca67e Text Font Color
<p style="color:#eca67e">Text here</p>
This sample text font color is #eca67e
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.
#eca67e Background Color
<div style="background-color:#eca67e">
Div content here</div>
This div background color is #eca67e
#eca67e Border Color
<div style="border:3px solid #eca67e">
Div here</div>
This div border color is #eca67e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,166,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eca67e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eca67e; -webkit-box-shadow: 1px 1px 3px 2px #eca67e; box-shadow: 1px 1px 3px 2px #eca67e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,166,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 #eca67e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eca67e; -webkit-box-shadow: 1px 1px 3px 2px #eca67e; box-shadow: 1px 1px 3px 2px #eca67e;">
Div content here</div>
This div box has shadow with color #eca67e
Comments
No comments written yet.
Please login to write comment.