Color spaces of #e65119
RGB | 230 | 81 | 25 |
---|---|---|---|
HSL | 0.05 | 0.80 | 0.50 |
HSV | 16° | 89° | 90° |
CMYK | 0.00 | 0.65 | 0.89 0.10 |
XYZ | 35.7510 | 22.7780 | 3.4320 |
Yxy | 22.7780 | 0.5770 | 0.3676 |
Hunter Lab | 47.7263 | 50.1904 | 29.1449 |
CIE-Lab | 54.8429 | 55.5700 | 58.9660 |
#e65119 color RGB value is (230,81,25).
#e65119 hex color red value is 230, green value is 81 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #e65119 hue: 0.05 , saturation: 0.80 and the lightness value of e65119 is 0.50.
The process color (four color CMYK) of #e65119 color hex is 0.00, 0.65, 0.89, 0.10. Web safe color of #e65119 is #ff6600. Color #e65119 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 01010001 | 00011001 |
Octal | 346 | 121 | 31 |
Decimal | 230 | 81 | 25 |
Hex | E6 | 51 | 19 |
Shades of #e65119
Tints of #e65119
RGB Percentages of Color #e65119
CMYK Percentages of Color #e65119
Complementary Color
#e65119 | #19aee6 |
#e65119 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e65119 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e65119 Color CSS Codes
.mybgcolor {background-color:#e65119; } .myforecolor {color:#e65119; } .mybordercolor {border:3px solid #e65119; }
#e65119 Text Font Color
<p style="color:#e65119">Text here</p>
This sample text font color is #e65119
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.
#e65119 Background Color
<div style="background-color:#e65119">
Div content here</div>
This div background color is #e65119
#e65119 Border Color
<div style="border:3px solid #e65119">
Div here</div>
This div border color is #e65119
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,81,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e65119; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e65119; -webkit-box-shadow: 1px 1px 3px 2px #e65119; box-shadow: 1px 1px 3px 2px #e65119; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,81,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e65119">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e65119; -webkit-box-shadow: 1px 1px 3px 2px #e65119; box-shadow: 1px 1px 3px 2px #e65119;">
Div content here</div>
This div box has shadow with color #e65119
Comments
No comments written yet.
Please login to write comment.