Color Hex Logo

#ebb511 Color Hex

#EBB511
(235,181,17)
0 Favorites   0 Comments

Color spaces of #ebb511

RGB 23518117
HSL0.130.870.49
HSV45°93°92°
CMYK 0.000.230.93   0.08
XYZ50.886050.75047.6441
Yxy50.75040.46560.4644
Hunter Lab71.23932.833143.5056
CIE-Lab76.52767.171777.0243

#ebb511 color RGB value is (235,181,17).

#ebb511 hex color red value is 235, green value is 181 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ebb511 hue: 0.13 , saturation: 0.87 and the lightness value of ebb511 is 0.49.

The process color (four color CMYK) of #ebb511 color hex is 0.00, 0.23, 0.93, 0.08. Web safe color of #ebb511 is #ffcc00. Color #ebb511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 00010001
Octal 353 265 21
Decimal 235 181 17
Hex EB B5 11

RGB Percentages of Color #ebb511

%54.27
%41.80
%3.93

CMYK Percentages of Color #ebb511

%0
%23
%93
%8

Triadic Colors of #ebb511

#ebb511 #11ebb5 #b511eb

Analogous Colors of #ebb511

#ebb511 #b4eb11 #eb4811

Monochromatic Colors of #ebb511

#ebb511

Complementary Color

#ebb511 #1147eb

#ebb511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb511 Color CSS Codes

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

#ebb511 Text Font Color

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

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


#ebb511 Background Color

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

This div background color is #ebb511


#ebb511 Border Color

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

This div border color is #ebb511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb511


Comments

No comments written yet.

Please login to write comment.