Color Hex Logo

#ecc615 Color Hex

#ECC615
(236,198,21)
0 Favorites   0 Comments

Color spaces of #ecc615

RGB 23619821
HSL0.140.850.50
HSV49°91°93°
CMYK 0.000.160.91   0.07
XYZ54.921558.27529.0630
Yxy58.27520.44920.4767
Hunter Lab76.3382-5.170046.3977
CIE-Lab80.8916-1.177979.7303

#ecc615 color RGB value is (236,198,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000110 00010101
Octal 354 306 25
Decimal 236 198 21
Hex EC C6 15

RGB Percentages of Color #ecc615

%51.87
%43.52
%4.62

CMYK Percentages of Color #ecc615

%0
%16
%91
%7

Triadic Colors of #ecc615

#ecc615 #15ecc6 #c615ec

Analogous Colors of #ecc615

#ecc615 #a7ec15 #ec5b15

Monochromatic Colors of #ecc615

#ecc615

Complementary Color

#ecc615 #153bec

#ecc615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc615 Color CSS Codes

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

#ecc615 Text Font Color

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

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


#ecc615 Background Color

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

This div background color is #ecc615


#ecc615 Border Color

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

This div border color is #ecc615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc615


Comments

No comments written yet.

Please login to write comment.