Color Hex Logo

#ebb44d Color Hex

#EBB44D
(235,180,77)
0 Favorites   0 Comments

Color spaces of #ebb44d

RGB 23518077
HSL0.110.800.61
HSV39°67°92°
CMYK 0.000.230.67   0.08
XYZ51.921850.840514.0978
Yxy50.84050.44430.4351
Hunter Lab71.30255.202538.1891
CIE-Lab76.58239.672158.4449

#ebb44d color RGB value is (235,180,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 01001101
Octal 353 264 115
Decimal 235 180 77
Hex EB B4 4D

RGB Percentages of Color #ebb44d

%47.76
%36.59
%15.65

CMYK Percentages of Color #ebb44d

%0
%23
%67
%8

Triadic Colors of #ebb44d

#ebb44d #4debb4 #b44deb

Analogous Colors of #ebb44d

#ebb44d #d3eb4d #eb654d

Monochromatic Colors of #ebb44d

#ebb44d

Complementary Color

#ebb44d #4d84eb

#ebb44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb44d Color CSS Codes

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

#ebb44d Text Font Color

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

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


#ebb44d Background Color

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

This div background color is #ebb44d


#ebb44d Border Color

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

This div border color is #ebb44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb44d


Comments

No comments written yet.

Please login to write comment.