Color Hex Logo

#eba33a Color Hex

#EBA33A
(235,163,58)
0 Favorites   0 Comments

Color spaces of #eba33a

RGB 23516358
HSL0.100.820.57
HSV36°75°92°
CMYK 0.000.310.75   0.08
XYZ48.121944.16209.9908
Yxy44.16200.47050.4318
Hunter Lab66.454512.962437.6045
CIE-Lab72.336617.747662.0969

#eba33a color RGB value is (235,163,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 00111010
Octal 353 243 72
Decimal 235 163 58
Hex EB A3 3A

RGB Percentages of Color #eba33a

%51.54
%35.75
%12.72

CMYK Percentages of Color #eba33a

%0
%31
%75
%8

Triadic Colors of #eba33a

#eba33a #3aeba3 #a33aeb

Analogous Colors of #eba33a

#eba33a #dbeb3a #eb4a3a

Monochromatic Colors of #eba33a

#eba33a

Complementary Color

#eba33a #3a82eb

#eba33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba33a Color CSS Codes

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

#eba33a Text Font Color

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

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


#eba33a Background Color

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

This div background color is #eba33a


#eba33a Border Color

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

This div border color is #eba33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba33a


Comments

No comments written yet.

Please login to write comment.