Color Hex Logo

#ecc946 Color Hex

#ECC946
(236,201,70)
0 Favorites   0 Comments

Color spaces of #ecc946

RGB 23620170
HSL0.130.810.60
HSV47°70°93°
CMYK 0.000.150.70   0.07
XYZ56.584260.048414.4025
Yxy60.04840.43180.4583
Hunter Lab77.4909-5.267643.2240
CIE-Lab81.8645-1.210766.8283

#ecc946 color RGB value is (236,201,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 01000110
Octal 354 311 106
Decimal 236 201 70
Hex EC C9 46

RGB Percentages of Color #ecc946

%46.55
%39.64
%13.81

CMYK Percentages of Color #ecc946

%0
%15
%70
%7

Triadic Colors of #ecc946

#ecc946 #46ecc9 #c946ec

Analogous Colors of #ecc946

#ecc946 #bcec46 #ec7646

Monochromatic Colors of #ecc946

#ecc946

Complementary Color

#ecc946 #4669ec

#ecc946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc946 Color CSS Codes

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

#ecc946 Text Font Color

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

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


#ecc946 Background Color

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

This div background color is #ecc946


#ecc946 Border Color

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

This div border color is #ecc946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc946


Comments

No comments written yet.

Please login to write comment.