Color Hex Logo

#ea7729 Color Hex

#EA7729
(234,119,41)
0 Favorites   0 Comments

Color spaces of #ea7729

RGB 23411941
HSL0.070.820.54
HSV24°82°92°
CMYK 0.000.490.82   0.08
XYZ40.928730.84625.8945
Yxy30.84620.52700.3971
Hunter Lab55.539434.348432.5850
CIE-Lab62.377639.737659.4751

#ea7729 color RGB value is (234,119,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 00101001
Octal 352 167 51
Decimal 234 119 41
Hex EA 77 29

RGB Percentages of Color #ea7729

%59.39
%30.20
%10.41

CMYK Percentages of Color #ea7729

%0
%49
%82
%8

Triadic Colors of #ea7729

#ea7729 #29ea77 #7729ea

Analogous Colors of #ea7729

#ea7729 #ead829 #ea293c

Monochromatic Colors of #ea7729

#ea7729

Complementary Color

#ea7729 #299cea

#ea7729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7729 Color CSS Codes

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

#ea7729 Text Font Color

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

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


#ea7729 Background Color

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

This div background color is #ea7729


#ea7729 Border Color

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

This div border color is #ea7729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7729


Comments

No comments written yet.

Please login to write comment.