Color Hex Logo

#ecc047 Color Hex

#ECC047
(236,192,71)
0 Favorites   0 Comments

Color spaces of #ecc047

RGB 23619271
HSL0.120.810.60
HSV44°70°93°
CMYK 0.000.190.70   0.07
XYZ54.579055.987113.8912
Yxy55.98710.43850.4498
Hunter Lab74.8245-0.740341.3700
CIE-Lab79.60653.493764.1557

#ecc047 color RGB value is (236,192,71).

#ecc047 hex color red value is 236, green value is 192 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ecc047 hue: 0.12 , saturation: 0.81 and the lightness value of ecc047 is 0.60.

The process color (four color CMYK) of #ecc047 color hex is 0.00, 0.19, 0.70, 0.07. Web safe color of #ecc047 is #ffcc33. Color #ecc047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000000 01000111
Octal 354 300 107
Decimal 236 192 71
Hex EC C0 47

RGB Percentages of Color #ecc047

%47.29
%38.48
%14.23

CMYK Percentages of Color #ecc047

%0
%19
%70
%7

Triadic Colors of #ecc047

#ecc047 #47ecc0 #c047ec

Analogous Colors of #ecc047

#ecc047 #c6ec47 #ec6e47

Monochromatic Colors of #ecc047

#ecc047

Complementary Color

#ecc047 #4773ec

#ecc047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc047 Color CSS Codes

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

#ecc047 Text Font Color

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

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


#ecc047 Background Color

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

This div background color is #ecc047


#ecc047 Border Color

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

This div border color is #ecc047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc047


Comments

No comments written yet.

Please login to write comment.