Color Hex Logo

#ea812d Color Hex

#EA812D
(234,129,45)
0 Favorites   0 Comments

Color spaces of #ea812d

RGB 23412945
HSL0.070.820.55
HSV27°81°92°
CMYK 0.000.450.81   0.08
XYZ42.255633.38246.6990
Yxy33.38240.51320.4054
Hunter Lab57.777529.435433.5699
CIE-Lab64.469434.758459.7852

#ea812d color RGB value is (234,129,45).

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

The process color (four color CMYK) of #ea812d color hex is 0.00, 0.45, 0.81, 0.08. Web safe color of #ea812d is #ff9933. Color #ea812d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000001 00101101
Octal 352 201 55
Decimal 234 129 45
Hex EA 81 2D

RGB Percentages of Color #ea812d

%57.35
%31.62
%11.03

CMYK Percentages of Color #ea812d

%0
%45
%81
%8

Triadic Colors of #ea812d

#ea812d #2dea81 #812dea

Analogous Colors of #ea812d

#ea812d #eae02d #ea2d37

Monochromatic Colors of #ea812d

#ea812d

Complementary Color

#ea812d #2d96ea

#ea812d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea812d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea812d Color CSS Codes

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

#ea812d Text Font Color

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

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


#ea812d Background Color

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

This div background color is #ea812d


#ea812d Border Color

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

This div border color is #ea812d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea812d


Comments

No comments written yet.

Please login to write comment.