Color Hex Logo

#ebc85b Color Hex

#EBC85B
(235,200,91)
0 Favorites   0 Comments

Color spaces of #ebc85b

RGB 23520091
HSL0.130.780.64
HSV45°61°92°
CMYK 0.000.150.61   0.08
XYZ56.803659.726118.4319
Yxy59.72610.42090.4425
Hunter Lab77.2827-4.045239.9572
CIE-Lab81.68910.088357.7926

#ebc85b color RGB value is (235,200,91).

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

The process color (four color CMYK) of #ebc85b color hex is 0.00, 0.15, 0.61, 0.08. Web safe color of #ebc85b is #ffcc66. Color #ebc85b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 01011011
Octal 353 310 133
Decimal 235 200 91
Hex EB C8 5B

RGB Percentages of Color #ebc85b

%44.68
%38.02
%17.30

CMYK Percentages of Color #ebc85b

%0
%15
%61
%8

Triadic Colors of #ebc85b

#ebc85b #5bebc8 #c85beb

Analogous Colors of #ebc85b

#ebc85b #c6eb5b #eb805b

Monochromatic Colors of #ebc85b

#ebc85b

Complementary Color

#ebc85b #5b7eeb

#ebc85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc85b Color CSS Codes

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

#ebc85b Text Font Color

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

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


#ebc85b Background Color

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

This div background color is #ebc85b


#ebc85b Border Color

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

This div border color is #ebc85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc85b


Comments

No comments written yet.

Please login to write comment.