Color Hex Logo

#ecc22d Color Hex

#ECC22D
(236,194,45)
0 Favorites   0 Comments

Color spaces of #ecc22d

RGB 23619445
HSL0.130.830.55
HSV47°81°93°
CMYK 0.000.180.81   0.07
XYZ54.357556.605910.5437
Yxy56.60590.44740.4659
Hunter Lab75.2369-2.701144.3569
CIE-Lab79.95741.418173.6019

#ecc22d color RGB value is (236,194,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 00101101
Octal 354 302 55
Decimal 236 194 45
Hex EC C2 2D

RGB Percentages of Color #ecc22d

%49.68
%40.84
%9.47

CMYK Percentages of Color #ecc22d

%0
%18
%81
%7

Triadic Colors of #ecc22d

#ecc22d #2decc2 #c22dec

Analogous Colors of #ecc22d

#ecc22d #b7ec2d #ec632d

Monochromatic Colors of #ecc22d

#ecc22d

Complementary Color

#ecc22d #2d57ec

#ecc22d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc22d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc22d Color CSS Codes

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

#ecc22d Text Font Color

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

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


#ecc22d Background Color

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

This div background color is #ecc22d


#ecc22d Border Color

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

This div border color is #ecc22d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc22d


Comments

No comments written yet.

Please login to write comment.