Color Hex Logo

#ebc95b Color Hex

#EBC95B
(235,201,91)
0 Favorites   0 Comments

Color spaces of #ebc95b

RGB 23520191
HSL0.130.780.64
HSV46°61°92°
CMYK 0.000.140.61   0.08
XYZ57.035960.190818.5094
Yxy60.19080.42020.4434
Hunter Lab77.5827-4.543340.1627
CIE-Lab81.9418-0.427658.0734

#ebc95b color RGB value is (235,201,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 01011011
Octal 353 311 133
Decimal 235 201 91
Hex EB C9 5B

RGB Percentages of Color #ebc95b

%44.59
%38.14
%17.27

CMYK Percentages of Color #ebc95b

%0
%14
%61
%8

Triadic Colors of #ebc95b

#ebc95b #5bebc9 #c95beb

Analogous Colors of #ebc95b

#ebc95b #c5eb5b #eb815b

Monochromatic Colors of #ebc95b

#ebc95b

Complementary Color

#ebc95b #5b7deb

#ebc95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc95b Color CSS Codes

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

#ebc95b Text Font Color

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

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


#ebc95b Background Color

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

This div background color is #ebc95b


#ebc95b Border Color

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

This div border color is #ebc95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc95b


Comments

No comments written yet.

Please login to write comment.