Color Hex Logo

#ecb315 Color Hex

#ECB315
(236,179,21)
0 Favorites   0 Comments

Color spaces of #ecb315

RGB 23617921
HSL0.120.850.50
HSV44°91°93°
CMYK 0.000.240.91   0.07
XYZ50.847550.12727.7050
Yxy50.12720.46790.4612
Hunter Lab70.80064.294043.1081
CIE-Lab76.14738.708576.1501

#ecb315 color RGB value is (236,179,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 00010101
Octal 354 263 25
Decimal 236 179 21
Hex EC B3 15

RGB Percentages of Color #ecb315

%54.13
%41.06
%4.82

CMYK Percentages of Color #ecb315

%0
%24
%91
%7

Triadic Colors of #ecb315

#ecb315 #15ecb3 #b315ec

Analogous Colors of #ecb315

#ecb315 #baec15 #ec4715

Monochromatic Colors of #ecb315

#ecb315

Complementary Color

#ecb315 #154eec

#ecb315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb315 Color CSS Codes

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

#ecb315 Text Font Color

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

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


#ecb315 Background Color

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

This div background color is #ecb315


#ecb315 Border Color

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

This div border color is #ecb315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb315


Comments

No comments written yet.

Please login to write comment.