Color Hex Logo

#eba221 Color Hex

#EBA221
(235,162,33)
0 Favorites   0 Comments

Color spaces of #eba221

RGB 23516233
HSL0.110.830.53
HSV38°86°92°
CMYK 0.000.310.86   0.08
XYZ47.455843.61267.3557
Yxy43.61260.48220.4431
Hunter Lab66.039812.699239.6240
CIE-Lab71.968817.485970.2153

#eba221 color RGB value is (235,162,33).

#eba221 hex color red value is 235, green value is 162 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #eba221 hue: 0.11 , saturation: 0.83 and the lightness value of eba221 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100010 00100001
Octal 353 242 41
Decimal 235 162 33
Hex EB A2 21

RGB Percentages of Color #eba221

%54.65
%37.67
%7.67

CMYK Percentages of Color #eba221

%0
%31
%86
%8

Triadic Colors of #eba221

#eba221 #21eba2 #a221eb

Analogous Colors of #eba221

#eba221 #cfeb21 #eb3d21

Monochromatic Colors of #eba221

#eba221

Complementary Color

#eba221 #216aeb

#eba221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba221 Color CSS Codes

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

#eba221 Text Font Color

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

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


#eba221 Background Color

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

This div background color is #eba221


#eba221 Border Color

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

This div border color is #eba221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba221


Comments

No comments written yet.

Please login to write comment.