Color Hex Logo

#ecb64f Color Hex

#ECB64F
(236,182,79)
0 Favorites   0 Comments

Color spaces of #ecb64f

RGB 23618279
HSL0.110.810.62
HSV39°67°93°
CMYK 0.000.230.67   0.07
XYZ52.731351.853314.6266
Yxy51.85330.44230.4350
Hunter Lab72.00924.696838.3634
CIE-Lab77.19309.152858.2483

#ecb64f color RGB value is (236,182,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 01001111
Octal 354 266 117
Decimal 236 182 79
Hex EC B6 4F

RGB Percentages of Color #ecb64f

%47.48
%36.62
%15.90

CMYK Percentages of Color #ecb64f

%0
%23
%67
%7

Triadic Colors of #ecb64f

#ecb64f #4fecb6 #b64fec

Analogous Colors of #ecb64f

#ecb64f #d4ec4f #ec684f

Monochromatic Colors of #ecb64f

#ecb64f

Complementary Color

#ecb64f #4f85ec

#ecb64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb64f Color CSS Codes

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

#ecb64f Text Font Color

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

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


#ecb64f Background Color

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

This div background color is #ecb64f


#ecb64f Border Color

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

This div border color is #ecb64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb64f


Comments

No comments written yet.

Please login to write comment.