Color Hex Logo

#e09332 Color Hex

#E09332
(224,147,50)
0 Favorites   0 Comments

Color spaces of #e09332

RGB 22414750
HSL0.090.740.54
HSV33°78°88°
CMYK 0.000.340.78   0.12
XYZ41.749936.94507.9483
Yxy36.94500.48190.4264
Hunter Lab60.782416.238034.7945
CIE-Lab67.235721.305859.9237

#e09332 color RGB value is (224,147,50).

#e09332 hex color red value is 224, green value is 147 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #e09332 hue: 0.09 , saturation: 0.74 and the lightness value of e09332 is 0.54.

The process color (four color CMYK) of #e09332 color hex is 0.00, 0.34, 0.78, 0.12. Web safe color of #e09332 is #cc9933. Color #e09332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010011 00110010
Octal 340 223 62
Decimal 224 147 50
Hex E0 93 32

RGB Percentages of Color #e09332

%53.21
%34.92
%11.88

CMYK Percentages of Color #e09332

%0
%34
%78
%12

Triadic Colors of #e09332

#e09332 #32e093 #9332e0

Analogous Colors of #e09332

#e09332 #d6e032 #e03c32

Monochromatic Colors of #e09332

#e09332

Complementary Color

#e09332 #327fe0

#e09332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09332 Color CSS Codes

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

#e09332 Text Font Color

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

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


#e09332 Background Color

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

This div background color is #e09332


#e09332 Border Color

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

This div border color is #e09332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09332


Comments

No comments written yet.

Please login to write comment.