Color Hex Logo

#ecb65e Color Hex

#ECB65E
(236,182,94)
0 Favorites   0 Comments

Color spaces of #ecb65e

RGB 23618294
HSL0.100.790.65
HSV37°60°93°
CMYK 0.000.230.60   0.07
XYZ53.340452.096917.8340
Yxy52.09690.43270.4226
Hunter Lab72.17825.601535.8752
CIE-Lab77.338710.100651.5014

#ecb65e color RGB value is (236,182,94).

#ecb65e hex color red value is 236, green value is 182 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ecb65e hue: 0.10 , saturation: 0.79 and the lightness value of ecb65e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 01011110
Octal 354 266 136
Decimal 236 182 94
Hex EC B6 5E

RGB Percentages of Color #ecb65e

%46.09
%35.55
%18.36

CMYK Percentages of Color #ecb65e

%0
%23
%60
%7

Triadic Colors of #ecb65e

#ecb65e #5eecb6 #b65eec

Analogous Colors of #ecb65e

#ecb65e #dbec5e #ec6f5e

Monochromatic Colors of #ecb65e

#ecb65e

Complementary Color

#ecb65e #5e94ec

#ecb65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb65e Color CSS Codes

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

#ecb65e Text Font Color

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

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


#ecb65e Background Color

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

This div background color is #ecb65e


#ecb65e Border Color

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

This div border color is #ecb65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb65e


Comments

No comments written yet.

Please login to write comment.