Color Hex Logo

#ea764f Color Hex

#EA764F
(234,118,79)
0 Favorites   0 Comments

Color spaces of #ea764f

RGB 23411879
HSL0.040.790.61
HSV15°66°92°
CMYK 0.000.500.66   0.08
XYZ41.821431.013811.1792
Yxy31.01380.49780.3691
Hunter Lab55.690036.590127.0812
CIE-Lab62.519341.852241.7268

#ea764f color RGB value is (234,118,79).

#ea764f hex color red value is 234, green value is 118 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ea764f hue: 0.04 , saturation: 0.79 and the lightness value of ea764f is 0.61.

The process color (four color CMYK) of #ea764f color hex is 0.00, 0.50, 0.66, 0.08. Web safe color of #ea764f is #ff6666. Color #ea764f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110110 01001111
Octal 352 166 117
Decimal 234 118 79
Hex EA 76 4F

RGB Percentages of Color #ea764f

%54.29
%27.38
%18.33

CMYK Percentages of Color #ea764f

%0
%50
%66
%8

Triadic Colors of #ea764f

#ea764f #4fea76 #764fea

Analogous Colors of #ea764f

#ea764f #eac44f #ea4f76

Monochromatic Colors of #ea764f

#ea764f

Complementary Color

#ea764f #4fc3ea

#ea764f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea764f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea764f Color CSS Codes

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

#ea764f Text Font Color

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

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


#ea764f Background Color

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

This div background color is #ea764f


#ea764f Border Color

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

This div border color is #ea764f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea764f


Comments

No comments written yet.

Please login to write comment.