Color Hex Logo

#ea771d Color Hex

#EA771D
(234,119,29)
0 Favorites   0 Comments

Color spaces of #ea771d

RGB 23411929
HSL0.070.830.52
HSV26°88°92°
CMYK 0.000.490.88   0.08
XYZ40.750330.77484.9547
Yxy30.77480.53280.4024
Hunter Lab55.475034.039433.5371
CIE-Lab62.317139.449163.6265

#ea771d color RGB value is (234,119,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 00011101
Octal 352 167 35
Decimal 234 119 29
Hex EA 77 1D

RGB Percentages of Color #ea771d

%61.26
%31.15
%7.59

CMYK Percentages of Color #ea771d

%0
%49
%88
%8

Triadic Colors of #ea771d

#ea771d #1dea77 #771dea

Analogous Colors of #ea771d

#ea771d #eade1d #ea1d29

Monochromatic Colors of #ea771d

#ea771d

Complementary Color

#ea771d #1d90ea

#ea771d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea771d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea771d Color CSS Codes

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

#ea771d Text Font Color

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

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


#ea771d Background Color

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

This div background color is #ea771d


#ea771d Border Color

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

This div border color is #ea771d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea771d


Comments

No comments written yet.

Please login to write comment.