Color Hex Logo

#ec792a Color Hex

#EC792A
(236,121,42)
0 Favorites   0 Comments

Color spaces of #ec792a

RGB 23612142
HSL0.070.840.55
HSV24°82°93°
CMYK 0.000.490.82   0.07
XYZ41.847431.67486.0987
Yxy31.67480.52560.3978
Hunter Lab56.280434.233432.9714
CIE-Lab63.073239.543559.8106

#ec792a color RGB value is (236,121,42).

#ec792a hex color red value is 236, green value is 121 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ec792a hue: 0.07 , saturation: 0.84 and the lightness value of ec792a is 0.55.

The process color (four color CMYK) of #ec792a color hex is 0.00, 0.49, 0.82, 0.07. Web safe color of #ec792a is #ff6633. Color #ec792a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111001 00101010
Octal 354 171 52
Decimal 236 121 42
Hex EC 79 2A

RGB Percentages of Color #ec792a

%59.15
%30.33
%10.53

CMYK Percentages of Color #ec792a

%0
%49
%82
%7

Triadic Colors of #ec792a

#ec792a #2aec79 #792aec

Analogous Colors of #ec792a

#ec792a #ecda2a #ec2a3c

Monochromatic Colors of #ec792a

#ec792a

Complementary Color

#ec792a #2a9dec

#ec792a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec792a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec792a Color CSS Codes

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

#ec792a Text Font Color

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

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


#ec792a Background Color

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

This div background color is #ec792a


#ec792a Border Color

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

This div border color is #ec792a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec792a


Comments

No comments written yet.

Please login to write comment.