Color Hex Logo

#ec7650 Color Hex

#EC7650
(236,118,80)
0 Favorites   0 Comments

Color spaces of #ec7650

RGB 23611880
HSL0.040.800.62
HSV15°66°93°
CMYK 0.000.500.66   0.07
XYZ42.518531.368911.4033
Yxy31.36890.49850.3678
Hunter Lab56.007937.494627.1340
CIE-Lab62.817842.666841.6199

#ec7650 color RGB value is (236,118,80).

#ec7650 hex color red value is 236, green value is 118 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ec7650 hue: 0.04 , saturation: 0.80 and the lightness value of ec7650 is 0.62.

The process color (four color CMYK) of #ec7650 color hex is 0.00, 0.50, 0.66, 0.07. Web safe color of #ec7650 is #ff6666. Color #ec7650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01110110 01010000
Octal 354 166 120
Decimal 236 118 80
Hex EC 76 50

RGB Percentages of Color #ec7650

%54.38
%27.19
%18.43

CMYK Percentages of Color #ec7650

%0
%50
%66
%7

Triadic Colors of #ec7650

#ec7650 #50ec76 #7650ec

Analogous Colors of #ec7650

#ec7650 #ecc450 #ec5078

Monochromatic Colors of #ec7650

#ec7650

Complementary Color

#ec7650 #50c6ec

#ec7650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7650 Color CSS Codes

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

#ec7650 Text Font Color

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

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


#ec7650 Background Color

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

This div background color is #ec7650


#ec7650 Border Color

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

This div border color is #ec7650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7650


Comments

No comments written yet.

Please login to write comment.