Color spaces of #e69773
RGB | 230 | 151 | 115 |
---|---|---|---|
HSL | 0.05 | 0.70 | 0.68 |
HSV | 19° | 50° | 90° |
CMYK | 0.00 | 0.34 | 0.50 0.10 |
XYZ | 46.7942 | 40.1940 | 21.5116 |
Yxy | 40.1940 | 0.4313 | 0.3705 |
Hunter Lab | 63.3987 | 20.8019 | 24.2616 |
CIE-Lab | 69.6075 | 25.8120 | 31.1148 |
#e69773 color RGB value is (230,151,115).
#e69773 hex color red value is 230, green value is 151 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #e69773 hue: 0.05 , saturation: 0.70 and the lightness value of e69773 is 0.68.
The process color (four color CMYK) of #e69773 color hex is 0.00, 0.34, 0.50, 0.10. Web safe color of #e69773 is #ff9966. Color #e69773 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100110 | 10010111 | 01110011 |
Octal | 346 | 227 | 163 |
Decimal | 230 | 151 | 115 |
Hex | E6 | 97 | 73 |
Shades of #e69773
Tints of #e69773
RGB Percentages of Color #e69773
CMYK Percentages of Color #e69773
Complementary Color
#e69773 | #73c2e6 |
#e69773 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e69773 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e69773 Color CSS Codes
.mybgcolor {background-color:#e69773; } .myforecolor {color:#e69773; } .mybordercolor {border:3px solid #e69773; }
#e69773 Text Font Color
<p style="color:#e69773">Text here</p>
This sample text font color is #e69773
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.
#e69773 Background Color
<div style="background-color:#e69773">
Div content here</div>
This div background color is #e69773
#e69773 Border Color
<div style="border:3px solid #e69773">
Div here</div>
This div border color is #e69773
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(230,151,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e69773; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e69773; -webkit-box-shadow: 1px 1px 3px 2px #e69773; box-shadow: 1px 1px 3px 2px #e69773; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(230,151,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e69773">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e69773; -webkit-box-shadow: 1px 1px 3px 2px #e69773; box-shadow: 1px 1px 3px 2px #e69773;">
Div content here</div>
This div box has shadow with color #e69773
Comments
No comments written yet.
Please login to write comment.