Color Hex Logo

#ea623c Color Hex

#EA623C
(234,98,60)
0 Favorites   0 Comments

Color spaces of #ea623c

RGB 2349860
HSL0.040.810.58
HSV13°74°92°
CMYK 0.000.580.74   0.08
XYZ39.115026.55407.3388
Yxy26.55400.53580.3637
Hunter Lab51.530645.314427.6275
CIE-Lab58.559250.534547.1578

#ea623c color RGB value is (234,98,60).

#ea623c hex color red value is 234, green value is 98 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ea623c hue: 0.04 , saturation: 0.81 and the lightness value of ea623c is 0.58.

The process color (four color CMYK) of #ea623c color hex is 0.00, 0.58, 0.74, 0.08. Web safe color of #ea623c is #ff6633. Color #ea623c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 00111100
Octal 352 142 74
Decimal 234 98 60
Hex EA 62 3C

RGB Percentages of Color #ea623c

%59.69
%25.00
%15.31

CMYK Percentages of Color #ea623c

%0
%58
%74
%8

Triadic Colors of #ea623c

#ea623c #3cea62 #623cea

Analogous Colors of #ea623c

#ea623c #eab93c #ea3c6d

Monochromatic Colors of #ea623c

#ea623c

Complementary Color

#ea623c #3cc4ea

#ea623c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea623c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea623c Color CSS Codes

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

#ea623c Text Font Color

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

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


#ea623c Background Color

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

This div background color is #ea623c


#ea623c Border Color

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

This div border color is #ea623c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea623c


Comments

No comments written yet.

Please login to write comment.