Color Hex Logo

#eeb932 Color Hex

#EEB932
(238,185,50)
1 Favorites   1 Comments

Color spaces of #eeb932

RGB 23818550
HSL0.120.850.56
HSV43°79°93°
CMYK 0.000.220.79   0.07
XYZ53.184653.105410.4648
Yxy53.10540.45550.4548
Hunter Lab72.87352.744642.4972
CIE-Lab77.93727.119270.3484

#eeb932 color RGB value is (238,185,50).

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

The process color (four color CMYK) of #eeb932 color hex is 0.00, 0.22, 0.79, 0.07. Web safe color of #eeb932 is #ffcc33. Color #eeb932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 00110010
Octal 356 271 62
Decimal 238 185 50
Hex EE B9 32

RGB Percentages of Color #eeb932

%50.32
%39.11
%10.57

CMYK Percentages of Color #eeb932

%0
%22
%79
%7

Triadic Colors of #eeb932

#eeb932 #32eeb9 #b932ee

Analogous Colors of #eeb932

#eeb932 #c5ee32 #ee5b32

Monochromatic Colors of #eeb932

#eeb932

Complementary Color

#eeb932 #3267ee

#eeb932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb932 Color CSS Codes

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

#eeb932 Text Font Color

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

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


#eeb932 Background Color

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

This div background color is #eeb932


#eeb932 Border Color

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

This div border color is #eeb932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb932

#eeb932 Color Palettes


Comments

8 Dec 2019, 21:58 GoldenWolf79

61.8% of visible spectrum.

Please login to write comment.