Color Hex Logo

#e69022 Color Hex

#E69022
(230,144,34)
0 Favorites   0 Comments

Color spaces of #e69022

RGB 23014434
HSL0.090.800.52
HSV34°85°90°
CMYK 0.000.370.85   0.10
XYZ42.895136.88506.3721
Yxy36.88500.49790.4281
Hunter Lab60.733019.789936.2924
CIE-Lab67.190724.944065.7829

#e69022 color RGB value is (230,144,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010000 00100010
Octal 346 220 42
Decimal 230 144 34
Hex E6 90 22

RGB Percentages of Color #e69022

%56.37
%35.29
%8.33

CMYK Percentages of Color #e69022

%0
%37
%85
%10

Triadic Colors of #e69022

#e69022 #22e690 #9022e6

Analogous Colors of #e69022

#e69022 #dae622 #e62e22

Monochromatic Colors of #e69022

#e69022

Complementary Color

#e69022 #2278e6

#e69022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69022 Color CSS Codes

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

#e69022 Text Font Color

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

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


#e69022 Background Color

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

This div background color is #e69022


#e69022 Border Color

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

This div border color is #e69022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69022


Comments

No comments written yet.

Please login to write comment.