Color Hex Logo

#eb872b Color Hex

#EB872B
(235,135,43)
0 Favorites   0 Comments

Color spaces of #eb872b

RGB 23513543
HSL0.080.830.55
HSV29°82°92°
CMYK 0.000.430.82   0.08
XYZ43.361035.16456.7876
Yxy35.16450.50830.4122
Hunter Lab59.299726.748134.7233
CIE-Lab65.876531.991961.8648

#eb872b color RGB value is (235,135,43).

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

The process color (four color CMYK) of #eb872b color hex is 0.00, 0.43, 0.82, 0.08. Web safe color of #eb872b is #ff9933. Color #eb872b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000111 00101011
Octal 353 207 53
Decimal 235 135 43
Hex EB 87 2B

RGB Percentages of Color #eb872b

%56.90
%32.69
%10.41

CMYK Percentages of Color #eb872b

%0
%43
%82
%8

Triadic Colors of #eb872b

#eb872b #2beb87 #872beb

Analogous Colors of #eb872b

#eb872b #ebe72b #eb2b2f

Monochromatic Colors of #eb872b

#eb872b

Complementary Color

#eb872b #2b8feb

#eb872b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb872b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb872b Color CSS Codes

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

#eb872b Text Font Color

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

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


#eb872b Background Color

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

This div background color is #eb872b


#eb872b Border Color

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

This div border color is #eb872b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb872b


Comments

No comments written yet.

Please login to write comment.