Color spaces of #e48255
RGB | 228 | 130 | 85 |
---|---|---|---|
HSL | 0.05 | 0.73 | 0.61 |
HSV | 19° | 63° | 89° |
CMYK | 0.00 | 0.43 | 0.63 0.11 |
XYZ | 41.6172 | 33.1151 | 12.7927 |
Yxy | 33.1151 | 0.4755 | 0.3784 |
Hunter Lab | 57.5457 | 28.3866 | 27.1015 |
CIE-Lab | 64.2540 | 33.7551 | 40.4130 |
#e48255 color RGB value is (228,130,85).
#e48255 hex color red value is 228, green value is 130 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #e48255 hue: 0.05 , saturation: 0.73 and the lightness value of e48255 is 0.61.
The process color (four color CMYK) of #e48255 color hex is 0.00, 0.43, 0.63, 0.11. Web safe color of #e48255 is #cc9966. Color #e48255 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10000010 | 01010101 |
Octal | 344 | 202 | 125 |
Decimal | 228 | 130 | 85 |
Hex | E4 | 82 | 55 |
Shades of #e48255
Tints of #e48255
RGB Percentages of Color #e48255
CMYK Percentages of Color #e48255
Complementary Color
#e48255 | #55b7e4 |
#e48255 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e48255 Color Preview on White Background
Lorem ipsum dolor sit amet.
#e48255 Color CSS Codes
.mybgcolor {background-color:#e48255; } .myforecolor {color:#e48255; } .mybordercolor {border:3px solid #e48255; }
#e48255 Text Font Color
<p style="color:#e48255">Text here</p>
This sample text font color is #e48255
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.
#e48255 Background Color
<div style="background-color:#e48255">
Div content here</div>
This div background color is #e48255
#e48255 Border Color
<div style="border:3px solid #e48255">
Div here</div>
This div border color is #e48255
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,130,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e48255; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e48255; -webkit-box-shadow: 1px 1px 3px 2px #e48255; box-shadow: 1px 1px 3px 2px #e48255; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,130,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e48255">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e48255; -webkit-box-shadow: 1px 1px 3px 2px #e48255; box-shadow: 1px 1px 3px 2px #e48255;">
Div content here</div>
This div box has shadow with color #e48255
Comments
No comments written yet.
Please login to write comment.