Color Hex Logo

#eb764b Color Hex

#EB764B
(235,118,75)
0 Favorites   0 Comments

Color spaces of #eb764b

RGB 23511875
HSL0.040.800.61
HSV16°68°92°
CMYK 0.000.500.68   0.08
XYZ42.009431.127010.4506
Yxy31.12700.50260.3724
Hunter Lab55.791636.769927.9482
CIE-Lab62.614742.010043.9718

#eb764b color RGB value is (235,118,75).

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

The process color (four color CMYK) of #eb764b color hex is 0.00, 0.50, 0.68, 0.08. Web safe color of #eb764b is #ff6633. Color #eb764b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110110 01001011
Octal 353 166 113
Decimal 235 118 75
Hex EB 76 4B

RGB Percentages of Color #eb764b

%54.91
%27.57
%17.52

CMYK Percentages of Color #eb764b

%0
%50
%68
%8

Triadic Colors of #eb764b

#eb764b #4beb76 #764beb

Analogous Colors of #eb764b

#eb764b #ebc64b #eb4b70

Monochromatic Colors of #eb764b

#eb764b

Complementary Color

#eb764b #4bc0eb

#eb764b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb764b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb764b Color CSS Codes

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

#eb764b Text Font Color

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

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


#eb764b Background Color

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

This div background color is #eb764b


#eb764b Border Color

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

This div border color is #eb764b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb764b


Comments

No comments written yet.

Please login to write comment.