Color Hex Logo

#ea763e Color Hex

#EA763E
(234,118,62)
0 Favorites   0 Comments

Color spaces of #ea763e

RGB 23411862
HSL0.050.800.58
HSV20°74°92°
CMYK 0.000.500.74   0.08
XYZ41.279630.79718.3262
Yxy30.79710.51340.3830
Hunter Lab55.495135.659329.9510
CIE-Lab62.336040.992950.1716

#ea763e color RGB value is (234,118,62).

#ea763e hex color red value is 234, green value is 118 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ea763e hue: 0.05 , saturation: 0.80 and the lightness value of ea763e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 00111110
Octal 352 166 76
Decimal 234 118 62
Hex EA 76 3E

RGB Percentages of Color #ea763e

%56.52
%28.50
%14.98

CMYK Percentages of Color #ea763e

%0
%50
%74
%8

Triadic Colors of #ea763e

#ea763e #3eea76 #763eea

Analogous Colors of #ea763e

#ea763e #eacc3e #ea3e5c

Monochromatic Colors of #ea763e

#ea763e

Complementary Color

#ea763e #3eb2ea

#ea763e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea763e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea763e Color CSS Codes

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

#ea763e Text Font Color

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

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


#ea763e Background Color

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

This div background color is #ea763e


#ea763e Border Color

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

This div border color is #ea763e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea763e


Comments

No comments written yet.

Please login to write comment.