Color Hex Logo

#eeb43a Color Hex

#EEB43A
(238,180,58)
0 Favorites   0 Comments

Color spaces of #eeb43a

RGB 23818058
HSL0.110.840.58
HSV41°76°93°
CMYK 0.000.240.76   0.07
XYZ52.344951.125111.1123
Yxy51.12510.45680.4462
Hunter Lab71.50185.547740.8368
CIE-Lab76.754710.036166.4579

#eeb43a color RGB value is (238,180,58).

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

The process color (four color CMYK) of #eeb43a color hex is 0.00, 0.24, 0.76, 0.07. Web safe color of #eeb43a is #ffcc33. Color #eeb43a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110100 00111010
Octal 356 264 72
Decimal 238 180 58
Hex EE B4 3A

RGB Percentages of Color #eeb43a

%50.00
%37.82
%12.18

CMYK Percentages of Color #eeb43a

%0
%24
%76
%7

Triadic Colors of #eeb43a

#eeb43a #3aeeb4 #b43aee

Analogous Colors of #eeb43a

#eeb43a #ceee3a #ee5a3a

Monochromatic Colors of #eeb43a

#eeb43a

Complementary Color

#eeb43a #3a74ee

#eeb43a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb43a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb43a Color CSS Codes

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

#eeb43a Text Font Color

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

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


#eeb43a Background Color

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

This div background color is #eeb43a


#eeb43a Border Color

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

This div border color is #eeb43a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb43a


Comments

No comments written yet.

Please login to write comment.