Color spaces of #e59b5b
RGB | 229 | 155 | 91 |
---|---|---|---|
HSL | 0.08 | 0.73 | 0.63 |
HSV | 28° | 60° | 90° |
CMYK | 0.00 | 0.32 | 0.60 0.10 |
XYZ | 45.9228 | 40.8560 | 15.3631 |
Yxy | 40.8560 | 0.4496 | 0.4000 |
Hunter Lab | 63.9187 | 16.3868 | 30.4925 |
CIE-Lab | 70.0749 | 21.3311 | 44.2845 |
#e59b5b color RGB value is (229,155,91).
#e59b5b hex color red value is 229, green value is 155 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #e59b5b hue: 0.08 , saturation: 0.73 and the lightness value of e59b5b is 0.63.
The process color (four color CMYK) of #e59b5b color hex is 0.00, 0.32, 0.60, 0.10. Web safe color of #e59b5b is #cc9966. Color #e59b5b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10011011 | 01011011 |
Octal | 345 | 233 | 133 |
Decimal | 229 | 155 | 91 |
Hex | E5 | 9B | 5B |
Shades of #e59b5b
Tints of #e59b5b
RGB Percentages of Color #e59b5b
CMYK Percentages of Color #e59b5b
Complementary Color
#e59b5b | #5ba5e5 |
#e59b5b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e59b5b Color Preview on White Background
Lorem ipsum dolor sit amet.
#e59b5b Color CSS Codes
.mybgcolor {background-color:#e59b5b; } .myforecolor {color:#e59b5b; } .mybordercolor {border:3px solid #e59b5b; }
#e59b5b Text Font Color
<p style="color:#e59b5b">Text here</p>
This sample text font color is #e59b5b
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.
#e59b5b Background Color
<div style="background-color:#e59b5b">
Div content here</div>
This div background color is #e59b5b
#e59b5b Border Color
<div style="border:3px solid #e59b5b">
Div here</div>
This div border color is #e59b5b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,155,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e59b5b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e59b5b; -webkit-box-shadow: 1px 1px 3px 2px #e59b5b; box-shadow: 1px 1px 3px 2px #e59b5b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,155,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e59b5b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e59b5b; -webkit-box-shadow: 1px 1px 3px 2px #e59b5b; box-shadow: 1px 1px 3px 2px #e59b5b;">
Div content here</div>
This div box has shadow with color #e59b5b
Comments
No comments written yet.
Please login to write comment.