Color Hex Logo

#ecc613 Color Hex

#ECC613
(236,198,19)
0 Favorites   0 Comments

Color spaces of #ecc613

RGB 23619819
HSL0.140.850.50
HSV49°92°93°
CMYK 0.000.160.92   0.07
XYZ54.903758.26818.9692
Yxy58.26810.44950.4771
Hunter Lab76.3335-5.195746.4669
CIE-Lab80.8876-1.205980.0259

#ecc613 color RGB value is (236,198,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000110 00010011
Octal 354 306 23
Decimal 236 198 19
Hex EC C6 13

RGB Percentages of Color #ecc613

%52.10
%43.71
%4.19

CMYK Percentages of Color #ecc613

%0
%16
%92
%7

Triadic Colors of #ecc613

#ecc613 #13ecc6 #c613ec

Analogous Colors of #ecc613

#ecc613 #a6ec13 #ec5a13

Monochromatic Colors of #ecc613

#ecc613

Complementary Color

#ecc613 #1339ec

#ecc613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc613 Color CSS Codes

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

#ecc613 Text Font Color

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

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


#ecc613 Background Color

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

This div background color is #ecc613


#ecc613 Border Color

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

This div border color is #ecc613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc613


Comments

No comments written yet.

Please login to write comment.