Color Hex Logo

#eb953d Color Hex

#EB953D
(235,149,61)
0 Favorites   0 Comments

Color spaces of #eb953d

RGB 23514961
HSL0.080.810.58
HSV30°74°92°
CMYK 0.000.370.74   0.08
XYZ45.850739.49409.6214
Yxy39.49400.48280.4159
Hunter Lab62.844320.254834.9137
CIE-Lab69.107625.295157.6554

#eb953d color RGB value is (235,149,61).

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

The process color (four color CMYK) of #eb953d color hex is 0.00, 0.37, 0.74, 0.08. Web safe color of #eb953d is #ff9933. Color #eb953d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010101 00111101
Octal 353 225 75
Decimal 235 149 61
Hex EB 95 3D

RGB Percentages of Color #eb953d

%52.81
%33.48
%13.71

CMYK Percentages of Color #eb953d

%0
%37
%74
%8

Triadic Colors of #eb953d

#eb953d #3deb95 #953deb

Analogous Colors of #eb953d

#eb953d #eaeb3d #eb3e3d

Monochromatic Colors of #eb953d

#eb953d

Complementary Color

#eb953d #3d93eb

#eb953d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb953d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb953d Color CSS Codes

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

#eb953d Text Font Color

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

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


#eb953d Background Color

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

This div background color is #eb953d


#eb953d Border Color

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

This div border color is #eb953d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,149,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 #eb953d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb953d


Comments

No comments written yet.

Please login to write comment.