Color Hex Logo

#ebb016 Color Hex

#EBB016
(235,176,22)
0 Favorites   0 Comments

Color spaces of #ebb016

RGB 23517622
HSL0.120.840.50
HSV43°91°92°
CMYK 0.000.250.91   0.08
XYZ49.931148.77087.5411
Yxy48.77080.47000.4590
Hunter Lab69.83615.410042.4830
CIE-Lab75.30859.870675.2947

#ebb016 color RGB value is (235,176,22).

#ebb016 hex color red value is 235, green value is 176 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ebb016 hue: 0.12 , saturation: 0.84 and the lightness value of ebb016 is 0.50.

The process color (four color CMYK) of #ebb016 color hex is 0.00, 0.25, 0.91, 0.08. Web safe color of #ebb016 is #ff9900. Color #ebb016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110000 00010110
Octal 353 260 26
Decimal 235 176 22
Hex EB B0 16

RGB Percentages of Color #ebb016

%54.27
%40.65
%5.08

CMYK Percentages of Color #ebb016

%0
%25
%91
%8

Triadic Colors of #ebb016

#ebb016 #16ebb0 #b016eb

Analogous Colors of #ebb016

#ebb016 #bceb16 #eb4616

Monochromatic Colors of #ebb016

#ebb016

Complementary Color

#ebb016 #1651eb

#ebb016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb016 Color CSS Codes

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

#ebb016 Text Font Color

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

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


#ebb016 Background Color

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

This div background color is #ebb016


#ebb016 Border Color

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

This div border color is #ebb016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb016


Comments

No comments written yet.

Please login to write comment.