color codes Logo

#eb842a color codes

#EB842A
(235,132,42)
0 Favorites   0 Comments

Color spaces of #eb842a

RGB 23513242
HSL0.080.830.54
HSV28°82°92°
CMYK 0.000.440.82   0.08
XYZ42.930134.33196.5545
Yxy34.33190.51220.4096
Hunter Lab58.593428.244534.3830
CIE-Lab65.225233.520361.6602

#eb842a color RGB value is (235,132,42).

#eb842a hex color red value is 235, green value is 132 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eb842a hue: 0.08 , saturation: 0.83 and the lightness value of eb842a is 0.54.

The process color (four color CMYK) of #eb842a color code is 0.00, 0.44, 0.82, 0.08. Web safe color of #eb842a is #ff9933. Color #eb842a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 00101010
Octal 353 204 52
Decimal 235 132 42
Hex EB 84 2A

RGB Percentages of Color #eb842a

%57.46
%32.27
%10.27

CMYK Percentages of Color #eb842a

%0
%44
%82
%8

Triadic Colors of #eb842a

#eb842a #2aeb84 #842aeb

Analogous Colors of #eb842a

#eb842a #ebe52a #eb2a31

Monochromatic Colors of #eb842a

#eb842a

Complementary Color

#eb842a #2a91eb

#eb842a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb842a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb842a Color CSS Codes

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

#eb842a Text Font Color

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

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


#eb842a Background Color

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

This div background color is #eb842a


#eb842a Border Color

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

This div border color is #eb842a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb842a


Comments

No comments written yet.

Please login to write comment.