Color Hex Logo

#e09934 Color Hex

#E09934
(224,153,52)
0 Favorites   0 Comments

Color spaces of #e09934

RGB 22415352
HSL0.100.740.54
HSV35°77°88°
CMYK 0.000.320.77   0.12
XYZ42.751538.87778.4997
Yxy38.87770.47430.4314
Hunter Lab62.352013.272235.5641
CIE-Lab68.662618.171160.4939

#e09934 color RGB value is (224,153,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011001 00110100
Octal 340 231 64
Decimal 224 153 52
Hex E0 99 34

RGB Percentages of Color #e09934

%52.21
%35.66
%12.12

CMYK Percentages of Color #e09934

%0
%32
%77
%12

Triadic Colors of #e09934

#e09934 #34e099 #9934e0

Analogous Colors of #e09934

#e09934 #d1e034 #e04334

Monochromatic Colors of #e09934

#e09934

Complementary Color

#e09934 #347be0

#e09934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09934 Color CSS Codes

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

#e09934 Text Font Color

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

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


#e09934 Background Color

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

This div background color is #e09934


#e09934 Border Color

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

This div border color is #e09934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09934


Comments

No comments written yet.

Please login to write comment.