Color spaces of #e1763a
RGB | 225 | 118 | 58 |
---|---|---|---|
HSL | 0.06 | 0.74 | 0.55 |
HSV | 22° | 74° | 88° |
CMYK | 0.00 | 0.48 | 0.74 0.12 |
XYZ | 38.2935 | 29.2699 | 7.6344 |
Yxy | 29.2699 | 0.5092 | 0.3892 |
Hunter Lab | 54.1017 | 31.6655 | 29.5046 |
CIE-Lab | 61.0191 | 37.3095 | 50.3205 |
#e1763a color RGB value is (225,118,58).
#e1763a hex color red value is 225, green value is 118 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e1763a hue: 0.06 , saturation: 0.74 and the lightness value of e1763a is 0.55.
The process color (four color CMYK) of #e1763a color hex is 0.00, 0.48, 0.74, 0.12. Web safe color of #e1763a is #cc6633. Color #e1763a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 01110110 | 00111010 |
Octal | 341 | 166 | 72 |
Decimal | 225 | 118 | 58 |
Hex | E1 | 76 | 3A |
Shades of #e1763a
Tints of #e1763a
RGB Percentages of Color #e1763a
CMYK Percentages of Color #e1763a
Complementary Color
#e1763a | #3aa5e1 |
#e1763a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1763a Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1763a Color CSS Codes
.mybgcolor {background-color:#e1763a; } .myforecolor {color:#e1763a; } .mybordercolor {border:3px solid #e1763a; }
#e1763a Text Font Color
<p style="color:#e1763a">Text here</p>
This sample text font color is #e1763a
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.
#e1763a Background Color
<div style="background-color:#e1763a">
Div content here</div>
This div background color is #e1763a
#e1763a Border Color
<div style="border:3px solid #e1763a">
Div here</div>
This div border color is #e1763a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,118,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1763a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1763a; -webkit-box-shadow: 1px 1px 3px 2px #e1763a; box-shadow: 1px 1px 3px 2px #e1763a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,118,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1763a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1763a; -webkit-box-shadow: 1px 1px 3px 2px #e1763a; box-shadow: 1px 1px 3px 2px #e1763a;">
Div content here</div>
This div box has shadow with color #e1763a
Comments
No comments written yet.
Please login to write comment.