Color Hex Logo

#ebb13c Color Hex

#EBB13C
(235,177,60)
0 Favorites   0 Comments

Color spaces of #ebb13c

RGB 23517760
HSL0.110.810.58
HSV40°74°92°
CMYK 0.000.250.74   0.08
XYZ50.798749.432711.1390
Yxy49.43270.45610.4439
Hunter Lab70.30845.928839.8225
CIE-Lab75.719710.421564.5986

#ebb13c color RGB value is (235,177,60).

#ebb13c hex color red value is 235, green value is 177 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ebb13c hue: 0.11 , saturation: 0.81 and the lightness value of ebb13c is 0.58.

The process color (four color CMYK) of #ebb13c color hex is 0.00, 0.25, 0.74, 0.08. Web safe color of #ebb13c is #ff9933. Color #ebb13c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110001 00111100
Octal 353 261 74
Decimal 235 177 60
Hex EB B1 3C

RGB Percentages of Color #ebb13c

%49.79
%37.50
%12.71

CMYK Percentages of Color #ebb13c

%0
%25
%74
%8

Triadic Colors of #ebb13c

#ebb13c #3cebb1 #b13ceb

Analogous Colors of #ebb13c

#ebb13c #ceeb3c #eb5a3c

Monochromatic Colors of #ebb13c

#ebb13c

Complementary Color

#ebb13c #3c76eb

#ebb13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb13c Color CSS Codes

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

#ebb13c Text Font Color

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

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


#ebb13c Background Color

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

This div background color is #ebb13c


#ebb13c Border Color

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

This div border color is #ebb13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb13c


Comments

No comments written yet.

Please login to write comment.