Color Hex Logo

#ea761d Color Hex

#EA761D
(234,118,29)
0 Favorites   0 Comments

Color spaces of #ea761d

RGB 23411829
HSL0.070.830.52
HSV26°88°92°
CMYK 0.000.500.88   0.08
XYZ40.631930.53804.9153
Yxy30.53800.53400.4014
Hunter Lab55.261234.538633.4092
CIE-Lab62.115739.951763.4691

#ea761d color RGB value is (234,118,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 00011101
Octal 352 166 35
Decimal 234 118 29
Hex EA 76 1D

RGB Percentages of Color #ea761d

%61.42
%30.97
%7.61

CMYK Percentages of Color #ea761d

%0
%50
%88
%8

Triadic Colors of #ea761d

#ea761d #1dea76 #761dea

Analogous Colors of #ea761d

#ea761d #eadd1d #ea1d2a

Monochromatic Colors of #ea761d

#ea761d

Complementary Color

#ea761d #1d91ea

#ea761d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea761d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea761d Color CSS Codes

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

#ea761d Text Font Color

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

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


#ea761d Background Color

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

This div background color is #ea761d


#ea761d Border Color

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

This div border color is #ea761d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea761d


Comments

No comments written yet.

Please login to write comment.