Color Hex Logo

#eb960d Color Hex

#EB960D
(235,150,13)
0 Favorites   0 Comments

Color spaces of #eb960d

RGB 23515013
HSL0.100.900.49
HSV37°94°92°
CMYK 0.000.360.94   0.08
XYZ45.239939.50395.6214
Yxy39.50390.50060.4372
Hunter Lab62.852118.490138.6937
CIE-Lab69.114723.515472.2778

#eb960d color RGB value is (235,150,13).

#eb960d hex color red value is 235, green value is 150 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eb960d hue: 0.10 , saturation: 0.90 and the lightness value of eb960d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010110 00001101
Octal 353 226 15
Decimal 235 150 13
Hex EB 96 D

RGB Percentages of Color #eb960d

%59.05
%37.69
%3.27

CMYK Percentages of Color #eb960d

%0
%36
%94
%8

Triadic Colors of #eb960d

#eb960d #0deb96 #960deb

Analogous Colors of #eb960d

#eb960d #d1eb0d #eb270d

Monochromatic Colors of #eb960d

#eb960d

Complementary Color

#eb960d #0d62eb

#eb960d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb960d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb960d Color CSS Codes

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

#eb960d Text Font Color

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

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


#eb960d Background Color

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

This div background color is #eb960d


#eb960d Border Color

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

This div border color is #eb960d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb960d


Comments

No comments written yet.

Please login to write comment.