Color Hex Logo

#ecc616 Color Hex

#ECC616
(236,198,22)
0 Favorites   0 Comments

Color spaces of #ecc616

RGB 23619822
HSL0.140.850.51
HSV49°91°93°
CMYK 0.000.160.91   0.07
XYZ54.931058.27909.1128
Yxy58.27900.44910.4764
Hunter Lab76.3407-5.156446.3610
CIE-Lab80.8937-1.163079.5743

#ecc616 color RGB value is (236,198,22).

#ecc616 hex color red value is 236, green value is 198 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ecc616 hue: 0.14 , saturation: 0.85 and the lightness value of ecc616 is 0.51.

The process color (four color CMYK) of #ecc616 color hex is 0.00, 0.16, 0.91, 0.07. Web safe color of #ecc616 is #ffcc00. Color #ecc616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000110 00010110
Octal 354 306 26
Decimal 236 198 22
Hex EC C6 16

RGB Percentages of Color #ecc616

%51.75
%43.42
%4.82

CMYK Percentages of Color #ecc616

%0
%16
%91
%7

Triadic Colors of #ecc616

#ecc616 #16ecc6 #c616ec

Analogous Colors of #ecc616

#ecc616 #a7ec16 #ec5b16

Monochromatic Colors of #ecc616

#ecc616

Complementary Color

#ecc616 #163cec

#ecc616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc616 Color CSS Codes

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

#ecc616 Text Font Color

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

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


#ecc616 Background Color

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

This div background color is #ecc616


#ecc616 Border Color

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

This div border color is #ecc616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc616


Comments

No comments written yet.

Please login to write comment.