color codes Logo

#eb963d color codes

#EB963D
(235,150,61)
0 Favorites   0 Comments

Color spaces of #eb963d

RGB 23515061
HSL0.090.810.58
HSV31°74°92°
CMYK 0.000.360.74   0.08
XYZ46.009639.81189.6744
Yxy39.81180.48180.4169
Hunter Lab63.096619.741935.0769
CIE-Lab69.335324.766257.8846

#eb963d color RGB value is (235,150,61).

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

The process color (four color CMYK) of #eb963d color code is 0.00, 0.36, 0.74, 0.08. Web safe color of #eb963d is #ff9933. Color #eb963d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010110 00111101
Octal 353 226 75
Decimal 235 150 61
Hex EB 96 3D

RGB Percentages of Color #eb963d

%52.69
%33.63
%13.68

CMYK Percentages of Color #eb963d

%0
%36
%74
%8

Triadic Colors of #eb963d

#eb963d #3deb96 #963deb

Analogous Colors of #eb963d

#eb963d #e9eb3d #eb3f3d

Monochromatic Colors of #eb963d

#eb963d

Complementary Color

#eb963d #3d92eb

#eb963d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb963d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb963d Color CSS Codes

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

#eb963d Text Font Color

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

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


#eb963d Background Color

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

This div background color is #eb963d


#eb963d Border Color

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

This div border color is #eb963d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb963d

#eb963d Color Palettes


Comments

No comments written yet.

Please login to write comment.