Color Hex Logo

#eca65d Color Hex

#ECA65D
(236,166,93)
0 Favorites   0 Comments

Color spaces of #eca65d

RGB 23616693
HSL0.090.790.65
HSV31°61°93°
CMYK 0.000.300.61   0.07
XYZ50.204145.895616.5686
Yxy45.89560.44560.4074
Hunter Lab67.746313.723332.9219
CIE-Lab73.477718.495847.4964

#eca65d color RGB value is (236,166,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 01011101
Octal 354 246 135
Decimal 236 166 93
Hex EC A6 5D

RGB Percentages of Color #eca65d

%47.68
%33.54
%18.79

CMYK Percentages of Color #eca65d

%0
%30
%61
%7

Triadic Colors of #eca65d

#eca65d #5deca6 #a65dec

Analogous Colors of #eca65d

#eca65d #ebec5d #ec5e5d

Monochromatic Colors of #eca65d

#eca65d

Complementary Color

#eca65d #5da3ec

#eca65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca65d Color CSS Codes

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

#eca65d Text Font Color

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

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


#eca65d Background Color

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

This div background color is #eca65d


#eca65d Border Color

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

This div border color is #eca65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca65d


Comments

No comments written yet.

Please login to write comment.