Color Hex Logo

#ecc45e Color Hex

#ECC45E
(236,196,94)
0 Favorites   0 Comments

Color spaces of #ecc45e

RGB 23619694
HSL0.120.790.65
HSV43°60°93°
CMYK 0.000.170.60   0.07
XYZ56.352458.120918.8380
Yxy58.12090.42270.4360
Hunter Lab76.2371-1.472438.7155
CIE-Lab80.80602.776855.4633

#ecc45e color RGB value is (236,196,94).

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

The process color (four color CMYK) of #ecc45e color hex is 0.00, 0.17, 0.60, 0.07. Web safe color of #ecc45e is #ffcc66. Color #ecc45e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 01011110
Octal 354 304 136
Decimal 236 196 94
Hex EC C4 5E

RGB Percentages of Color #ecc45e

%44.87
%37.26
%17.87

CMYK Percentages of Color #ecc45e

%0
%17
%60
%7

Triadic Colors of #ecc45e

#ecc45e #5eecc4 #c45eec

Analogous Colors of #ecc45e

#ecc45e #cdec5e #ec7d5e

Monochromatic Colors of #ecc45e

#ecc45e

Complementary Color

#ecc45e #5e86ec

#ecc45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc45e Color CSS Codes

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

#ecc45e Text Font Color

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

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


#ecc45e Background Color

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

This div background color is #ecc45e


#ecc45e Border Color

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

This div border color is #ecc45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc45e


Comments

No comments written yet.

Please login to write comment.