Color Hex Logo

#ecb32f Color Hex

#ECB32F
(236,179,47)
0 Favorites   0 Comments

Color spaces of #ecb32f

RGB 23617947
HSL0.120.830.55
HSV42°80°93°
CMYK 0.000.240.80   0.07
XYZ51.225350.27839.6941
Yxy50.27830.46070.4522
Hunter Lab70.90724.865741.5292
CIE-Lab76.23989.312669.7284

#ecb32f color RGB value is (236,179,47).

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

The process color (four color CMYK) of #ecb32f color hex is 0.00, 0.24, 0.80, 0.07. Web safe color of #ecb32f is #ffcc33. Color #ecb32f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 00101111
Octal 354 263 57
Decimal 236 179 47
Hex EC B3 2F

RGB Percentages of Color #ecb32f

%51.08
%38.74
%10.17

CMYK Percentages of Color #ecb32f

%0
%24
%80
%7

Triadic Colors of #ecb32f

#ecb32f #2fecb3 #b32fec

Analogous Colors of #ecb32f

#ecb32f #c7ec2f #ec542f

Monochromatic Colors of #ecb32f

#ecb32f

Complementary Color

#ecb32f #2f68ec

#ecb32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb32f Color CSS Codes

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

#ecb32f Text Font Color

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

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


#ecb32f Background Color

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

This div background color is #ecb32f


#ecb32f Border Color

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

This div border color is #ecb32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb32f


Comments

No comments written yet.

Please login to write comment.