Color Hex Logo

#eb963f Color Hex

#EB963F
(235,150,63)
0 Favorites   0 Comments

Color spaces of #eb963f

RGB 23515063
HSL0.080.810.58
HSV30°73°92°
CMYK 0.000.360.73   0.08
XYZ46.064539.83379.9634
Yxy39.83370.48050.4155
Hunter Lab63.113919.831034.8200
CIE-Lab69.350924.854957.0316

#eb963f color RGB value is (235,150,63).

#eb963f hex color red value is 235, green value is 150 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #eb963f hue: 0.08 , saturation: 0.81 and the lightness value of eb963f is 0.58.

The process color (four color CMYK) of #eb963f color hex is 0.00, 0.36, 0.73, 0.08. Web safe color of #eb963f is #ff9933. Color #eb963f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010110 00111111
Octal 353 226 77
Decimal 235 150 63
Hex EB 96 3F

RGB Percentages of Color #eb963f

%52.46
%33.48
%14.06

CMYK Percentages of Color #eb963f

%0
%36
%73
%8

Triadic Colors of #eb963f

#eb963f #3feb96 #963feb

Analogous Colors of #eb963f

#eb963f #eaeb3f #eb403f

Monochromatic Colors of #eb963f

#eb963f

Complementary Color

#eb963f #3f94eb

#eb963f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb963f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb963f Color CSS Codes

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

#eb963f Text Font Color

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

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


#eb963f Background Color

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

This div background color is #eb963f


#eb963f Border Color

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

This div border color is #eb963f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb963f


Comments

No comments written yet.

Please login to write comment.