Color Hex Logo

#ecb130 Color Hex

#ECB130
(236,177,48)
0 Favorites   0 Comments

Color spaces of #ecb130

RGB 23617748
HSL0.110.830.56
HSV41°80°93°
CMYK 0.000.250.80   0.07
XYZ50.847749.49059.6690
Yxy49.49050.46220.4499
Hunter Lab70.34955.905941.0957
CIE-Lab75.755510.397968.9705

#ecb130 color RGB value is (236,177,48).

#ecb130 hex color red value is 236, green value is 177 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ecb130 hue: 0.11 , saturation: 0.83 and the lightness value of ecb130 is 0.56.

The process color (four color CMYK) of #ecb130 color hex is 0.00, 0.25, 0.80, 0.07. Web safe color of #ecb130 is #ff9933. Color #ecb130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 00110000
Octal 354 261 60
Decimal 236 177 48
Hex EC B1 30

RGB Percentages of Color #ecb130

%51.19
%38.39
%10.41

CMYK Percentages of Color #ecb130

%0
%25
%80
%7

Triadic Colors of #ecb130

#ecb130 #30ecb1 #b130ec

Analogous Colors of #ecb130

#ecb130 #c9ec30 #ec5330

Monochromatic Colors of #ecb130

#ecb130

Complementary Color

#ecb130 #306bec

#ecb130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb130 Color CSS Codes

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

#ecb130 Text Font Color

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

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


#ecb130 Background Color

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

This div background color is #ecb130


#ecb130 Border Color

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

This div border color is #ecb130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb130


Comments

No comments written yet.

Please login to write comment.