Color Hex Logo

#ebb54e Color Hex

#EBB54E
(235,181,78)
0 Favorites   0 Comments

Color spaces of #ebb54e

RGB 23518178
HSL0.110.800.61
HSV39°67°92°
CMYK 0.000.230.67   0.08
XYZ52.160051.260014.3528
Yxy51.26000.44290.4352
Hunter Lab71.59614.749738.2315
CIE-Lab76.83629.201658.2763

#ebb54e color RGB value is (235,181,78).

#ebb54e hex color red value is 235, green value is 181 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ebb54e hue: 0.11 , saturation: 0.80 and the lightness value of ebb54e is 0.61.

The process color (four color CMYK) of #ebb54e color hex is 0.00, 0.23, 0.67, 0.08. Web safe color of #ebb54e is #ffcc66. Color #ebb54e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 01001110
Octal 353 265 116
Decimal 235 181 78
Hex EB B5 4E

RGB Percentages of Color #ebb54e

%47.57
%36.64
%15.79

CMYK Percentages of Color #ebb54e

%0
%23
%67
%8

Triadic Colors of #ebb54e

#ebb54e #4eebb5 #b54eeb

Analogous Colors of #ebb54e

#ebb54e #d3eb4e #eb674e

Monochromatic Colors of #ebb54e

#ebb54e

Complementary Color

#ebb54e #4e84eb

#ebb54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb54e Color CSS Codes

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

#ebb54e Text Font Color

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

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


#ebb54e Background Color

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

This div background color is #ebb54e


#ebb54e Border Color

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

This div border color is #ebb54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb54e


Comments

No comments written yet.

Please login to write comment.