Color Hex Logo

#eb703d Color Hex

#EB703D
(235,112,61)
0 Favorites   0 Comments

Color spaces of #eb703d

RGB 23511261
HSL0.050.810.58
HSV18°74°92°
CMYK 0.000.520.74   0.08
XYZ40.897429.58747.9703
Yxy29.58740.52130.3771
Hunter Lab54.394339.018629.3884
CIE-Lab61.296644.300949.6067

#eb703d color RGB value is (235,112,61).

#eb703d hex color red value is 235, green value is 112 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eb703d hue: 0.05 , saturation: 0.81 and the lightness value of eb703d is 0.58.

The process color (four color CMYK) of #eb703d color hex is 0.00, 0.52, 0.74, 0.08. Web safe color of #eb703d is #ff6633. Color #eb703d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110000 00111101
Octal 353 160 75
Decimal 235 112 61
Hex EB 70 3D

RGB Percentages of Color #eb703d

%57.60
%27.45
%14.95

CMYK Percentages of Color #eb703d

%0
%52
%74
%8

Triadic Colors of #eb703d

#eb703d #3deb70 #703deb

Analogous Colors of #eb703d

#eb703d #ebc73d #eb3d61

Monochromatic Colors of #eb703d

#eb703d

Complementary Color

#eb703d #3db8eb

#eb703d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb703d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb703d Color CSS Codes

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

#eb703d Text Font Color

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

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


#eb703d Background Color

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

This div background color is #eb703d


#eb703d Border Color

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

This div border color is #eb703d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb703d


Comments

No comments written yet.

Please login to write comment.