Color Hex Logo

#ea672f Color Hex

#EA672F
(234,103,47)
0 Favorites   0 Comments

Color spaces of #ea672f

RGB 23410347
HSL0.050.820.55
HSV18°80°92°
CMYK 0.000.560.80   0.08
XYZ39.295027.39825.9066
Yxy27.39820.54130.3774
Hunter Lab52.343342.402229.9498
CIE-Lab59.341147.733954.1880

#ea672f color RGB value is (234,103,47).

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

The process color (four color CMYK) of #ea672f color hex is 0.00, 0.56, 0.80, 0.08. Web safe color of #ea672f is #ff6633. Color #ea672f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100111 00101111
Octal 352 147 57
Decimal 234 103 47
Hex EA 67 2F

RGB Percentages of Color #ea672f

%60.94
%26.82
%12.24

CMYK Percentages of Color #ea672f

%0
%56
%80
%8

Triadic Colors of #ea672f

#ea672f #2fea67 #672fea

Analogous Colors of #ea672f

#ea672f #eac52f #ea2f54

Monochromatic Colors of #ea672f

#ea672f

Complementary Color

#ea672f #2fb2ea

#ea672f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea672f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea672f Color CSS Codes

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

#ea672f Text Font Color

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

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


#ea672f Background Color

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

This div background color is #ea672f


#ea672f Border Color

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

This div border color is #ea672f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea672f


Comments

No comments written yet.

Please login to write comment.