Color Hex Logo

#ea834d Color Hex

#EA834D
(234,131,77)
0 Favorites   0 Comments

Color spaces of #ea834d

RGB 23413177
HSL0.060.790.61
HSV21°67°92°
CMYK 0.000.440.67   0.08
XYZ43.387534.260811.3474
Yxy34.26080.48750.3850
Hunter Lab58.532729.881229.4787
CIE-Lab65.169135.119845.8281

#ea834d color RGB value is (234,131,77).

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

The process color (four color CMYK) of #ea834d color hex is 0.00, 0.44, 0.67, 0.08. Web safe color of #ea834d is #ff9966. Color #ea834d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000011 01001101
Octal 352 203 115
Decimal 234 131 77
Hex EA 83 4D

RGB Percentages of Color #ea834d

%52.94
%29.64
%17.42

CMYK Percentages of Color #ea834d

%0
%44
%67
%8

Triadic Colors of #ea834d

#ea834d #4dea83 #834dea

Analogous Colors of #ea834d

#ea834d #ead24d #ea4d66

Monochromatic Colors of #ea834d

#ea834d

Complementary Color

#ea834d #4db4ea

#ea834d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea834d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea834d Color CSS Codes

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

#ea834d Text Font Color

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

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


#ea834d Background Color

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

This div background color is #ea834d


#ea834d Border Color

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

This div border color is #ea834d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea834d


Comments

No comments written yet.

Please login to write comment.