Color Hex Logo

#ecc315 Color Hex

#ECC315
(236,195,21)
0 Favorites   0 Comments

Color spaces of #ecc315

RGB 23619521
HSL0.130.850.50
HSV49°91°93°
CMYK 0.000.170.91   0.07
XYZ54.242556.91728.8367
Yxy56.91720.45200.4743
Hunter Lab75.4435-3.687845.8658
CIE-Lab80.13300.368479.1554

#ecc315 color RGB value is (236,195,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000011 00010101
Octal 354 303 25
Decimal 236 195 21
Hex EC C3 15

RGB Percentages of Color #ecc315

%52.21
%43.14
%4.65

CMYK Percentages of Color #ecc315

%0
%17
%91
%7

Triadic Colors of #ecc315

#ecc315 #15ecc3 #c315ec

Analogous Colors of #ecc315

#ecc315 #aaec15 #ec5715

Monochromatic Colors of #ecc315

#ecc315

Complementary Color

#ecc315 #153eec

#ecc315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc315 Color CSS Codes

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

#ecc315 Text Font Color

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

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


#ecc315 Background Color

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

This div background color is #ecc315


#ecc315 Border Color

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

This div border color is #ecc315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc315


Comments

No comments written yet.

Please login to write comment.