Color Hex Logo

#ea6a3e Color Hex

#EA6A3E
(234,106,62)
0 Favorites   0 Comments

Color spaces of #ea6a3e

RGB 23410662
HSL0.040.800.58
HSV15°74°92°
CMYK 0.000.550.74   0.08
XYZ39.955228.14837.8847
Yxy28.14830.52580.3704
Hunter Lab53.055041.580528.3272
CIE-Lab60.022546.871347.7106

#ea6a3e color RGB value is (234,106,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101010 00111110
Octal 352 152 76
Decimal 234 106 62
Hex EA 6A 3E

RGB Percentages of Color #ea6a3e

%58.21
%26.37
%15.42

CMYK Percentages of Color #ea6a3e

%0
%55
%74
%8

Triadic Colors of #ea6a3e

#ea6a3e #3eea6a #6a3eea

Analogous Colors of #ea6a3e

#ea6a3e #eac03e #ea3e68

Monochromatic Colors of #ea6a3e

#ea6a3e

Complementary Color

#ea6a3e #3ebeea

#ea6a3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6a3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6a3e Color CSS Codes

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

#ea6a3e Text Font Color

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

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


#ea6a3e Background Color

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

This div background color is #ea6a3e


#ea6a3e Border Color

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

This div border color is #ea6a3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6a3e


Comments

No comments written yet.

Please login to write comment.