Color Hex Logo

#ea795b Color Hex

#EA795B
(234,121,91)
0 Favorites   0 Comments

Color spaces of #ea795b

RGB 23412191
HSL0.030.770.64
HSV13°61°92°
CMYK 0.000.480.61   0.08
XYZ42.657431.922513.8109
Yxy31.92250.48260.3612
Hunter Lab56.500035.892225.0571
CIE-Lab63.278841.095936.1988

#ea795b color RGB value is (234,121,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111001 01011011
Octal 352 171 133
Decimal 234 121 91
Hex EA 79 5B

RGB Percentages of Color #ea795b

%52.47
%27.13
%20.40

CMYK Percentages of Color #ea795b

%0
%48
%61
%8

Triadic Colors of #ea795b

#ea795b #5bea79 #795bea

Analogous Colors of #ea795b

#ea795b #eac15b #ea5b85

Monochromatic Colors of #ea795b

#ea795b

Complementary Color

#ea795b #5bccea

#ea795b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea795b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea795b Color CSS Codes

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

#ea795b Text Font Color

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

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


#ea795b Background Color

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

This div background color is #ea795b


#ea795b Border Color

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

This div border color is #ea795b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea795b


Comments

No comments written yet.

Please login to write comment.