color codes Logo

#eb9505 color codes

#EB9505
(235,149,5)
1 Favorites   0 Comments

Color spaces of #eb9505

RGB 2351495
HSL0.100.960.47
HSV38°98°92°
CMYK 0.000.370.98   0.08
XYZ45.035839.16805.3301
Yxy39.16800.50300.4375
Hunter Lab62.584318.926338.7595
CIE-Lab68.872823.970273.1699

#eb9505 color RGB value is (235,149,5).

#eb9505 hex color red value is 235, green value is 149 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #eb9505 hue: 0.10 , saturation: 0.96 and the lightness value of eb9505 is 0.47.

The process color (four color CMYK) of #eb9505 color code is 0.00, 0.37, 0.98, 0.08. Web safe color of #eb9505 is #ff9900. Color #eb9505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010101 00000101
Octal 353 225 5
Decimal 235 149 5
Hex EB 95 5

RGB Percentages of Color #eb9505

%60.41
%38.30
%1.29

CMYK Percentages of Color #eb9505

%0
%37
%98
%8

Triadic Colors of #eb9505

#eb9505 #05eb95 #9505eb

Analogous Colors of #eb9505

#eb9505 #ceeb05 #eb2205

Monochromatic Colors of #eb9505

#eb9505

Complementary Color

#eb9505 #055beb

#eb9505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9505 Color CSS Codes

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

#eb9505 Text Font Color

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

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


#eb9505 Background Color

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

This div background color is #eb9505


#eb9505 Border Color

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

This div border color is #eb9505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9505


Comments

No comments written yet.

Please login to write comment.