Color Hex Logo

#ecc515 Color Hex

#ECC515
(236,197,21)
0 Favorites   0 Comments

Color spaces of #ecc515

RGB 23619721
HSL0.140.850.50
HSV49°91°93°
CMYK 0.000.170.91   0.07
XYZ54.693757.81958.9871
Yxy57.81950.45020.4759
Hunter Lab76.0391-4.676446.2199
CIE-Lab80.6383-0.663079.5382

#ecc515 color RGB value is (236,197,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000101 00010101
Octal 354 305 25
Decimal 236 197 21
Hex EC C5 15

RGB Percentages of Color #ecc515

%51.98
%43.39
%4.63

CMYK Percentages of Color #ecc515

%0
%17
%91
%7

Triadic Colors of #ecc515

#ecc515 #15ecc5 #c515ec

Analogous Colors of #ecc515

#ecc515 #a8ec15 #ec5915

Monochromatic Colors of #ecc515

#ecc515

Complementary Color

#ecc515 #153cec

#ecc515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc515 Color CSS Codes

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

#ecc515 Text Font Color

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

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


#ecc515 Background Color

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

This div background color is #ecc515


#ecc515 Border Color

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

This div border color is #ecc515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc515


Comments

No comments written yet.

Please login to write comment.