Color Hex Logo

#eb870e Color Hex

#EB870E
(235,135,14)
0 Favorites   0 Comments

Color spaces of #eb870e

RGB 23513514
HSL0.090.890.49
HSV33°94°92°
CMYK 0.000.430.94   0.08
XYZ43.004235.02184.9088
Yxy35.02180.51850.4223
Hunter Lab59.179226.148336.5075
CIE-Lab65.765631.411369.7935

#eb870e color RGB value is (235,135,14).

#eb870e hex color red value is 235, green value is 135 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #eb870e hue: 0.09 , saturation: 0.89 and the lightness value of eb870e is 0.49.

The process color (four color CMYK) of #eb870e color hex is 0.00, 0.43, 0.94, 0.08. Web safe color of #eb870e is #ff9900. Color #eb870e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000111 00001110
Octal 353 207 16
Decimal 235 135 14
Hex EB 87 E

RGB Percentages of Color #eb870e

%61.20
%35.16
%3.65

CMYK Percentages of Color #eb870e

%0
%43
%94
%8

Triadic Colors of #eb870e

#eb870e #0eeb87 #870eeb

Analogous Colors of #eb870e

#eb870e #e1eb0e #eb190e

Monochromatic Colors of #eb870e

#eb870e

Complementary Color

#eb870e #0e72eb

#eb870e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb870e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb870e Color CSS Codes

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

#eb870e Text Font Color

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

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


#eb870e Background Color

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

This div background color is #eb870e


#eb870e Border Color

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

This div border color is #eb870e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb870e


Comments

No comments written yet.

Please login to write comment.