color codes Logo

#e4780c color codes

#E4780C
(228,120,12)
0 Favorites   0 Comments

Color spaces of #e4780c

RGB 22812012
HSL0.080.900.47
HSV30°95°89°
CMYK 0.000.470.95   0.11
XYZ38.777729.95354.0856
Yxy29.95350.53250.4114
Hunter Lab54.729830.695533.8848
CIE-Lab61.614136.294866.8605

#e4780c color RGB value is (228,120,12).

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

The process color (four color CMYK) of #e4780c color code is 0.00, 0.47, 0.95, 0.11. Web safe color of #e4780c is #cc6600. Color #e4780c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111000 00001100
Octal 344 170 14
Decimal 228 120 12
Hex E4 78 C

RGB Percentages of Color #e4780c

%63.33
%33.33
%3.33

CMYK Percentages of Color #e4780c

%0
%47
%95
%11

Triadic Colors of #e4780c

#e4780c #0ce478 #780ce4

Analogous Colors of #e4780c

#e4780c #e4e40c #e40c0c

Monochromatic Colors of #e4780c

#e4780c

Complementary Color

#e4780c #0c78e4

#e4780c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4780c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4780c Color CSS Codes

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

#e4780c Text Font Color

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

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


#e4780c Background Color

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

This div background color is #e4780c


#e4780c Border Color

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

This div border color is #e4780c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4780c


Comments

No comments written yet.

Please login to write comment.