Color spaces of #eaa26d
RGB | 234 | 162 | 109 |
---|---|---|---|
HSL | 0.07 | 0.75 | 0.67 |
HSV | 25° | 53° | 92° |
CMYK | 0.00 | 0.31 | 0.53 0.08 |
XYZ | 49.6123 | 44.4372 | 20.4304 |
Yxy | 44.4372 | 0.4334 | 0.3882 |
Hunter Lab | 66.6612 | 16.1906 | 28.4916 |
CIE-Lab | 72.5198 | 21.0307 | 38.1211 |
#eaa26d color RGB value is (234,162,109).
#eaa26d hex color red value is 234, green value is 162 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #eaa26d hue: 0.07 , saturation: 0.75 and the lightness value of eaa26d is 0.67.
The process color (four color CMYK) of #eaa26d color hex is 0.00, 0.31, 0.53, 0.08. Web safe color of #eaa26d is #ff9966. Color #eaa26d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10100010 | 01101101 |
Octal | 352 | 242 | 155 |
Decimal | 234 | 162 | 109 |
Hex | EA | A2 | 6D |
Shades of #eaa26d
Tints of #eaa26d
RGB Percentages of Color #eaa26d
CMYK Percentages of Color #eaa26d
Complementary Color
#eaa26d | #6db5ea |
#eaa26d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaa26d Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaa26d Color CSS Codes
.mybgcolor {background-color:#eaa26d; } .myforecolor {color:#eaa26d; } .mybordercolor {border:3px solid #eaa26d; }
#eaa26d Text Font Color
<p style="color:#eaa26d">Text here</p>
This sample text font color is #eaa26d
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.
#eaa26d Background Color
<div style="background-color:#eaa26d">
Div content here</div>
This div background color is #eaa26d
#eaa26d Border Color
<div style="border:3px solid #eaa26d">
Div here</div>
This div border color is #eaa26d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,162,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaa26d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaa26d; -webkit-box-shadow: 1px 1px 3px 2px #eaa26d; box-shadow: 1px 1px 3px 2px #eaa26d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,162,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaa26d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaa26d; -webkit-box-shadow: 1px 1px 3px 2px #eaa26d; box-shadow: 1px 1px 3px 2px #eaa26d;">
Div content here</div>
This div box has shadow with color #eaa26d
Comments
No comments written yet.
Please login to write comment.