Color Hex Logo

#eb772f Color Hex

#EB772F
(235,119,47)
0 Favorites   0 Comments

Color spaces of #eb772f

RGB 23511947
HSL0.060.820.55
HSV23°80°92°
CMYK 0.000.490.80   0.08
XYZ41.370931.06116.5042
Yxy31.06110.52410.3935
Hunter Lab55.732534.970932.0934
CIE-Lab62.559240.309857.2647

#eb772f color RGB value is (235,119,47).

#eb772f hex color red value is 235, green value is 119 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eb772f hue: 0.06 , saturation: 0.82 and the lightness value of eb772f is 0.55.

The process color (four color CMYK) of #eb772f color hex is 0.00, 0.49, 0.80, 0.08. Web safe color of #eb772f is #ff6633. Color #eb772f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110111 00101111
Octal 353 167 57
Decimal 235 119 47
Hex EB 77 2F

RGB Percentages of Color #eb772f

%58.60
%29.68
%11.72

CMYK Percentages of Color #eb772f

%0
%49
%80
%8

Triadic Colors of #eb772f

#eb772f #2feb77 #772feb

Analogous Colors of #eb772f

#eb772f #ebd52f #eb2f45

Monochromatic Colors of #eb772f

#eb772f

Complementary Color

#eb772f #2fa3eb

#eb772f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb772f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb772f Color CSS Codes

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

#eb772f Text Font Color

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

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


#eb772f Background Color

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

This div background color is #eb772f


#eb772f Border Color

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

This div border color is #eb772f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb772f


Comments

No comments written yet.

Please login to write comment.