Color Hex Logo

#eb870f Color Hex

#EB870F
(235,135,15)
0 Favorites   0 Comments

Color spaces of #eb870f

RGB 23513515
HSL0.090.880.49
HSV33°94°92°
CMYK 0.000.430.94   0.08
XYZ43.011135.02464.9454
Yxy35.02460.51830.4221
Hunter Lab59.181626.159836.4726
CIE-Lab65.767831.422469.6208

#eb870f color RGB value is (235,135,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000111 00001111
Octal 353 207 17
Decimal 235 135 15
Hex EB 87 F

RGB Percentages of Color #eb870f

%61.04
%35.06
%3.90

CMYK Percentages of Color #eb870f

%0
%43
%94
%8

Triadic Colors of #eb870f

#eb870f #0feb87 #870feb

Analogous Colors of #eb870f

#eb870f #e1eb0f #eb190f

Monochromatic Colors of #eb870f

#eb870f

Complementary Color

#eb870f #0f73eb

#eb870f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb870f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb870f Color CSS Codes

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

#eb870f Text Font Color

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

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


#eb870f Background Color

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

This div background color is #eb870f


#eb870f Border Color

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

This div border color is #eb870f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb870f


Comments

No comments written yet.

Please login to write comment.