Color Hex Logo

#e09133 Color Hex

#E09133
(224,145,51)
0 Favorites   0 Comments

Color spaces of #e09133

RGB 22414551
HSL0.090.740.54
HSV33°77°88°
CMYK 0.000.350.77   0.12
XYZ41.463436.33717.9604
Yxy36.33710.48350.4237
Hunter Lab60.280317.289634.3666
CIE-Lab66.776722.413159.0898

#e09133 color RGB value is (224,145,51).

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

The process color (four color CMYK) of #e09133 color hex is 0.00, 0.35, 0.77, 0.12. Web safe color of #e09133 is #cc9933. Color #e09133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010001 00110011
Octal 340 221 63
Decimal 224 145 51
Hex E0 91 33

RGB Percentages of Color #e09133

%53.33
%34.52
%12.14

CMYK Percentages of Color #e09133

%0
%35
%77
%12

Triadic Colors of #e09133

#e09133 #33e091 #9133e0

Analogous Colors of #e09133

#e09133 #d9e033 #e03a33

Monochromatic Colors of #e09133

#e09133

Complementary Color

#e09133 #3382e0

#e09133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09133 Color CSS Codes

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

#e09133 Text Font Color

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

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


#e09133 Background Color

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

This div background color is #e09133


#e09133 Border Color

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

This div border color is #e09133


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,145,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09133


Comments

No comments written yet.

Please login to write comment.