Color Hex Logo

#ea6219 Color Hex

#EA6219
(234,98,25)
0 Favorites   0 Comments

Color spaces of #ea6219

RGB 2349825
HSL0.060.830.51
HSV21°89°92°
CMYK 0.000.580.89   0.08
XYZ38.474826.29803.9679
Yxy26.29800.55970.3826
Hunter Lab51.281644.179631.3096
CIE-Lab58.318849.530461.8283

#ea6219 color RGB value is (234,98,25).

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

The process color (four color CMYK) of #ea6219 color hex is 0.00, 0.58, 0.89, 0.08. Web safe color of #ea6219 is #ff6600. Color #ea6219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 00011001
Octal 352 142 31
Decimal 234 98 25
Hex EA 62 19

RGB Percentages of Color #ea6219

%65.55
%27.45
%7.00

CMYK Percentages of Color #ea6219

%0
%58
%89
%8

Triadic Colors of #ea6219

#ea6219 #19ea62 #6219ea

Analogous Colors of #ea6219

#ea6219 #eacb19 #ea1938

Monochromatic Colors of #ea6219

#ea6219

Complementary Color

#ea6219 #19a1ea

#ea6219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6219 Color CSS Codes

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

#ea6219 Text Font Color

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

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


#ea6219 Background Color

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

This div background color is #ea6219


#ea6219 Border Color

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

This div border color is #ea6219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6219


Comments

No comments written yet.

Please login to write comment.