Color Hex Logo

#ea780f Color Hex

#EA780F
(234,120,15)
0 Favorites   0 Comments

Color spaces of #ea780f

RGB 23412015
HSL0.080.880.49
HSV29°94°92°
CMYK 0.000.490.94   0.08
XYZ40.734430.95994.2808
Yxy30.95990.53620.4075
Hunter Lab55.641633.304334.3876
CIE-Lab62.473838.724667.2929

#ea780f color RGB value is (234,120,15).

#ea780f hex color red value is 234, green value is 120 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ea780f hue: 0.08 , saturation: 0.88 and the lightness value of ea780f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 00001111
Octal 352 170 17
Decimal 234 120 15
Hex EA 78 F

RGB Percentages of Color #ea780f

%63.41
%32.52
%4.07

CMYK Percentages of Color #ea780f

%0
%49
%94
%8

Triadic Colors of #ea780f

#ea780f #0fea78 #780fea

Analogous Colors of #ea780f

#ea780f #eae60f #ea0f14

Monochromatic Colors of #ea780f

#ea780f

Complementary Color

#ea780f #0f81ea

#ea780f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea780f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea780f Color CSS Codes

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

#ea780f Text Font Color

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

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


#ea780f Background Color

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

This div background color is #ea780f


#ea780f Border Color

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

This div border color is #ea780f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea780f


Comments

No comments written yet.

Please login to write comment.