Color Hex Logo

#ecc12f Color Hex

#ECC12F
(236,193,47)
0 Favorites   0 Comments

Color spaces of #ecc12f

RGB 23619347
HSL0.130.830.55
HSV46°80°93°
CMYK 0.000.180.80   0.07
XYZ54.175156.178010.6774
Yxy56.17800.44760.4642
Hunter Lab74.9520-2.146644.0201
CIE-Lab79.71501.998272.7974

#ecc12f color RGB value is (236,193,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 00101111
Octal 354 301 57
Decimal 236 193 47
Hex EC C1 2F

RGB Percentages of Color #ecc12f

%49.58
%40.55
%9.87

CMYK Percentages of Color #ecc12f

%0
%18
%80
%7

Triadic Colors of #ecc12f

#ecc12f #2fecc1 #c12fec

Analogous Colors of #ecc12f

#ecc12f #b9ec2f #ec622f

Monochromatic Colors of #ecc12f

#ecc12f

Complementary Color

#ecc12f #2f5aec

#ecc12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc12f Color CSS Codes

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

#ecc12f Text Font Color

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

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


#ecc12f Background Color

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

This div background color is #ecc12f


#ecc12f Border Color

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

This div border color is #ecc12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc12f


Comments

No comments written yet.

Please login to write comment.