Color Hex Logo

#ebb911 Color Hex

#EBB911
(235,185,17)
0 Favorites   0 Comments

Color spaces of #ebb911

RGB 23518517
HSL0.130.870.49
HSV46°93°92°
CMYK 0.000.210.93   0.08
XYZ51.711152.40067.9192
Yxy52.40060.46160.4677
Hunter Lab72.38830.833444.1855
CIE-Lab77.51985.077677.7569

#ebb911 color RGB value is (235,185,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 00010001
Octal 353 271 21
Decimal 235 185 17
Hex EB B9 11

RGB Percentages of Color #ebb911

%53.78
%42.33
%3.89

CMYK Percentages of Color #ebb911

%0
%21
%93
%8

Triadic Colors of #ebb911

#ebb911 #11ebb9 #b911eb

Analogous Colors of #ebb911

#ebb911 #b0eb11 #eb4c11

Monochromatic Colors of #ebb911

#ebb911

Complementary Color

#ebb911 #1143eb

#ebb911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb911 Color CSS Codes

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

#ebb911 Text Font Color

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

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


#ebb911 Background Color

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

This div background color is #ebb911


#ebb911 Border Color

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

This div border color is #ebb911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb911


Comments

No comments written yet.

Please login to write comment.