Color Hex Logo

#eeb041 Color Hex

#EEB041
(238,176,65)
0 Favorites   0 Comments

Color spaces of #eeb041

RGB 23817665
HSL0.110.840.59
HSV38°73°93°
CMYK 0.000.260.73   0.07
XYZ51.739449.609511.8497
Yxy49.60950.45710.4383
Hunter Lab70.43407.863039.3290
CIE-Lab75.828912.440162.8384

#eeb041 color RGB value is (238,176,65).

#eeb041 hex color red value is 238, green value is 176 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #eeb041 hue: 0.11 , saturation: 0.84 and the lightness value of eeb041 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01000001
Octal 356 260 101
Decimal 238 176 65
Hex EE B0 41

RGB Percentages of Color #eeb041

%49.69
%36.74
%13.57

CMYK Percentages of Color #eeb041

%0
%26
%73
%7

Triadic Colors of #eeb041

#eeb041 #41eeb0 #b041ee

Analogous Colors of #eeb041

#eeb041 #d6ee41 #ee5a41

Monochromatic Colors of #eeb041

#eeb041

Complementary Color

#eeb041 #417fee

#eeb041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb041 Color CSS Codes

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

#eeb041 Text Font Color

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

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


#eeb041 Background Color

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

This div background color is #eeb041


#eeb041 Border Color

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

This div border color is #eeb041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb041


Comments

No comments written yet.

Please login to write comment.