Color Hex Logo

#ea906d Color Hex

#EA906D
(234,144,109)
0 Favorites   0 Comments

Color spaces of #ea906d

RGB 234144109
HSL0.050.750.67
HSV17°53°92°
CMYK 0.000.380.53   0.08
XYZ46.665338.543119.4480
Yxy38.54310.44590.3683
Hunter Lab62.083125.525724.8851
CIE-Lab68.419030.571932.9163

#ea906d color RGB value is (234,144,109).

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

The process color (four color CMYK) of #ea906d color hex is 0.00, 0.38, 0.53, 0.08. Web safe color of #ea906d is #ff9966. Color #ea906d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 01101101
Octal 352 220 155
Decimal 234 144 109
Hex EA 90 6D

RGB Percentages of Color #ea906d

%48.05
%29.57
%22.38

CMYK Percentages of Color #ea906d

%0
%38
%53
%8

Triadic Colors of #ea906d

#ea906d #6dea90 #906dea

Analogous Colors of #ea906d

#ea906d #eacf6d #ea6d89

Monochromatic Colors of #ea906d

#ea906d

Complementary Color

#ea906d #6dc7ea

#ea906d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea906d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea906d Color CSS Codes

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

#ea906d Text Font Color

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

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


#ea906d Background Color

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

This div background color is #ea906d


#ea906d Border Color

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

This div border color is #ea906d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea906d


Comments

No comments written yet.

Please login to write comment.