Color Hex Logo

#ea685b Color Hex

#EA685B
(234,104,91)
0 Favorites   0 Comments

Color spaces of #ea685b

RGB 23410491
HSL0.020.770.64
HSV61°92°
CMYK 0.000.560.61   0.08
XYZ40.770328.148413.1819
Yxy28.14840.49660.3429
Hunter Lab53.055144.322422.4075
CIE-Lab60.022649.400832.1340

#ea685b color RGB value is (234,104,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 01011011
Octal 352 150 133
Decimal 234 104 91
Hex EA 68 5B

RGB Percentages of Color #ea685b

%54.55
%24.24
%21.21

CMYK Percentages of Color #ea685b

%0
%56
%61
%8

Triadic Colors of #ea685b

#ea685b #5bea68 #685bea

Analogous Colors of #ea685b

#ea685b #eab05b #ea5b96

Monochromatic Colors of #ea685b

#ea685b

Complementary Color

#ea685b #5bddea

#ea685b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea685b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea685b Color CSS Codes

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

#ea685b Text Font Color

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

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


#ea685b Background Color

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

This div background color is #ea685b


#ea685b Border Color

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

This div border color is #ea685b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea685b


Comments

No comments written yet.

Please login to write comment.