Color Hex Logo

#eb943d Color Hex

#EB943D
(235,148,61)
0 Favorites   0 Comments

Color spaces of #eb943d

RGB 23514861
HSL0.080.810.58
HSV30°74°92°
CMYK 0.000.370.74   0.08
XYZ45.693239.17899.5689
Yxy39.17890.48380.4149
Hunter Lab62.593120.767934.7512
CIE-Lab68.880725.823857.4264

#eb943d color RGB value is (235,148,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010100 00111101
Octal 353 224 75
Decimal 235 148 61
Hex EB 94 3D

RGB Percentages of Color #eb943d

%52.93
%33.33
%13.74

CMYK Percentages of Color #eb943d

%0
%37
%74
%8

Triadic Colors of #eb943d

#eb943d #3deb94 #943deb

Analogous Colors of #eb943d

#eb943d #ebeb3d #eb3d3d

Monochromatic Colors of #eb943d

#eb943d

Complementary Color

#eb943d #3d94eb

#eb943d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb943d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb943d Color CSS Codes

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

#eb943d Text Font Color

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

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


#eb943d Background Color

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

This div background color is #eb943d


#eb943d Border Color

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

This div border color is #eb943d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb943d


Comments

No comments written yet.

Please login to write comment.