Color Hex Logo

#eba75b Color Hex

#EBA75B
(235,167,91)
0 Favorites   0 Comments

Color spaces of #eba75b

RGB 23516791
HSL0.090.780.64
HSV32°61°92°
CMYK 0.000.290.61   0.08
XYZ49.968046.054916.1534
Yxy46.05490.44540.4106
Hunter Lab67.863812.667733.3920
CIE-Lab73.581117.415648.5741

#eba75b color RGB value is (235,167,91).

#eba75b hex color red value is 235, green value is 167 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #eba75b hue: 0.09 , saturation: 0.78 and the lightness value of eba75b is 0.64.

The process color (four color CMYK) of #eba75b color hex is 0.00, 0.29, 0.61, 0.08. Web safe color of #eba75b is #ff9966. Color #eba75b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100111 01011011
Octal 353 247 133
Decimal 235 167 91
Hex EB A7 5B

RGB Percentages of Color #eba75b

%47.67
%33.87
%18.46

CMYK Percentages of Color #eba75b

%0
%29
%61
%8

Triadic Colors of #eba75b

#eba75b #5beba7 #a75beb

Analogous Colors of #eba75b

#eba75b #e7eb5b #eb5f5b

Monochromatic Colors of #eba75b

#eba75b

Complementary Color

#eba75b #5b9feb

#eba75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba75b Color CSS Codes

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

#eba75b Text Font Color

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

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


#eba75b Background Color

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

This div background color is #eba75b


#eba75b Border Color

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

This div border color is #eba75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba75b


Comments

No comments written yet.

Please login to write comment.