Color Hex Logo

#ec852d Color Hex

#EC852D
(236,133,45)
0 Favorites   0 Comments

Color spaces of #ec852d

RGB 23613345
HSL0.080.830.55
HSV28°81°93°
CMYK 0.000.440.81   0.07
XYZ43.453334.79746.9090
Yxy34.79740.51030.4086
Hunter Lab58.989328.257134.3483
CIE-Lab65.590633.497260.9019

#ec852d color RGB value is (236,133,45).

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

The process color (four color CMYK) of #ec852d color hex is 0.00, 0.44, 0.81, 0.07. Web safe color of #ec852d is #ff9933. Color #ec852d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000101 00101101
Octal 354 205 55
Decimal 236 133 45
Hex EC 85 2D

RGB Percentages of Color #ec852d

%57.00
%32.13
%10.87

CMYK Percentages of Color #ec852d

%0
%44
%81
%7

Triadic Colors of #ec852d

#ec852d #2dec85 #852dec

Analogous Colors of #ec852d

#ec852d #ece52d #ec2d35

Monochromatic Colors of #ec852d

#ec852d

Complementary Color

#ec852d #2d94ec

#ec852d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec852d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec852d Color CSS Codes

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

#ec852d Text Font Color

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

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


#ec852d Background Color

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

This div background color is #ec852d


#ec852d Border Color

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

This div border color is #ec852d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec852d


Comments

No comments written yet.

Please login to write comment.