Color Hex Logo

#ecc606 Color Hex

#ECC606
(236,198,6)
0 Favorites   0 Comments

Color spaces of #ecc606

RGB 2361986
HSL0.140.950.47
HSV50°97°93°
CMYK 0.000.160.97   0.07
XYZ54.819058.23428.5233
Yxy58.23420.45090.4790
Hunter Lab76.3113-5.317646.7958
CIE-Lab80.8688-1.339281.4601

#ecc606 color RGB value is (236,198,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000110 00000110
Octal 354 306 6
Decimal 236 198 6
Hex EC C6 6

RGB Percentages of Color #ecc606

%53.64
%45.00
%1.36

CMYK Percentages of Color #ecc606

%0
%16
%97
%7

Triadic Colors of #ecc606

#ecc606 #06ecc6 #c606ec

Analogous Colors of #ecc606

#ecc606 #9fec06 #ec5306

Monochromatic Colors of #ecc606

#ecc606

Complementary Color

#ecc606 #062cec

#ecc606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc606 Color CSS Codes

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

#ecc606 Text Font Color

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

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


#ecc606 Background Color

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

This div background color is #ecc606


#ecc606 Border Color

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

This div border color is #ecc606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc606


Comments

No comments written yet.

Please login to write comment.