Color Hex Logo

#eba13d Color Hex

#EBA13D
(235,161,61)
0 Favorites   0 Comments

Color spaces of #eba13d

RGB 23516161
HSL0.100.810.58
HSV34°74°92°
CMYK 0.000.310.74   0.08
XYZ47.848143.488810.2872
Yxy43.48880.47080.4279
Hunter Lab65.946014.107736.9133
CIE-Lab71.885518.935060.4356

#eba13d color RGB value is (235,161,61).

#eba13d hex color red value is 235, green value is 161 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eba13d hue: 0.10 , saturation: 0.81 and the lightness value of eba13d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 00111101
Octal 353 241 75
Decimal 235 161 61
Hex EB A1 3D

RGB Percentages of Color #eba13d

%51.42
%35.23
%13.35

CMYK Percentages of Color #eba13d

%0
%31
%74
%8

Triadic Colors of #eba13d

#eba13d #3deba1 #a13deb

Analogous Colors of #eba13d

#eba13d #deeb3d #eb4a3d

Monochromatic Colors of #eba13d

#eba13d

Complementary Color

#eba13d #3d87eb

#eba13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba13d Color CSS Codes

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

#eba13d Text Font Color

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

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


#eba13d Background Color

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

This div background color is #eba13d


#eba13d Border Color

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

This div border color is #eba13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba13d


Comments

No comments written yet.

Please login to write comment.