Color Hex Logo

#eb970a Color Hex

#EB970A
(235,151,10)
0 Favorites   0 Comments

Color spaces of #eb970a

RGB 23515110
HSL0.100.920.48
HSV38°96°92°
CMYK 0.000.360.96   0.08
XYZ45.382339.81735.5808
Yxy39.81730.49990.4386
Hunter Lab63.101017.950838.9269
CIE-Lab69.339222.956972.8445

#eb970a color RGB value is (235,151,10).

#eb970a hex color red value is 235, green value is 151 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #eb970a hue: 0.10 , saturation: 0.92 and the lightness value of eb970a is 0.48.

The process color (four color CMYK) of #eb970a color hex is 0.00, 0.36, 0.96, 0.08. Web safe color of #eb970a is #ff9900. Color #eb970a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010111 00001010
Octal 353 227 12
Decimal 235 151 10
Hex EB 97 A

RGB Percentages of Color #eb970a

%59.34
%38.13
%2.53

CMYK Percentages of Color #eb970a

%0
%36
%96
%8

Triadic Colors of #eb970a

#eb970a #0aeb97 #970aeb

Analogous Colors of #eb970a

#eb970a #cfeb0a #eb270a

Monochromatic Colors of #eb970a

#eb970a

Complementary Color

#eb970a #0a5eeb

#eb970a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb970a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb970a Color CSS Codes

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

#eb970a Text Font Color

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

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


#eb970a Background Color

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

This div background color is #eb970a


#eb970a Border Color

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

This div border color is #eb970a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb970a


Comments

No comments written yet.

Please login to write comment.