Color Hex Logo

#eba146 Color Hex

#EBA146
(235,161,70)
0 Favorites   0 Comments

Color spaces of #eba146

RGB 23516170
HSL0.090.800.60
HSV33°70°92°
CMYK 0.000.310.70   0.08
XYZ48.111343.594111.6731
Yxy43.59410.46540.4217
Hunter Lab66.025814.523135.7358
CIE-Lab71.956419.357556.6383

#eba146 color RGB value is (235,161,70).

#eba146 hex color red value is 235, green value is 161 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #eba146 hue: 0.09 , saturation: 0.80 and the lightness value of eba146 is 0.60.

The process color (four color CMYK) of #eba146 color hex is 0.00, 0.31, 0.70, 0.08. Web safe color of #eba146 is #ff9933. Color #eba146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 01000110
Octal 353 241 106
Decimal 235 161 70
Hex EB A1 46

RGB Percentages of Color #eba146

%50.43
%34.55
%15.02

CMYK Percentages of Color #eba146

%0
%31
%70
%8

Triadic Colors of #eba146

#eba146 #46eba1 #a146eb

Analogous Colors of #eba146

#eba146 #e3eb46 #eb4f46

Monochromatic Colors of #eba146

#eba146

Complementary Color

#eba146 #4690eb

#eba146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba146 Color CSS Codes

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

#eba146 Text Font Color

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

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


#eba146 Background Color

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

This div background color is #eba146


#eba146 Border Color

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

This div border color is #eba146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba146


Comments

No comments written yet.

Please login to write comment.