Color spaces of #eb662d
RGB | 235 | 102 | 45 |
---|---|---|---|
HSL | 0.05 | 0.83 | 0.55 |
HSV | 18° | 81° | 92° |
CMYK | 0.00 | 0.57 | 0.81 0.08 |
XYZ | 39.4860 | 27.3544 | 5.6814 |
Yxy | 27.3544 | 0.5445 | 0.3772 |
Hunter Lab | 52.3014 | 43.2346 | 30.1704 |
CIE-Lab | 59.3009 | 48.5095 | 55.0934 |
#eb662d color RGB value is (235,102,45).
#eb662d hex color red value is 235, green value is 102 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #eb662d hue: 0.05 , saturation: 0.83 and the lightness value of eb662d is 0.55.
The process color (four color CMYK) of #eb662d color hex is 0.00, 0.57, 0.81, 0.08. Web safe color of #eb662d is #ff6633. Color #eb662d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 01100110 | 00101101 |
Octal | 353 | 146 | 55 |
Decimal | 235 | 102 | 45 |
Hex | EB | 66 | 2D |
Shades of #eb662d
Tints of #eb662d
RGB Percentages of Color #eb662d
CMYK Percentages of Color #eb662d
Complementary Color
#eb662d | #2db2eb |
#eb662d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb662d Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb662d Color CSS Codes
.mybgcolor {background-color:#eb662d; } .myforecolor {color:#eb662d; } .mybordercolor {border:3px solid #eb662d; }
#eb662d Text Font Color
<p style="color:#eb662d">Text here</p>
This sample text font color is #eb662d
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.
#eb662d Background Color
<div style="background-color:#eb662d">
Div content here</div>
This div background color is #eb662d
#eb662d Border Color
<div style="border:3px solid #eb662d">
Div here</div>
This div border color is #eb662d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,102,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb662d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb662d; -webkit-box-shadow: 1px 1px 3px 2px #eb662d; box-shadow: 1px 1px 3px 2px #eb662d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,102,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb662d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb662d; -webkit-box-shadow: 1px 1px 3px 2px #eb662d; box-shadow: 1px 1px 3px 2px #eb662d;">
Div content here</div>
This div box has shadow with color #eb662d
Comments
No comments written yet.
Please login to write comment.