Color Hex Logo

#ebb416 Color Hex

#EBB416
(235,180,22)
0 Favorites   0 Comments

Color spaces of #ebb416

RGB 23518022
HSL0.120.840.50
HSV45°91°92°
CMYK 0.000.230.91   0.08
XYZ50.727050.36267.8064
Yxy50.36260.46580.4625
Hunter Lab70.96663.400443.1547
CIE-Lab76.29137.766976.0371

#ebb416 color RGB value is (235,180,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 00010110
Octal 353 264 26
Decimal 235 180 22
Hex EB B4 16

RGB Percentages of Color #ebb416

%53.78
%41.19
%5.03

CMYK Percentages of Color #ebb416

%0
%23
%91
%8

Triadic Colors of #ebb416

#ebb416 #16ebb4 #b416eb

Analogous Colors of #ebb416

#ebb416 #b8eb16 #eb4a16

Monochromatic Colors of #ebb416

#ebb416

Complementary Color

#ebb416 #164deb

#ebb416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb416 Color CSS Codes

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

#ebb416 Text Font Color

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

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


#ebb416 Background Color

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

This div background color is #ebb416


#ebb416 Border Color

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

This div border color is #ebb416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb416


Comments

No comments written yet.

Please login to write comment.