Color Hex Logo

#ea905d Color Hex

#EA905D
(234,144,93)
0 Favorites   0 Comments

Color spaces of #ea905d

RGB 23414493
HSL0.060.770.64
HSV22°60°92°
CMYK 0.000.380.60   0.08
XYZ45.880738.229315.3167
Yxy38.22930.46150.3845
Hunter Lab61.829824.253328.5934
CIE-Lab68.189329.338941.1383

#ea905d color RGB value is (234,144,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 01011101
Octal 352 220 135
Decimal 234 144 93
Hex EA 90 5D

RGB Percentages of Color #ea905d

%49.68
%30.57
%19.75

CMYK Percentages of Color #ea905d

%0
%38
%60
%8

Triadic Colors of #ea905d

#ea905d #5dea90 #905dea

Analogous Colors of #ea905d

#ea905d #ead75d #ea5d71

Monochromatic Colors of #ea905d

#ea905d

Complementary Color

#ea905d #5db7ea

#ea905d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea905d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea905d Color CSS Codes

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

#ea905d Text Font Color

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

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


#ea905d Background Color

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

This div background color is #ea905d


#ea905d Border Color

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

This div border color is #ea905d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea905d


Comments

No comments written yet.

Please login to write comment.