Color Hex Logo

#eeb319 Color Hex

#EEB319
(238,179,25)
0 Favorites   0 Comments

Color spaces of #eeb319

RGB 23817925
HSL0.120.860.52
HSV43°89°93°
CMYK 0.000.250.89   0.07
XYZ51.555550.48757.9475
Yxy50.48750.46870.4590
Hunter Lab71.05465.169943.1066
CIE-Lab76.36759.634475.6709

#eeb319 color RGB value is (238,179,25).

#eeb319 hex color red value is 238, green value is 179 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #eeb319 hue: 0.12 , saturation: 0.86 and the lightness value of eeb319 is 0.52.

The process color (four color CMYK) of #eeb319 color hex is 0.00, 0.25, 0.89, 0.07. Web safe color of #eeb319 is #ffcc00. Color #eeb319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 00011001
Octal 356 263 31
Decimal 238 179 25
Hex EE B3 19

RGB Percentages of Color #eeb319

%53.85
%40.50
%5.66

CMYK Percentages of Color #eeb319

%0
%25
%89
%7

Triadic Colors of #eeb319

#eeb319 #19eeb3 #b319ee

Analogous Colors of #eeb319

#eeb319 #bfee19 #ee4919

Monochromatic Colors of #eeb319

#eeb319

Complementary Color

#eeb319 #1954ee

#eeb319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb319 Color CSS Codes

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

#eeb319 Text Font Color

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

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


#eeb319 Background Color

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

This div background color is #eeb319


#eeb319 Border Color

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

This div border color is #eeb319


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,179,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eeb319; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eeb319;
  -webkit-box-shadow: 1px 1px 3px 2px #eeb319;
  box-shadow:         1px 1px 3px 2px #eeb319; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,179,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb319


Comments

No comments written yet.

Please login to write comment.