Color Hex Logo

#eb973d Color Hex

#EB973D
(235,151,61)
0 Favorites   0 Comments

Color spaces of #eb973d

RGB 23515161
HSL0.090.810.58
HSV31°74°92°
CMYK 0.000.360.74   0.08
XYZ46.169940.13239.7278
Yxy40.13230.48080.4179
Hunter Lab63.350119.229335.2407
CIE-Lab69.563724.237358.1145

#eb973d color RGB value is (235,151,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010111 00111101
Octal 353 227 75
Decimal 235 151 61
Hex EB 97 3D

RGB Percentages of Color #eb973d

%52.57
%33.78
%13.65

CMYK Percentages of Color #eb973d

%0
%36
%74
%8

Triadic Colors of #eb973d

#eb973d #3deb97 #973deb

Analogous Colors of #eb973d

#eb973d #e8eb3d #eb403d

Monochromatic Colors of #eb973d

#eb973d

Complementary Color

#eb973d #3d91eb

#eb973d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb973d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb973d Color CSS Codes

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

#eb973d Text Font Color

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

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


#eb973d Background Color

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

This div background color is #eb973d


#eb973d Border Color

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

This div border color is #eb973d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb973d


Comments

No comments written yet.

Please login to write comment.