Color Hex Logo

#ecb128 Color Hex

#ECB128
(236,177,40)
0 Favorites   0 Comments

Color spaces of #ecb128

RGB 23617740
HSL0.120.840.54
HSV42°83°93°
CMYK 0.000.250.83   0.07
XYZ50.697249.43038.8765
Yxy49.43030.46510.4535
Hunter Lab70.30675.677241.7291
CIE-Lab75.718210.157471.4140

#ecb128 color RGB value is (236,177,40).

#ecb128 hex color red value is 236, green value is 177 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ecb128 hue: 0.12 , saturation: 0.84 and the lightness value of ecb128 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 00101000
Octal 354 261 50
Decimal 236 177 40
Hex EC B1 28

RGB Percentages of Color #ecb128

%52.10
%39.07
%8.83

CMYK Percentages of Color #ecb128

%0
%25
%83
%7

Triadic Colors of #ecb128

#ecb128 #28ecb1 #b128ec

Analogous Colors of #ecb128

#ecb128 #c5ec28 #ec4f28

Monochromatic Colors of #ecb128

#ecb128

Complementary Color

#ecb128 #2863ec

#ecb128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb128 Color CSS Codes

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

#ecb128 Text Font Color

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

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


#ecb128 Background Color

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

This div background color is #ecb128


#ecb128 Border Color

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

This div border color is #ecb128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb128

#ecb128 Color Palettes


Comments

No comments written yet.

Please login to write comment.