Color Hex Logo

#eb822e Color Hex

#EB822E
(235,130,46)
0 Favorites   0 Comments

Color spaces of #eb822e

RGB 23513046
HSL0.070.830.55
HSV27°80°92°
CMYK 0.000.450.80   0.08
XYZ42.736733.82476.8611
Yxy33.82470.51230.4055
Hunter Lab58.159029.388033.7168
CIE-Lab64.823234.676059.7635

#eb822e color RGB value is (235,130,46).

#eb822e hex color red value is 235, green value is 130 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eb822e hue: 0.07 , saturation: 0.83 and the lightness value of eb822e is 0.55.

The process color (four color CMYK) of #eb822e color hex is 0.00, 0.45, 0.80, 0.08. Web safe color of #eb822e is #ff9933. Color #eb822e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000010 00101110
Octal 353 202 56
Decimal 235 130 46
Hex EB 82 2E

RGB Percentages of Color #eb822e

%57.18
%31.63
%11.19

CMYK Percentages of Color #eb822e

%0
%45
%80
%8

Triadic Colors of #eb822e

#eb822e #2eeb82 #822eeb

Analogous Colors of #eb822e

#eb822e #ebe12e #eb2e38

Monochromatic Colors of #eb822e

#eb822e

Complementary Color

#eb822e #2e97eb

#eb822e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb822e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb822e Color CSS Codes

.mybgcolor {background-color:#eb822e; } 
.myforecolor {color:#eb822e; }
.mybordercolor {border:3px solid #eb822e; }

#eb822e Text Font Color

<p style="color:#eb822e">Text here</p>

This sample text font color is #eb822e
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.


#eb822e Background Color

<div style="background-color:#eb822e">
Div content here</div>

This div background color is #eb822e


#eb822e Border Color

<div style="border:3px solid #eb822e">
Div here</div>

This div border color is #eb822e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,130,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb822e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb822e;
  -webkit-box-shadow: 1px 1px 3px 2px #eb822e;
  box-shadow:         1px 1px 3px 2px #eb822e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,130,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eb822e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eb822e;
  -webkit-box-shadow: 1px 1px 3px 2px #eb822e;
  box-shadow:         1px 1px 3px 2px #eb822e;">
Div content here</div>

This div box has shadow with color #eb822e


Comments

No comments written yet.

Please login to write comment.