Color Hex Logo

#ea680b Color Hex

#EA680B
(234,104,11)
0 Favorites   0 Comments

Color spaces of #ea680b

RGB 23410411
HSL0.070.910.48
HSV25°95°92°
CMYK 0.000.560.95   0.08
XYZ38.942427.41723.5562
Yxy27.41720.55700.3921
Hunter Lab52.361441.122032.6262
CIE-Lab59.358546.541365.9984

#ea680b color RGB value is (234,104,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101000 00001011
Octal 352 150 13
Decimal 234 104 11
Hex EA 68 B

RGB Percentages of Color #ea680b

%67.05
%29.80
%3.15

CMYK Percentages of Color #ea680b

%0
%56
%95
%8

Triadic Colors of #ea680b

#ea680b #0bea68 #680bea

Analogous Colors of #ea680b

#ea680b #ead80b #ea0b1d

Monochromatic Colors of #ea680b

#ea680b

Complementary Color

#ea680b #0b8dea

#ea680b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea680b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea680b Color CSS Codes

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

#ea680b Text Font Color

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

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


#ea680b Background Color

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

This div background color is #ea680b


#ea680b Border Color

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

This div border color is #ea680b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea680b


Comments

No comments written yet.

Please login to write comment.