Color Hex Logo

#eb730d Color Hex

#EB730D
(235,115,13)
0 Favorites   0 Comments

Color spaces of #eb730d

RGB 23511513
HSL0.080.900.49
HSV28°94°92°
CMYK 0.000.510.94   0.08
XYZ40.464329.95274.0295
Yxy29.95270.54350.4023
Hunter Lab54.729136.199333.9450
CIE-Lab61.613441.598167.1672

#eb730d color RGB value is (235,115,13).

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

The process color (four color CMYK) of #eb730d color hex is 0.00, 0.51, 0.94, 0.08. Web safe color of #eb730d is #ff6600. Color #eb730d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110011 00001101
Octal 353 163 15
Decimal 235 115 13
Hex EB 73 D

RGB Percentages of Color #eb730d

%64.74
%31.68
%3.58

CMYK Percentages of Color #eb730d

%0
%51
%94
%8

Triadic Colors of #eb730d

#eb730d #0deb73 #730deb

Analogous Colors of #eb730d

#eb730d #ebe20d #eb0d16

Monochromatic Colors of #eb730d

#eb730d

Complementary Color

#eb730d #0d85eb

#eb730d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb730d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb730d Color CSS Codes

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

#eb730d Text Font Color

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

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


#eb730d Background Color

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

This div background color is #eb730d


#eb730d Border Color

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

This div border color is #eb730d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb730d


Comments

No comments written yet.

Please login to write comment.