Color Hex Logo

#ecc85c Color Hex

#ECC85C
(236,200,92)
0 Favorites   0 Comments

Color spaces of #ecc85c

RGB 23620092
HSL0.130.790.64
HSV45°61°93°
CMYK 0.000.150.61   0.07
XYZ57.178159.914118.6762
Yxy59.91410.42110.4413
Hunter Lab77.4042-3.600339.8774
CIE-Lab81.79150.570557.4824

#ecc85c color RGB value is (236,200,92).

#ecc85c hex color red value is 236, green value is 200 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ecc85c hue: 0.13 , saturation: 0.79 and the lightness value of ecc85c is 0.64.

The process color (four color CMYK) of #ecc85c color hex is 0.00, 0.15, 0.61, 0.07. Web safe color of #ecc85c is #ffcc66. Color #ecc85c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001000 01011100
Octal 354 310 134
Decimal 236 200 92
Hex EC C8 5C

RGB Percentages of Color #ecc85c

%44.70
%37.88
%17.42

CMYK Percentages of Color #ecc85c

%0
%15
%61
%7

Triadic Colors of #ecc85c

#ecc85c #5cecc8 #c85cec

Analogous Colors of #ecc85c

#ecc85c #c8ec5c #ec805c

Monochromatic Colors of #ecc85c

#ecc85c

Complementary Color

#ecc85c #5c80ec

#ecc85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc85c Color CSS Codes

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

#ecc85c Text Font Color

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

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


#ecc85c Background Color

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

This div background color is #ecc85c


#ecc85c Border Color

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

This div border color is #ecc85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc85c


Comments

No comments written yet.

Please login to write comment.