Color Hex Logo

#ea692d Color Hex

#EA692D
(234,105,45)
0 Favorites   0 Comments

Color spaces of #ea692d

RGB 23410545
HSL0.050.820.55
HSV19°81°92°
CMYK 0.000.550.81   0.08
XYZ39.456927.78505.7661
Yxy27.78500.54040.3806
Hunter Lab52.711541.370130.4123
CIE-Lab59.694046.723655.4016

#ea692d color RGB value is (234,105,45).

#ea692d hex color red value is 234, green value is 105 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ea692d hue: 0.05 , saturation: 0.82 and the lightness value of ea692d is 0.55.

The process color (four color CMYK) of #ea692d color hex is 0.00, 0.55, 0.81, 0.08. Web safe color of #ea692d is #ff6633. Color #ea692d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101001 00101101
Octal 352 151 55
Decimal 234 105 45
Hex EA 69 2D

RGB Percentages of Color #ea692d

%60.94
%27.34
%11.72

CMYK Percentages of Color #ea692d

%0
%55
%81
%8

Triadic Colors of #ea692d

#ea692d #2dea69 #692dea

Analogous Colors of #ea692d

#ea692d #eac82d #ea2d4f

Monochromatic Colors of #ea692d

#ea692d

Complementary Color

#ea692d #2daeea

#ea692d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea692d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea692d Color CSS Codes

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

#ea692d Text Font Color

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

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


#ea692d Background Color

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

This div background color is #ea692d


#ea692d Border Color

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

This div border color is #ea692d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea692d


Comments

No comments written yet.

Please login to write comment.