Color Hex Logo

#e69922 Color Hex

#E69922
(230,153,34)
0 Favorites   0 Comments

Color spaces of #e69922

RGB 23015334
HSL0.100.800.52
HSV36°85°90°
CMYK 0.000.330.85   0.10
XYZ44.313139.72106.8447
Yxy39.72100.48760.4371
Hunter Lab63.024615.211737.6781
CIE-Lab69.270420.160267.4945

#e69922 color RGB value is (230,153,34).

#e69922 hex color red value is 230, green value is 153 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #e69922 hue: 0.10 , saturation: 0.80 and the lightness value of e69922 is 0.52.

The process color (four color CMYK) of #e69922 color hex is 0.00, 0.33, 0.85, 0.10. Web safe color of #e69922 is #ff9933. Color #e69922 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011001 00100010
Octal 346 231 42
Decimal 230 153 34
Hex E6 99 22

RGB Percentages of Color #e69922

%55.16
%36.69
%8.15

CMYK Percentages of Color #e69922

%0
%33
%85
%10

Triadic Colors of #e69922

#e69922 #22e699 #9922e6

Analogous Colors of #e69922

#e69922 #d1e622 #e63722

Monochromatic Colors of #e69922

#e69922

Complementary Color

#e69922 #226fe6

#e69922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69922 Color CSS Codes

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

#e69922 Text Font Color

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

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


#e69922 Background Color

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

This div background color is #e69922


#e69922 Border Color

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

This div border color is #e69922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69922


Comments

No comments written yet.

Please login to write comment.