Color Hex Logo

#ea601b Color Hex

#EA601B
(234,96,27)
0 Favorites   0 Comments

Color spaces of #ea601b

RGB 2349627
HSL0.060.830.51
HSV20°88°92°
CMYK 0.000.590.88   0.08
XYZ38.312425.93734.0240
Yxy25.93730.56120.3799
Hunter Lab50.928745.156030.9654
CIE-Lab57.977550.480660.9287

#ea601b color RGB value is (234,96,27).

#ea601b hex color red value is 234, green value is 96 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ea601b hue: 0.06 , saturation: 0.83 and the lightness value of ea601b is 0.51.

The process color (four color CMYK) of #ea601b color hex is 0.00, 0.59, 0.88, 0.08. Web safe color of #ea601b is #ff6633. Color #ea601b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100000 00011011
Octal 352 140 33
Decimal 234 96 27
Hex EA 60 1B

RGB Percentages of Color #ea601b

%65.55
%26.89
%7.56

CMYK Percentages of Color #ea601b

%0
%59
%88
%8

Triadic Colors of #ea601b

#ea601b #1bea60 #601bea

Analogous Colors of #ea601b

#ea601b #eac81b #ea1b3e

Monochromatic Colors of #ea601b

#ea601b

Complementary Color

#ea601b #1ba5ea

#ea601b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea601b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea601b Color CSS Codes

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

#ea601b Text Font Color

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

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


#ea601b Background Color

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

This div background color is #ea601b


#ea601b Border Color

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

This div border color is #ea601b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea601b


Comments

No comments written yet.

Please login to write comment.