Color Hex Logo

#ea654d Color Hex

#EA654D
(234,101,77)
0 Favorites   0 Comments

Color spaces of #ea654d

RGB 23410177
HSL0.030.790.61
HSV67°92°
CMYK 0.000.570.67   0.08
XYZ39.924927.335610.1932
Yxy27.33560.51550.3529
Hunter Lab52.283544.810825.0392
CIE-Lab59.283749.961138.9867

#ea654d color RGB value is (234,101,77).

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

The process color (four color CMYK) of #ea654d color hex is 0.00, 0.57, 0.67, 0.08. Web safe color of #ea654d is #ff6666. Color #ea654d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100101 01001101
Octal 352 145 115
Decimal 234 101 77
Hex EA 65 4D

RGB Percentages of Color #ea654d

%56.80
%24.51
%18.69

CMYK Percentages of Color #ea654d

%0
%57
%67
%8

Triadic Colors of #ea654d

#ea654d #4dea65 #654dea

Analogous Colors of #ea654d

#ea654d #eab44d #ea4d84

Monochromatic Colors of #ea654d

#ea654d

Complementary Color

#ea654d #4dd2ea

#ea654d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea654d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea654d Color CSS Codes

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

#ea654d Text Font Color

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

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


#ea654d Background Color

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

This div background color is #ea654d


#ea654d Border Color

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

This div border color is #ea654d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea654d


Comments

No comments written yet.

Please login to write comment.