Color Hex Logo

#ecc715 Color Hex

#ECC715
(236,199,21)
0 Favorites   0 Comments

Color spaces of #ecc715

RGB 23619921
HSL0.140.850.50
HSV50°91°93°
CMYK 0.000.160.91   0.07
XYZ55.150958.73399.1395
Yxy58.73390.44830.4774
Hunter Lab76.6380-5.662946.5760
CIE-Lab81.1451-1.691879.9225

#ecc715 color RGB value is (236,199,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000111 00010101
Octal 354 307 25
Decimal 236 199 21
Hex EC C7 15

RGB Percentages of Color #ecc715

%51.75
%43.64
%4.61

CMYK Percentages of Color #ecc715

%0
%16
%91
%7

Triadic Colors of #ecc715

#ecc715 #15ecc7 #c715ec

Analogous Colors of #ecc715

#ecc715 #a6ec15 #ec5b15

Monochromatic Colors of #ecc715

#ecc715

Complementary Color

#ecc715 #153aec

#ecc715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc715 Color CSS Codes

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

#ecc715 Text Font Color

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

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


#ecc715 Background Color

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

This div background color is #ecc715


#ecc715 Border Color

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

This div border color is #ecc715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc715


Comments

No comments written yet.

Please login to write comment.