Color Hex Logo

#eca85d Color Hex

#ECA85D
(236,168,93)
0 Favorites   0 Comments

Color spaces of #eca85d

RGB 23616893
HSL0.090.790.65
HSV31°61°93°
CMYK 0.000.290.61   0.07
XYZ50.570546.628416.6908
Yxy46.62840.44400.4094
Hunter Lab68.285012.694833.3073
CIE-Lab73.951417.434948.0513

#eca85d color RGB value is (236,168,93).

#eca85d hex color red value is 236, green value is 168 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eca85d hue: 0.09 , saturation: 0.79 and the lightness value of eca85d is 0.65.

The process color (four color CMYK) of #eca85d color hex is 0.00, 0.29, 0.61, 0.07. Web safe color of #eca85d is #ff9966. Color #eca85d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101000 01011101
Octal 354 250 135
Decimal 236 168 93
Hex EC A8 5D

RGB Percentages of Color #eca85d

%47.48
%33.80
%18.71

CMYK Percentages of Color #eca85d

%0
%29
%61
%7

Triadic Colors of #eca85d

#eca85d #5deca8 #a85dec

Analogous Colors of #eca85d

#eca85d #e9ec5d #ec615d

Monochromatic Colors of #eca85d

#eca85d

Complementary Color

#eca85d #5da1ec

#eca85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca85d Color CSS Codes

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

#eca85d Text Font Color

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

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


#eca85d Background Color

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

This div background color is #eca85d


#eca85d Border Color

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

This div border color is #eca85d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,168,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eca85d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eca85d;
  -webkit-box-shadow: 1px 1px 3px 2px #eca85d;
  box-shadow:         1px 1px 3px 2px #eca85d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,168,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca85d


Comments

No comments written yet.

Please login to write comment.