Color Hex Logo

#ecb030 Color Hex

#ECB030
(236,176,48)
0 Favorites   0 Comments

Color spaces of #ecb030

RGB 23617648
HSL0.110.830.56
HSV41°80°93°
CMYK 0.000.250.80   0.07
XYZ50.650949.09699.6034
Yxy49.09690.46320.4490
Hunter Lab70.06926.411240.9224
CIE-Lab75.511610.924868.7523

#ecb030 color RGB value is (236,176,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110000 00110000
Octal 354 260 60
Decimal 236 176 48
Hex EC B0 30

RGB Percentages of Color #ecb030

%51.30
%38.26
%10.43

CMYK Percentages of Color #ecb030

%0
%25
%80
%7

Triadic Colors of #ecb030

#ecb030 #30ecb0 #b030ec

Analogous Colors of #ecb030

#ecb030 #caec30 #ec5230

Monochromatic Colors of #ecb030

#ecb030

Complementary Color

#ecb030 #306cec

#ecb030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb030 Color CSS Codes

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

#ecb030 Text Font Color

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

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


#ecb030 Background Color

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

This div background color is #ecb030


#ecb030 Border Color

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

This div border color is #ecb030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb030


Comments

No comments written yet.

Please login to write comment.