Color Hex Logo

#ea670b Color Hex

#EA670B
(234,103,11)
0 Favorites   0 Comments

Color spaces of #ea670b

RGB 23410311
HSL0.070.910.48
HSV25°95°92°
CMYK 0.000.560.95   0.08
XYZ38.842327.21713.5228
Yxy27.21710.55820.3912
Hunter Lab52.170041.601632.5154
CIE-Lab59.174747.015065.8823

#ea670b color RGB value is (234,103,11).

#ea670b hex color red value is 234, green value is 103 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ea670b hue: 0.07 , saturation: 0.91 and the lightness value of ea670b is 0.48.

The process color (four color CMYK) of #ea670b color hex is 0.00, 0.56, 0.95, 0.08. Web safe color of #ea670b is #ff6600. Color #ea670b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100111 00001011
Octal 352 147 13
Decimal 234 103 11
Hex EA 67 B

RGB Percentages of Color #ea670b

%67.24
%29.60
%3.16

CMYK Percentages of Color #ea670b

%0
%56
%95
%8

Triadic Colors of #ea670b

#ea670b #0bea67 #670bea

Analogous Colors of #ea670b

#ea670b #ead70b #ea0b1e

Monochromatic Colors of #ea670b

#ea670b

Complementary Color

#ea670b #0b8eea

#ea670b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea670b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea670b Color CSS Codes

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

#ea670b Text Font Color

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

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


#ea670b Background Color

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

This div background color is #ea670b


#ea670b Border Color

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

This div border color is #ea670b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea670b


Comments

No comments written yet.

Please login to write comment.