Color Hex Logo

#ea651e Color Hex

#EA651E
(234,101,30)
1 Favorites   0 Comments

Color spaces of #ea651e

RGB 23410130
HSL0.060.830.52
HSV21°87°92°
CMYK 0.000.570.87   0.08
XYZ38.819726.89354.3732
Yxy26.89350.55390.3837
Hunter Lab51.858942.865431.3014
CIE-Lab58.875648.232460.6034

#ea651e color RGB value is (234,101,30).

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

The process color (four color CMYK) of #ea651e color hex is 0.00, 0.57, 0.87, 0.08. Web safe color of #ea651e is #ff6633. Color #ea651e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 00011110
Octal 352 145 36
Decimal 234 101 30
Hex EA 65 1E

RGB Percentages of Color #ea651e

%64.11
%27.67
%8.22

CMYK Percentages of Color #ea651e

%0
%57
%87
%8

Triadic Colors of #ea651e

#ea651e #1eea65 #651eea

Analogous Colors of #ea651e

#ea651e #eacb1e #ea1e3d

Monochromatic Colors of #ea651e

#ea651e

Complementary Color

#ea651e #1ea3ea

#ea651e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea651e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea651e Color CSS Codes

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

#ea651e Text Font Color

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

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


#ea651e Background Color

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

This div background color is #ea651e


#ea651e Border Color

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

This div border color is #ea651e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea651e

#ea651e Color Palettes


Comments

No comments written yet.

Please login to write comment.