Color Hex Logo

#eeb130 Color Hex

#EEB130
(238,177,48)
0 Favorites   0 Comments

Color spaces of #eeb130

RGB 23817748
HSL0.110.850.56
HSV41°80°93°
CMYK 0.000.260.80   0.07
XYZ51.515549.83489.7002
Yxy49.83480.46390.4488
Hunter Lab70.59386.720541.2687
CIE-Lab75.967811.252069.2407

#eeb130 color RGB value is (238,177,48).

#eeb130 hex color red value is 238, green value is 177 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #eeb130 hue: 0.11 , saturation: 0.85 and the lightness value of eeb130 is 0.56.

The process color (four color CMYK) of #eeb130 color hex is 0.00, 0.26, 0.80, 0.07. Web safe color of #eeb130 is #ff9933. Color #eeb130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 00110000
Octal 356 261 60
Decimal 238 177 48
Hex EE B1 30

RGB Percentages of Color #eeb130

%51.40
%38.23
%10.37

CMYK Percentages of Color #eeb130

%0
%26
%80
%7

Triadic Colors of #eeb130

#eeb130 #30eeb1 #b130ee

Analogous Colors of #eeb130

#eeb130 #ccee30 #ee5230

Monochromatic Colors of #eeb130

#eeb130

Complementary Color

#eeb130 #306dee

#eeb130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb130 Color CSS Codes

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

#eeb130 Text Font Color

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

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


#eeb130 Background Color

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

This div background color is #eeb130


#eeb130 Border Color

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

This div border color is #eeb130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb130


Comments

No comments written yet.

Please login to write comment.