Color Hex Logo

#ebb44e Color Hex

#EBB44E
(235,180,78)
0 Favorites   0 Comments

Color spaces of #ebb44e

RGB 23518078
HSL0.110.800.61
HSV39°67°92°
CMYK 0.000.230.67   0.08
XYZ51.957450.854714.2852
Yxy50.85470.44370.4343
Hunter Lab71.31255.256138.0419
CIE-Lab76.59099.728358.0134

#ebb44e color RGB value is (235,180,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 01001110
Octal 353 264 116
Decimal 235 180 78
Hex EB B4 4E

RGB Percentages of Color #ebb44e

%47.67
%36.51
%15.82

CMYK Percentages of Color #ebb44e

%0
%23
%67
%8

Triadic Colors of #ebb44e

#ebb44e #4eebb4 #b44eeb

Analogous Colors of #ebb44e

#ebb44e #d4eb4e #eb664e

Monochromatic Colors of #ebb44e

#ebb44e

Complementary Color

#ebb44e #4e85eb

#ebb44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb44e Color CSS Codes

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

#ebb44e Text Font Color

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

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


#ebb44e Background Color

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

This div background color is #ebb44e


#ebb44e Border Color

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

This div border color is #ebb44e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb44e


Comments

No comments written yet.

Please login to write comment.