Color Hex Logo

#ecb54f Color Hex

#ECB54F
(236,181,79)
0 Favorites   0 Comments

Color spaces of #ecb54f

RGB 23618179
HSL0.110.810.62
HSV39°67°93°
CMYK 0.000.230.67   0.07
XYZ52.527251.445114.5586
Yxy51.44510.44320.4340
Hunter Lab71.72525.203438.1731
CIE-Lab76.94789.678957.9845

#ecb54f color RGB value is (236,181,79).

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

The process color (four color CMYK) of #ecb54f color hex is 0.00, 0.23, 0.67, 0.07. Web safe color of #ecb54f is #ffcc66. Color #ecb54f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110101 01001111
Octal 354 265 117
Decimal 236 181 79
Hex EC B5 4F

RGB Percentages of Color #ecb54f

%47.58
%36.49
%15.93

CMYK Percentages of Color #ecb54f

%0
%23
%67
%7

Triadic Colors of #ecb54f

#ecb54f #4fecb5 #b54fec

Analogous Colors of #ecb54f

#ecb54f #d5ec4f #ec674f

Monochromatic Colors of #ecb54f

#ecb54f

Complementary Color

#ecb54f #4f86ec

#ecb54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb54f Color CSS Codes

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

#ecb54f Text Font Color

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

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


#ecb54f Background Color

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

This div background color is #ecb54f


#ecb54f Border Color

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

This div border color is #ecb54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb54f


Comments

No comments written yet.

Please login to write comment.