Color Hex Logo

#ecb34b Color Hex

#ECB34B
(236,179,75)
0 Favorites   0 Comments

Color spaces of #ecb34b

RGB 23617975
HSL0.110.810.61
HSV39°68°93°
CMYK 0.000.240.68   0.07
XYZ51.982250.581113.6800
Yxy50.58110.44720.4351
Hunter Lab71.12046.005738.3798
CIE-Lab76.424610.510459.1825

#ecb34b color RGB value is (236,179,75).

#ecb34b hex color red value is 236, green value is 179 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ecb34b hue: 0.11 , saturation: 0.81 and the lightness value of ecb34b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 01001011
Octal 354 263 113
Decimal 236 179 75
Hex EC B3 4B

RGB Percentages of Color #ecb34b

%48.16
%36.53
%15.31

CMYK Percentages of Color #ecb34b

%0
%24
%68
%7

Triadic Colors of #ecb34b

#ecb34b #4becb3 #b34bec

Analogous Colors of #ecb34b

#ecb34b #d5ec4b #ec634b

Monochromatic Colors of #ecb34b

#ecb34b

Complementary Color

#ecb34b #4b84ec

#ecb34b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb34b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb34b Color CSS Codes

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

#ecb34b Text Font Color

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

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


#ecb34b Background Color

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

This div background color is #ecb34b


#ecb34b Border Color

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

This div border color is #ecb34b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb34b


Comments

No comments written yet.

Please login to write comment.