Color Hex Logo

#ea795d Color Hex

#EA795D
(234,121,93)
0 Favorites   0 Comments

Color spaces of #ea795d

RGB 23412193
HSL0.030.770.64
HSV12°60°92°
CMYK 0.000.480.60   0.08
XYZ42.744831.957514.2714
Yxy31.95750.48040.3592
Hunter Lab56.531036.040124.6037
CIE-Lab63.307741.232335.1441

#ea795d color RGB value is (234,121,93).

#ea795d hex color red value is 234, green value is 121 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ea795d hue: 0.03 , saturation: 0.77 and the lightness value of ea795d is 0.64.

The process color (four color CMYK) of #ea795d color hex is 0.00, 0.48, 0.60, 0.08. Web safe color of #ea795d is #ff6666. Color #ea795d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 01011101
Octal 352 171 135
Decimal 234 121 93
Hex EA 79 5D

RGB Percentages of Color #ea795d

%52.23
%27.01
%20.76

CMYK Percentages of Color #ea795d

%0
%48
%60
%8

Triadic Colors of #ea795d

#ea795d #5dea79 #795dea

Analogous Colors of #ea795d

#ea795d #eac05d #ea5d88

Monochromatic Colors of #ea795d

#ea795d

Complementary Color

#ea795d #5dceea

#ea795d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea795d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea795d Color CSS Codes

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

#ea795d Text Font Color

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

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


#ea795d Background Color

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

This div background color is #ea795d


#ea795d Border Color

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

This div border color is #ea795d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea795d


Comments

No comments written yet.

Please login to write comment.