Color Hex Logo

#eb8920 Color Hex

#EB8920
(235,137,32)
0 Favorites   0 Comments

Color spaces of #eb8920

RGB 23513732
HSL0.090.840.52
HSV31°86°92°
CMYK 0.000.420.86   0.08
XYZ43.467335.65785.9582
Yxy35.65780.51090.4191
Hunter Lab59.714225.434535.8840
CIE-Lab66.257630.663665.8932

#eb8920 color RGB value is (235,137,32).

#eb8920 hex color red value is 235, green value is 137 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #eb8920 hue: 0.09 , saturation: 0.84 and the lightness value of eb8920 is 0.52.

The process color (four color CMYK) of #eb8920 color hex is 0.00, 0.42, 0.86, 0.08. Web safe color of #eb8920 is #ff9933. Color #eb8920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001001 00100000
Octal 353 211 40
Decimal 235 137 32
Hex EB 89 20

RGB Percentages of Color #eb8920

%58.17
%33.91
%7.92

CMYK Percentages of Color #eb8920

%0
%42
%86
%8

Triadic Colors of #eb8920

#eb8920 #20eb89 #8920eb

Analogous Colors of #eb8920

#eb8920 #e8eb20 #eb2420

Monochromatic Colors of #eb8920

#eb8920

Complementary Color

#eb8920 #2082eb

#eb8920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb8920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb8920 Color CSS Codes

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

#eb8920 Text Font Color

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

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


#eb8920 Background Color

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

This div background color is #eb8920


#eb8920 Border Color

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

This div border color is #eb8920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb8920


Comments

No comments written yet.

Please login to write comment.