Color Hex Logo

#ecc232 Color Hex

#ECC232
(236,194,50)
0 Favorites   0 Comments

Color spaces of #ecc232

RGB 23619450
HSL0.130.830.56
HSV46°79°93°
CMYK 0.000.180.79   0.07
XYZ54.459656.646711.0812
Yxy56.64670.44570.4636
Hunter Lab75.2640-2.552843.9555
CIE-Lab79.98051.578472.1068

#ecc232 color RGB value is (236,194,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 00110010
Octal 354 302 62
Decimal 236 194 50
Hex EC C2 32

RGB Percentages of Color #ecc232

%49.17
%40.42
%10.42

CMYK Percentages of Color #ecc232

%0
%18
%79
%7

Triadic Colors of #ecc232

#ecc232 #32ecc2 #c232ec

Analogous Colors of #ecc232

#ecc232 #b9ec32 #ec6532

Monochromatic Colors of #ecc232

#ecc232

Complementary Color

#ecc232 #325cec

#ecc232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc232 Color CSS Codes

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

#ecc232 Text Font Color

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

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


#ecc232 Background Color

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

This div background color is #ecc232


#ecc232 Border Color

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

This div border color is #ecc232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc232


Comments

No comments written yet.

Please login to write comment.