Color Hex Logo

#eb9a0b Color Hex

#EB9A0B
(235,154,11)
0 Favorites   0 Comments

Color spaces of #eb9a0b

RGB 23515411
HSL0.110.910.48
HSV38°95°92°
CMYK 0.000.340.95   0.08
XYZ45.877040.79755.7733
Yxy40.79750.49620.4413
Hunter Lab63.872916.430839.3520
CIE-Lab70.033821.377873.1976

#eb9a0b color RGB value is (235,154,11).

#eb9a0b hex color red value is 235, green value is 154 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eb9a0b hue: 0.11 , saturation: 0.91 and the lightness value of eb9a0b is 0.48.

The process color (four color CMYK) of #eb9a0b color hex is 0.00, 0.34, 0.95, 0.08. Web safe color of #eb9a0b is #ff9900. Color #eb9a0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011010 00001011
Octal 353 232 13
Decimal 235 154 11
Hex EB 9A B

RGB Percentages of Color #eb9a0b

%58.75
%38.50
%2.75

CMYK Percentages of Color #eb9a0b

%0
%34
%95
%8

Triadic Colors of #eb9a0b

#eb9a0b #0beb9a #9a0beb

Analogous Colors of #eb9a0b

#eb9a0b #cceb0b #eb2a0b

Monochromatic Colors of #eb9a0b

#eb9a0b

Complementary Color

#eb9a0b #0b5ceb

#eb9a0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9a0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9a0b Color CSS Codes

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

#eb9a0b Text Font Color

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

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


#eb9a0b Background Color

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

This div background color is #eb9a0b


#eb9a0b Border Color

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

This div border color is #eb9a0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9a0b


Comments

No comments written yet.

Please login to write comment.