Color Hex Logo

#eb9d30 Color Hex

#EB9D30
(235,157,48)
0 Favorites   0 Comments

Color spaces of #eb9d30

RGB 23515748
HSL0.100.820.55
HSV35°80°92°
CMYK 0.000.330.80   0.08
XYZ46.851441.98958.4318
Yxy41.98950.48170.4317
Hunter Lab64.799315.660937.6446
CIE-Lab70.863720.558164.5171

#eb9d30 color RGB value is (235,157,48).

#eb9d30 hex color red value is 235, green value is 157 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #eb9d30 hue: 0.10 , saturation: 0.82 and the lightness value of eb9d30 is 0.55.

The process color (four color CMYK) of #eb9d30 color hex is 0.00, 0.33, 0.80, 0.08. Web safe color of #eb9d30 is #ff9933. Color #eb9d30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011101 00110000
Octal 353 235 60
Decimal 235 157 48
Hex EB 9D 30

RGB Percentages of Color #eb9d30

%53.41
%35.68
%10.91

CMYK Percentages of Color #eb9d30

%0
%33
%80
%8

Triadic Colors of #eb9d30

#eb9d30 #30eb9d #9d30eb

Analogous Colors of #eb9d30

#eb9d30 #dceb30 #eb4030

Monochromatic Colors of #eb9d30

#eb9d30

Complementary Color

#eb9d30 #307eeb

#eb9d30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9d30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9d30 Color CSS Codes

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

#eb9d30 Text Font Color

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

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


#eb9d30 Background Color

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

This div background color is #eb9d30


#eb9d30 Border Color

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

This div border color is #eb9d30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9d30


Comments

No comments written yet.

Please login to write comment.