Color Hex Logo

#eba03d Color Hex

#EBA03D
(235,160,61)
0 Favorites   0 Comments

Color spaces of #eba03d

RGB 23516061
HSL0.090.810.58
HSV34°74°92°
CMYK 0.000.320.74   0.08
XYZ47.674143.140710.2292
Yxy43.14070.47180.4269
Hunter Lab65.681614.619136.7433
CIE-Lab71.650419.465760.2018

#eba03d color RGB value is (235,160,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 00111101
Octal 353 240 75
Decimal 235 160 61
Hex EB A0 3D

RGB Percentages of Color #eba03d

%51.54
%35.09
%13.38

CMYK Percentages of Color #eba03d

%0
%32
%74
%8

Triadic Colors of #eba03d

#eba03d #3deba0 #a03deb

Analogous Colors of #eba03d

#eba03d #dfeb3d #eb493d

Monochromatic Colors of #eba03d

#eba03d

Complementary Color

#eba03d #3d88eb

#eba03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba03d Color CSS Codes

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

#eba03d Text Font Color

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

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


#eba03d Background Color

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

This div background color is #eba03d


#eba03d Border Color

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

This div border color is #eba03d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,160,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 #eba03d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba03d


Comments

No comments written yet.

Please login to write comment.