Color Hex Logo

#ec533e Color Hex

#EC533E
(236,83,62)
0 Favorites   0 Comments

Color spaces of #ec533e

RGB 2368362
HSL0.020.820.58
HSV74°93°
CMYK 0.000.650.74   0.07
XYZ38.554824.36727.2287
Yxy24.36720.54960.3474
Hunter Lab49.363153.030925.8718
CIE-Lab56.453657.826443.9364

#ec533e color RGB value is (236,83,62).

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

The process color (four color CMYK) of #ec533e color hex is 0.00, 0.65, 0.74, 0.07. Web safe color of #ec533e is #ff6633. Color #ec533e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010011 00111110
Octal 354 123 76
Decimal 236 83 62
Hex EC 53 3E

RGB Percentages of Color #ec533e

%61.94
%21.78
%16.27

CMYK Percentages of Color #ec533e

%0
%65
%74
%7

Triadic Colors of #ec533e

#ec533e #3eec53 #533eec

Analogous Colors of #ec533e

#ec533e #ecaa3e #ec3e80

Monochromatic Colors of #ec533e

#ec533e

Complementary Color

#ec533e #3ed7ec

#ec533e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec533e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec533e Color CSS Codes

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

#ec533e Text Font Color

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

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


#ec533e Background Color

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

This div background color is #ec533e


#ec533e Border Color

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

This div border color is #ec533e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec533e


Comments

No comments written yet.

Please login to write comment.