Color Hex Logo

#eb790c Color Hex

#EB790C
(235,121,12)
0 Favorites   0 Comments

Color spaces of #eb790c

RGB 23512112
HSL0.080.900.48
HSV29°95°92°
CMYK 0.000.490.95   0.08
XYZ41.164731.36354.2320
Yxy31.36350.53630.4086
Hunter Lab56.003133.199734.7218
CIE-Lab62.813338.583968.1377

#eb790c color RGB value is (235,121,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111001 00001100
Octal 353 171 14
Decimal 235 121 12
Hex EB 79 C

RGB Percentages of Color #eb790c

%63.86
%32.88
%3.26

CMYK Percentages of Color #eb790c

%0
%49
%95
%8

Triadic Colors of #eb790c

#eb790c #0ceb79 #790ceb

Analogous Colors of #eb790c

#eb790c #ebe90c #eb0c0e

Monochromatic Colors of #eb790c

#eb790c

Complementary Color

#eb790c #0c7eeb

#eb790c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb790c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb790c Color CSS Codes

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

#eb790c Text Font Color

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

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


#eb790c Background Color

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

This div background color is #eb790c


#eb790c Border Color

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

This div border color is #eb790c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb790c


Comments

No comments written yet.

Please login to write comment.