Color Hex Logo

#ea6529 Color Hex

#EA6529
(234,101,41)
1 Favorites   0 Comments

Color spaces of #ea6529

RGB 23410141
HSL0.050.820.54
HSV19°82°92°
CMYK 0.000.570.82   0.08
XYZ38.985626.95995.2468
Yxy26.95990.54760.3787
Hunter Lab51.922943.159130.3548
CIE-Lab58.937248.494756.4227

#ea6529 color RGB value is (234,101,41).

#ea6529 hex color red value is 234, green value is 101 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ea6529 hue: 0.05 , saturation: 0.82 and the lightness value of ea6529 is 0.54.

The process color (four color CMYK) of #ea6529 color hex is 0.00, 0.57, 0.82, 0.08. Web safe color of #ea6529 is #ff6633. Color #ea6529 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 00101001
Octal 352 145 51
Decimal 234 101 41
Hex EA 65 29

RGB Percentages of Color #ea6529

%62.23
%26.86
%10.90

CMYK Percentages of Color #ea6529

%0
%57
%82
%8

Triadic Colors of #ea6529

#ea6529 #29ea65 #6529ea

Analogous Colors of #ea6529

#ea6529 #eac629 #ea294d

Monochromatic Colors of #ea6529

#ea6529

Complementary Color

#ea6529 #29aeea

#ea6529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6529 Color CSS Codes

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

#ea6529 Text Font Color

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

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


#ea6529 Background Color

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

This div background color is #ea6529


#ea6529 Border Color

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

This div border color is #ea6529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6529


Comments

No comments written yet.

Please login to write comment.