Color Hex Logo

#ea620d Color Hex

#EA620D
(234,98,13)
0 Favorites   0 Comments

Color spaces of #ea620d

RGB 2349813
HSL0.060.890.48
HSV23°94°92°
CMYK 0.000.580.94   0.08
XYZ38.372026.25683.4264
Yxy26.25680.56380.3858
Hunter Lab51.241443.996931.9044
CIE-Lab58.280049.368064.9263

#ea620d color RGB value is (234,98,13).

#ea620d hex color red value is 234, green value is 98 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ea620d hue: 0.06 , saturation: 0.89 and the lightness value of ea620d is 0.48.

The process color (four color CMYK) of #ea620d color hex is 0.00, 0.58, 0.94, 0.08. Web safe color of #ea620d is #ff6600. Color #ea620d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100010 00001101
Octal 352 142 15
Decimal 234 98 13
Hex EA 62 D

RGB Percentages of Color #ea620d

%67.83
%28.41
%3.77

CMYK Percentages of Color #ea620d

%0
%58
%94
%8

Triadic Colors of #ea620d

#ea620d #0dea62 #620dea

Analogous Colors of #ea620d

#ea620d #ead10d #ea0d26

Monochromatic Colors of #ea620d

#ea620d

Complementary Color

#ea620d #0d95ea

#ea620d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea620d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea620d Color CSS Codes

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

#ea620d Text Font Color

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

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


#ea620d Background Color

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

This div background color is #ea620d


#ea620d Border Color

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

This div border color is #ea620d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea620d


Comments

No comments written yet.

Please login to write comment.