Color Hex Logo

#ecb43d Color Hex

#ECB43D
(236,180,61)
0 Favorites   0 Comments

Color spaces of #ecb43d

RGB 23618061
HSL0.110.820.58
HSV41°74°93°
CMYK 0.000.240.74   0.07
XYZ51.755650.812311.4948
Yxy50.81230.45370.4455
Hunter Lab71.28274.857040.3370
CIE-Lab76.56529.309365.0708

#ecb43d color RGB value is (236,180,61).

#ecb43d hex color red value is 236, green value is 180 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ecb43d hue: 0.11 , saturation: 0.82 and the lightness value of ecb43d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 00111101
Octal 354 264 75
Decimal 236 180 61
Hex EC B4 3D

RGB Percentages of Color #ecb43d

%49.48
%37.74
%12.79

CMYK Percentages of Color #ecb43d

%0
%24
%74
%7

Triadic Colors of #ecb43d

#ecb43d #3decb4 #b43dec

Analogous Colors of #ecb43d

#ecb43d #cdec3d #ec5c3d

Monochromatic Colors of #ecb43d

#ecb43d

Complementary Color

#ecb43d #3d75ec

#ecb43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb43d Color CSS Codes

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

#ecb43d Text Font Color

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

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


#ecb43d Background Color

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

This div background color is #ecb43d


#ecb43d Border Color

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

This div border color is #ecb43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb43d


Comments

No comments written yet.

Please login to write comment.