Color Hex Logo

#ecc34a Color Hex

#ECC34A
(236,195,74)
1 Favorites   0 Comments

Color spaces of #ecc34a

RGB 23619574
HSL0.120.810.61
HSV45°69°93°
CMYK 0.000.170.69   0.07
XYZ55.343257.357514.6328
Yxy57.35750.43460.4505
Hunter Lab75.7347-2.096841.5588
CIE-Lab80.38032.089263.7290

#ecc34a color RGB value is (236,195,74).

#ecc34a hex color red value is 236, green value is 195 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ecc34a hue: 0.12 , saturation: 0.81 and the lightness value of ecc34a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000011 01001010
Octal 354 303 112
Decimal 236 195 74
Hex EC C3 4A

RGB Percentages of Color #ecc34a

%46.73
%38.61
%14.65

CMYK Percentages of Color #ecc34a

%0
%17
%69
%7

Triadic Colors of #ecc34a

#ecc34a #4aecc3 #c34aec

Analogous Colors of #ecc34a

#ecc34a #c4ec4a #ec724a

Monochromatic Colors of #ecc34a

#ecc34a

Complementary Color

#ecc34a #4a73ec

#ecc34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc34a Color CSS Codes

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

#ecc34a Text Font Color

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

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


#ecc34a Background Color

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

This div background color is #ecc34a


#ecc34a Border Color

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

This div border color is #ecc34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc34a


Comments

No comments written yet.

Please login to write comment.