Color Hex Logo

#ea796a Color Hex

#EA796A
(234,121,106)
0 Favorites   0 Comments

Color spaces of #ea796a

RGB 234121106
HSL0.020.750.67
HSV55°92°
CMYK 0.000.480.55   0.08
XYZ43.370632.207817.5665
Yxy32.20780.46560.3458
Hunter Lab56.751937.096321.3742
CIE-Lab63.514342.202628.2160

#ea796a color RGB value is (234,121,106).

#ea796a hex color red value is 234, green value is 121 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ea796a hue: 0.02 , saturation: 0.75 and the lightness value of ea796a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 01101010
Octal 352 171 152
Decimal 234 121 106
Hex EA 79 6A

RGB Percentages of Color #ea796a

%50.76
%26.25
%22.99

CMYK Percentages of Color #ea796a

%0
%48
%55
%8

Triadic Colors of #ea796a

#ea796a #6aea79 #796aea

Analogous Colors of #ea796a

#ea796a #eab96a #ea6a9b

Monochromatic Colors of #ea796a

#ea796a

Complementary Color

#ea796a #6adbea

#ea796a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea796a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea796a Color CSS Codes

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

#ea796a Text Font Color

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

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


#ea796a Background Color

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

This div background color is #ea796a


#ea796a Border Color

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

This div border color is #ea796a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea796a


Comments

No comments written yet.

Please login to write comment.