Color Hex Logo

#ea512e Color Hex

#EA512E
(234,81,46)
0 Favorites   0 Comments

Color spaces of #ea512e

RGB 2348146
HSL0.030.820.55
HSV11°80°92°
CMYK 0.000.650.80   0.08
XYZ37.367323.57455.1656
Yxy23.57450.56530.3566
Hunter Lab48.553652.406627.6797
CIE-Lab55.659257.410751.1485

#ea512e color RGB value is (234,81,46).

#ea512e hex color red value is 234, green value is 81 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ea512e hue: 0.03 , saturation: 0.82 and the lightness value of ea512e is 0.55.

The process color (four color CMYK) of #ea512e color hex is 0.00, 0.65, 0.80, 0.08. Web safe color of #ea512e is #ff6633. Color #ea512e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010001 00101110
Octal 352 121 56
Decimal 234 81 46
Hex EA 51 2E

RGB Percentages of Color #ea512e

%64.82
%22.44
%12.74

CMYK Percentages of Color #ea512e

%0
%65
%80
%8

Triadic Colors of #ea512e

#ea512e #2eea51 #512eea

Analogous Colors of #ea512e

#ea512e #eaaf2e #ea2e69

Monochromatic Colors of #ea512e

#ea512e

Complementary Color

#ea512e #2ec7ea

#ea512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea512e Color CSS Codes

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

#ea512e Text Font Color

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

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


#ea512e Background Color

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

This div background color is #ea512e


#ea512e Border Color

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

This div border color is #ea512e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea512e


Comments

No comments written yet.

Please login to write comment.