Color spaces of #eb821b
RGB | 235 | 130 | 27 |
---|---|---|---|
HSL | 0.08 | 0.84 | 0.51 |
HSV | 30° | 89° | 92° |
CMYK | 0.00 | 0.45 | 0.89 0.08 |
XYZ | 42.4414 | 33.7066 | 5.3060 |
Yxy | 33.7066 | 0.5210 | 0.4138 |
Hunter Lab | 58.0574 | 28.8875 | 35.2215 |
CIE-Lab | 64.7290 | 34.1976 | 66.1359 |
#eb821b color RGB value is (235,130,27).
#eb821b hex color red value is 235, green value is 130 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #eb821b hue: 0.08 , saturation: 0.84 and the lightness value of eb821b is 0.51.
The process color (four color CMYK) of #eb821b color hex is 0.00, 0.45, 0.89, 0.08. Web safe color of #eb821b is #ff9933. Color #eb821b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10000010 | 00011011 |
Octal | 353 | 202 | 33 |
Decimal | 235 | 130 | 27 |
Hex | EB | 82 | 1B |
Shades of #eb821b
Tints of #eb821b
RGB Percentages of Color #eb821b
CMYK Percentages of Color #eb821b
Complementary Color
#eb821b | #1b84eb |
#eb821b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb821b Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb821b Color CSS Codes
.mybgcolor {background-color:#eb821b; } .myforecolor {color:#eb821b; } .mybordercolor {border:3px solid #eb821b; }
#eb821b Text Font Color
<p style="color:#eb821b">Text here</p>
This sample text font color is #eb821b
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.
#eb821b Background Color
<div style="background-color:#eb821b">
Div content here</div>
This div background color is #eb821b
#eb821b Border Color
<div style="border:3px solid #eb821b">
Div here</div>
This div border color is #eb821b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,130,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb821b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb821b; -webkit-box-shadow: 1px 1px 3px 2px #eb821b; box-shadow: 1px 1px 3px 2px #eb821b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,130,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb821b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb821b; -webkit-box-shadow: 1px 1px 3px 2px #eb821b; box-shadow: 1px 1px 3px 2px #eb821b;">
Div content here</div>
This div box has shadow with color #eb821b
Comments
No comments written yet.
Please login to write comment.