Color Hex Logo

#ea760e Color Hex

#EA760E
(234,118,14)
0 Favorites   0 Comments

Color spaces of #ea760e

RGB 23411814
HSL0.080.890.49
HSV28°94°92°
CMYK 0.000.500.94   0.08
XYZ40.489430.48104.1649
Yxy30.48100.53890.4057
Hunter Lab55.209634.290834.1740
CIE-Lab62.067039.720567.2110

#ea760e color RGB value is (234,118,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 00001110
Octal 352 166 16
Decimal 234 118 14
Hex EA 76 E

RGB Percentages of Color #ea760e

%63.93
%32.24
%3.83

CMYK Percentages of Color #ea760e

%0
%50
%94
%8

Triadic Colors of #ea760e

#ea760e #0eea76 #760eea

Analogous Colors of #ea760e

#ea760e #eae40e #ea0e14

Monochromatic Colors of #ea760e

#ea760e

Complementary Color

#ea760e #0e82ea

#ea760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea760e Color CSS Codes

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

#ea760e Text Font Color

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

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


#ea760e Background Color

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

This div background color is #ea760e


#ea760e Border Color

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

This div border color is #ea760e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea760e


Comments

No comments written yet.

Please login to write comment.