Color spaces of #e6aa25
RGB | 230 | 170 | 37 |
---|---|---|---|
HSL | 0.11 | 0.79 | 0.52 |
HSV | 41° | 84° | 90° |
CMYK | 0.00 | 0.26 | 0.84 0.10 |
XYZ | 47.3418 | 45.7060 | 8.0772 |
Yxy | 45.7060 | 0.4682 | 0.4520 |
Hunter Lab | 67.6062 | 6.6852 | 40.2407 |
CIE-Lab | 73.3544 | 11.1958 | 70.0236 |
#e6aa25 color RGB value is (230,170,37).
#e6aa25 hex color red value is 230, green value is 170 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #e6aa25 hue: 0.11 , saturation: 0.79 and the lightness value of e6aa25 is 0.52.
The process color (four color CMYK) of #e6aa25 color hex is 0.00, 0.26, 0.84, 0.10. Web safe color of #e6aa25 is #ff9933. Color #e6aa25 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10101010 | 00100101 |
Octal | 346 | 252 | 45 |
Decimal | 230 | 170 | 37 |
Hex | E6 | AA | 25 |
Shades of #e6aa25
Tints of #e6aa25
RGB Percentages of Color #e6aa25
CMYK Percentages of Color #e6aa25
Complementary Color
#e6aa25 | #2561e6 |
#e6aa25 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e6aa25 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e6aa25 Color CSS Codes
.mybgcolor {background-color:#e6aa25; } .myforecolor {color:#e6aa25; } .mybordercolor {border:3px solid #e6aa25; }
#e6aa25 Text Font Color
<p style="color:#e6aa25">Text here</p>
This sample text font color is #e6aa25
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.
#e6aa25 Background Color
<div style="background-color:#e6aa25">
Div content here</div>
This div background color is #e6aa25
#e6aa25 Border Color
<div style="border:3px solid #e6aa25">
Div here</div>
This div border color is #e6aa25
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,170,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e6aa25; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e6aa25; -webkit-box-shadow: 1px 1px 3px 2px #e6aa25; box-shadow: 1px 1px 3px 2px #e6aa25; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,170,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e6aa25">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e6aa25; -webkit-box-shadow: 1px 1px 3px 2px #e6aa25; box-shadow: 1px 1px 3px 2px #e6aa25;">
Div content here</div>
This div box has shadow with color #e6aa25
#e6aa25 Color Palettes
Comments
No comments written yet.
Please login to write comment.