Color Hex Logo

#ea7245 Color Hex

#EA7245
(234,114,69)
0 Favorites   0 Comments

Color spaces of #ea7245

RGB 23411469
HSL0.050.800.59
HSV16°71°92°
CMYK 0.000.510.71   0.08
XYZ41.023229.95679.2503
Yxy29.95670.51130.3734
Hunter Lab54.732738.006928.2924
CIE-Lab61.616843.307145.9006

#ea7245 color RGB value is (234,114,69).

#ea7245 hex color red value is 234, green value is 114 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ea7245 hue: 0.05 , saturation: 0.80 and the lightness value of ea7245 is 0.59.

The process color (four color CMYK) of #ea7245 color hex is 0.00, 0.51, 0.71, 0.08. Web safe color of #ea7245 is #ff6633. Color #ea7245 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110010 01000101
Octal 352 162 105
Decimal 234 114 69
Hex EA 72 45

RGB Percentages of Color #ea7245

%56.12
%27.34
%16.55

CMYK Percentages of Color #ea7245

%0
%51
%71
%8

Triadic Colors of #ea7245

#ea7245 #45ea72 #7245ea

Analogous Colors of #ea7245

#ea7245 #eac545 #ea456b

Monochromatic Colors of #ea7245

#ea7245

Complementary Color

#ea7245 #45bdea

#ea7245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7245 Color CSS Codes

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

#ea7245 Text Font Color

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

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


#ea7245 Background Color

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

This div background color is #ea7245


#ea7245 Border Color

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

This div border color is #ea7245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7245


Comments

No comments written yet.

Please login to write comment.