Color Hex Logo

#ecc42a Color Hex

#ECC42A
(236,196,42)
0 Favorites   0 Comments

Color spaces of #ecc42a

RGB 23619642
HSL0.130.840.55
HSV48°82°93°
CMYK 0.000.170.82   0.07
XYZ54.749957.479910.3996
Yxy57.47990.44650.4687
Hunter Lab75.8155-3.774044.9380
CIE-Lab80.44880.296574.8694

#ecc42a color RGB value is (236,196,42).

#ecc42a hex color red value is 236, green value is 196 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ecc42a hue: 0.13 , saturation: 0.84 and the lightness value of ecc42a is 0.55.

The process color (four color CMYK) of #ecc42a color hex is 0.00, 0.17, 0.82, 0.07. Web safe color of #ecc42a is #ffcc33. Color #ecc42a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000100 00101010
Octal 354 304 52
Decimal 236 196 42
Hex EC C4 2A

RGB Percentages of Color #ecc42a

%49.79
%41.35
%8.86

CMYK Percentages of Color #ecc42a

%0
%17
%82
%7

Triadic Colors of #ecc42a

#ecc42a #2aecc4 #c42aec

Analogous Colors of #ecc42a

#ecc42a #b3ec2a #ec632a

Monochromatic Colors of #ecc42a

#ecc42a

Complementary Color

#ecc42a #2a52ec

#ecc42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc42a Color CSS Codes

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

#ecc42a Text Font Color

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

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


#ecc42a Background Color

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

This div background color is #ecc42a


#ecc42a Border Color

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

This div border color is #ecc42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc42a


Comments

No comments written yet.

Please login to write comment.