Color Hex Logo

#ea781d Color Hex

#EA781D
(234,120,29)
0 Favorites   0 Comments

Color spaces of #ea781d

RGB 23412029
HSL0.070.830.52
HSV27°88°92°
CMYK 0.000.490.88   0.08
XYZ40.869931.01414.9946
Yxy31.01410.53160.4034
Hunter Lab55.690333.539233.6658
CIE-Lab62.519538.944963.7845

#ea781d color RGB value is (234,120,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111000 00011101
Octal 352 170 35
Decimal 234 120 29
Hex EA 78 1D

RGB Percentages of Color #ea781d

%61.10
%31.33
%7.57

CMYK Percentages of Color #ea781d

%0
%49
%88
%8

Triadic Colors of #ea781d

#ea781d #1dea78 #781dea

Analogous Colors of #ea781d

#ea781d #eadf1d #ea1d28

Monochromatic Colors of #ea781d

#ea781d

Complementary Color

#ea781d #1d8fea

#ea781d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea781d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea781d Color CSS Codes

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

#ea781d Text Font Color

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

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


#ea781d Background Color

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

This div background color is #ea781d


#ea781d Border Color

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

This div border color is #ea781d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,120,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 #ea781d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea781d


Comments

No comments written yet.

Please login to write comment.