Color Hex Logo

#eb910d Color Hex

#EB910D
(235,145,13)
0 Favorites   0 Comments

Color spaces of #eb910d

RGB 23514513
HSL0.100.900.49
HSV36°94°92°
CMYK 0.000.380.94   0.08
XYZ44.459037.94205.3611
Yxy37.94200.50660.4323
Hunter Lab61.597121.041337.9577
CIE-Lab67.977826.156471.4853

#eb910d color RGB value is (235,145,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010001 00001101
Octal 353 221 15
Decimal 235 145 13
Hex EB 91 D

RGB Percentages of Color #eb910d

%59.80
%36.90
%3.31

CMYK Percentages of Color #eb910d

%0
%38
%94
%8

Triadic Colors of #eb910d

#eb910d #0deb91 #910deb

Analogous Colors of #eb910d

#eb910d #d6eb0d #eb220d

Monochromatic Colors of #eb910d

#eb910d

Complementary Color

#eb910d #0d67eb

#eb910d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb910d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb910d Color CSS Codes

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

#eb910d Text Font Color

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

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


#eb910d Background Color

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

This div background color is #eb910d


#eb910d Border Color

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

This div border color is #eb910d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,145,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 #eb910d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb910d


Comments

No comments written yet.

Please login to write comment.