Color Hex Logo

#ec790b Color Hex

#EC790B
(236,121,11)
0 Favorites   0 Comments

Color spaces of #ec790b

RGB 23612111
HSL0.080.910.48
HSV29°95°93°
CMYK 0.000.490.95   0.07
XYZ41.489831.53184.2161
Yxy31.53180.53720.4082
Hunter Lab56.153233.619934.8556
CIE-Lab62.954038.970668.4653

#ec790b color RGB value is (236,121,11).

#ec790b hex color red value is 236, green value is 121 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ec790b hue: 0.08 , saturation: 0.91 and the lightness value of ec790b is 0.48.

The process color (four color CMYK) of #ec790b color hex is 0.00, 0.49, 0.95, 0.07. Web safe color of #ec790b is #ff6600. Color #ec790b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111001 00001011
Octal 354 171 13
Decimal 236 121 11
Hex EC 79 B

RGB Percentages of Color #ec790b

%64.13
%32.88
%2.99

CMYK Percentages of Color #ec790b

%0
%49
%95
%7

Triadic Colors of #ec790b

#ec790b #0bec79 #790bec

Analogous Colors of #ec790b

#ec790b #ecea0b #ec0b0e

Monochromatic Colors of #ec790b

#ec790b

Complementary Color

#ec790b #0b7eec

#ec790b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec790b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec790b Color CSS Codes

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

#ec790b Text Font Color

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

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


#ec790b Background Color

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

This div background color is #ec790b


#ec790b Border Color

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

This div border color is #ec790b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec790b


Comments

No comments written yet.

Please login to write comment.