Color Hex Logo

#e5780c Color Hex

#E5780C
(229,120,12)
0 Favorites   0 Comments

Color spaces of #e5780c

RGB 22912012
HSL0.080.900.47
HSV30°95°90°
CMYK 0.000.480.95   0.10
XYZ39.095930.11754.1005
Yxy30.11750.53330.4108
Hunter Lab54.879431.123833.9855
CIE-Lab61.755536.696967.0230

#e5780c color RGB value is (229,120,12).

#e5780c hex color red value is 229, green value is 120 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #e5780c hue: 0.08 , saturation: 0.90 and the lightness value of e5780c is 0.47.

The process color (four color CMYK) of #e5780c color hex is 0.00, 0.48, 0.95, 0.10. Web safe color of #e5780c is #cc6600. Color #e5780c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01111000 00001100
Octal 345 170 14
Decimal 229 120 12
Hex E5 78 C

RGB Percentages of Color #e5780c

%63.43
%33.24
%3.32

CMYK Percentages of Color #e5780c

%0
%48
%95
%10

Triadic Colors of #e5780c

#e5780c #0ce578 #780ce5

Analogous Colors of #e5780c

#e5780c #e5e50c #e50c0c

Monochromatic Colors of #e5780c

#e5780c

Complementary Color

#e5780c #0c79e5

#e5780c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5780c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5780c Color CSS Codes

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

#e5780c Text Font Color

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

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


#e5780c Background Color

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

This div background color is #e5780c


#e5780c Border Color

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

This div border color is #e5780c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,120,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5780c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5780c;
  -webkit-box-shadow: 1px 1px 3px 2px #e5780c;
  box-shadow:         1px 1px 3px 2px #e5780c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,120,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5780c


Comments

No comments written yet.

Please login to write comment.