Color Hex Logo

#ecc106 Color Hex

#ECC106
(236,193,6)
0 Favorites   0 Comments

Color spaces of #ecc106

RGB 2361936
HSL0.140.950.47
HSV49°97°93°
CMYK 0.000.180.97   0.07
XYZ53.694955.98598.1486
Yxy55.98590.45570.4751
Hunter Lab74.8237-2.846645.9197
CIE-Lab79.60581.240580.5550

#ecc106 color RGB value is (236,193,6).

#ecc106 hex color red value is 236, green value is 193 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ecc106 hue: 0.14 , saturation: 0.95 and the lightness value of ecc106 is 0.47.

The process color (four color CMYK) of #ecc106 color hex is 0.00, 0.18, 0.97, 0.07. Web safe color of #ecc106 is #ffcc00. Color #ecc106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 00000110
Octal 354 301 6
Decimal 236 193 6
Hex EC C1 6

RGB Percentages of Color #ecc106

%54.25
%44.37
%1.38

CMYK Percentages of Color #ecc106

%0
%18
%97
%7

Triadic Colors of #ecc106

#ecc106 #06ecc1 #c106ec

Analogous Colors of #ecc106

#ecc106 #a4ec06 #ec4e06

Monochromatic Colors of #ecc106

#ecc106

Complementary Color

#ecc106 #0631ec

#ecc106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc106 Color CSS Codes

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

#ecc106 Text Font Color

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

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


#ecc106 Background Color

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

This div background color is #ecc106


#ecc106 Border Color

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

This div border color is #ecc106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc106


Comments

No comments written yet.

Please login to write comment.