Color Hex Logo

#ecc12a Color Hex

#ECC12A
(236,193,42)
0 Favorites   0 Comments

Color spaces of #ecc12a

RGB 23619342
HSL0.130.840.55
HSV47°82°93°
CMYK 0.000.180.82   0.07
XYZ54.080056.140010.1763
Yxy56.14000.44920.4663
Hunter Lab74.9266-2.285244.3961
CIE-Lab79.69341.848574.2261

#ecc12a color RGB value is (236,193,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 00101010
Octal 354 301 52
Decimal 236 193 42
Hex EC C1 2A

RGB Percentages of Color #ecc12a

%50.11
%40.98
%8.92

CMYK Percentages of Color #ecc12a

%0
%18
%82
%7

Triadic Colors of #ecc12a

#ecc12a #2aecc1 #c12aec

Analogous Colors of #ecc12a

#ecc12a #b6ec2a #ec602a

Monochromatic Colors of #ecc12a

#ecc12a

Complementary Color

#ecc12a #2a55ec

#ecc12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc12a Color CSS Codes

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

#ecc12a Text Font Color

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

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


#ecc12a Background Color

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

This div background color is #ecc12a


#ecc12a Border Color

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

This div border color is #ecc12a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,193,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 #ecc12a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc12a


Comments

No comments written yet.

Please login to write comment.