Color Hex Logo

#ea9019 Color Hex

#EA9019
(234,144,25)
0 Favorites   0 Comments

Color spaces of #ea9019

RGB 23414425
HSL0.090.830.51
HSV34°89°92°
CMYK 0.000.380.89   0.08
XYZ44.080437.50915.8364
Yxy37.50910.50420.4290
Hunter Lab61.244721.295937.2211
CIE-Lab67.657226.433568.8273

#ea9019 color RGB value is (234,144,25).

#ea9019 hex color red value is 234, green value is 144 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #ea9019 hue: 0.09 , saturation: 0.83 and the lightness value of ea9019 is 0.51.

The process color (four color CMYK) of #ea9019 color hex is 0.00, 0.38, 0.89, 0.08. Web safe color of #ea9019 is #ff9900. Color #ea9019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 00011001
Octal 352 220 31
Decimal 234 144 25
Hex EA 90 19

RGB Percentages of Color #ea9019

%58.06
%35.73
%6.20

CMYK Percentages of Color #ea9019

%0
%38
%89
%8

Triadic Colors of #ea9019

#ea9019 #19ea90 #9019ea

Analogous Colors of #ea9019

#ea9019 #dcea19 #ea2719

Monochromatic Colors of #ea9019

#ea9019

Complementary Color

#ea9019 #1973ea

#ea9019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9019 Color CSS Codes

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

#ea9019 Text Font Color

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

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


#ea9019 Background Color

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

This div background color is #ea9019


#ea9019 Border Color

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

This div border color is #ea9019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9019


Comments

No comments written yet.

Please login to write comment.