Color Hex Logo

#eea432 Color Hex

#EEA432
(238,164,50)
0 Favorites   0 Comments

Color spaces of #eea432

RGB 23816450
HSL0.100.850.56
HSV36°79°93°
CMYK 0.000.310.79   0.07
XYZ49.111144.95849.1070
Yxy44.95840.47600.4357
Hunter Lab67.051013.401938.8828
CIE-Lab72.864518.184565.7495

#eea432 color RGB value is (238,164,50).

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

The process color (four color CMYK) of #eea432 color hex is 0.00, 0.31, 0.79, 0.07. Web safe color of #eea432 is #ff9933. Color #eea432 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 00110010
Octal 356 244 62
Decimal 238 164 50
Hex EE A4 32

RGB Percentages of Color #eea432

%52.65
%36.28
%11.06

CMYK Percentages of Color #eea432

%0
%31
%79
%7

Triadic Colors of #eea432

#eea432 #32eea4 #a432ee

Analogous Colors of #eea432

#eea432 #daee32 #ee4632

Monochromatic Colors of #eea432

#eea432

Complementary Color

#eea432 #327cee

#eea432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea432 Color CSS Codes

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

#eea432 Text Font Color

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

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


#eea432 Background Color

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

This div background color is #eea432


#eea432 Border Color

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

This div border color is #eea432


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,164,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 #eea432">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea432

#eea432 Color Palettes


Comments

No comments written yet.

Please login to write comment.