Color Hex Logo

#ea903e Color Hex

#EA903E
(234,144,62)
0 Favorites   0 Comments

Color spaces of #ea903e

RGB 23414462
HSL0.080.800.58
HSV29°74°92°
CMYK 0.000.380.74   0.08
XYZ44.774437.78679.4911
Yxy37.78670.48640.4105
Hunter Lab61.470922.442533.8753
CIE-Lab67.863127.566655.9137

#ea903e color RGB value is (234,144,62).

#ea903e hex color red value is 234, green value is 144 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ea903e hue: 0.08 , saturation: 0.80 and the lightness value of ea903e is 0.58.

The process color (four color CMYK) of #ea903e color hex is 0.00, 0.38, 0.74, 0.08. Web safe color of #ea903e is #ff9933. Color #ea903e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 00111110
Octal 352 220 76
Decimal 234 144 62
Hex EA 90 3E

RGB Percentages of Color #ea903e

%53.18
%32.73
%14.09

CMYK Percentages of Color #ea903e

%0
%38
%74
%8

Triadic Colors of #ea903e

#ea903e #3eea90 #903eea

Analogous Colors of #ea903e

#ea903e #eae63e #ea3e42

Monochromatic Colors of #ea903e

#ea903e

Complementary Color

#ea903e #3e98ea

#ea903e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea903e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea903e Color CSS Codes

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

#ea903e Text Font Color

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

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


#ea903e Background Color

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

This div background color is #ea903e


#ea903e Border Color

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

This div border color is #ea903e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea903e


Comments

No comments written yet.

Please login to write comment.