Color Hex Logo

#ea734d Color Hex

#EA734D
(234,115,77)
0 Favorites   0 Comments

Color spaces of #ea734d

RGB 23411577
HSL0.040.790.61
HSV15°67°92°
CMYK 0.000.510.67   0.08
XYZ41.402030.289710.6856
Yxy30.28970.50260.3677
Hunter Lab55.036137.967127.0137
CIE-Lab61.903443.231542.0641

#ea734d color RGB value is (234,115,77).

#ea734d hex color red value is 234, green value is 115 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ea734d hue: 0.04 , saturation: 0.79 and the lightness value of ea734d is 0.61.

The process color (four color CMYK) of #ea734d color hex is 0.00, 0.51, 0.67, 0.08. Web safe color of #ea734d is #ff6666. Color #ea734d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 01001101
Octal 352 163 115
Decimal 234 115 77
Hex EA 73 4D

RGB Percentages of Color #ea734d

%54.93
%27.00
%18.08

CMYK Percentages of Color #ea734d

%0
%51
%67
%8

Triadic Colors of #ea734d

#ea734d #4dea73 #734dea

Analogous Colors of #ea734d

#ea734d #eac24d #ea4d76

Monochromatic Colors of #ea734d

#ea734d

Complementary Color

#ea734d #4dc4ea

#ea734d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea734d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea734d Color CSS Codes

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

#ea734d Text Font Color

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

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


#ea734d Background Color

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

This div background color is #ea734d


#ea734d Border Color

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

This div border color is #ea734d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea734d


Comments

No comments written yet.

Please login to write comment.