Color Hex Logo

#ecc52d Color Hex

#ECC52D
(236,197,45)
0 Favorites   0 Comments

Color spaces of #ecc52d

RGB 23619745
HSL0.130.830.55
HSV48°81°93°
CMYK 0.000.170.81   0.07
XYZ55.032057.954810.7685
Yxy57.95480.44470.4683
Hunter Lab76.1281-4.188744.9029
CIE-Lab80.7137-0.132074.2576

#ecc52d color RGB value is (236,197,45).

#ecc52d hex color red value is 236, green value is 197 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ecc52d hue: 0.13 , saturation: 0.83 and the lightness value of ecc52d is 0.55.

The process color (four color CMYK) of #ecc52d color hex is 0.00, 0.17, 0.81, 0.07. Web safe color of #ecc52d is #ffcc33. Color #ecc52d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000101 00101101
Octal 354 305 55
Decimal 236 197 45
Hex EC C5 2D

RGB Percentages of Color #ecc52d

%49.37
%41.21
%9.41

CMYK Percentages of Color #ecc52d

%0
%17
%81
%7

Triadic Colors of #ecc52d

#ecc52d #2decc5 #c52dec

Analogous Colors of #ecc52d

#ecc52d #b4ec2d #ec662d

Monochromatic Colors of #ecc52d

#ecc52d

Complementary Color

#ecc52d #2d54ec

#ecc52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc52d Color CSS Codes

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

#ecc52d Text Font Color

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

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


#ecc52d Background Color

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

This div background color is #ecc52d


#ecc52d Border Color

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

This div border color is #ecc52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc52d


Comments

No comments written yet.

Please login to write comment.