Color Hex Logo

#ecc04a Color Hex

#ECC04A
(236,192,74)
0 Favorites   0 Comments

Color spaces of #ecc04a

RGB 23619274
HSL0.120.810.61
HSV44°69°93°
CMYK 0.000.190.69   0.07
XYZ54.677756.026614.4109
Yxy56.02660.43700.4478
Hunter Lab74.8509-0.597040.9807
CIE-Lab79.62903.647262.9542

#ecc04a color RGB value is (236,192,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000000 01001010
Octal 354 300 112
Decimal 236 192 74
Hex EC C0 4A

RGB Percentages of Color #ecc04a

%47.01
%38.25
%14.74

CMYK Percentages of Color #ecc04a

%0
%19
%69
%7

Triadic Colors of #ecc04a

#ecc04a #4aecc0 #c04aec

Analogous Colors of #ecc04a

#ecc04a #c7ec4a #ec6f4a

Monochromatic Colors of #ecc04a

#ecc04a

Complementary Color

#ecc04a #4a76ec

#ecc04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc04a Color CSS Codes

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

#ecc04a Text Font Color

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

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


#ecc04a Background Color

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

This div background color is #ecc04a


#ecc04a Border Color

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

This div border color is #ecc04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc04a


Comments

No comments written yet.

Please login to write comment.