Color Hex Logo

#e69420 Color Hex

#E69420
(230,148,32)
0 Favorites   0 Comments

Color spaces of #e69420

RGB 23014832
HSL0.100.800.51
HSV35°86°90°
CMYK 0.000.360.86   0.10
XYZ43.483738.10716.4301
Yxy38.10710.49400.4329
Hunter Lab61.730917.707537.0358
CIE-Lab68.099522.773067.1149

#e69420 color RGB value is (230,148,32).

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

The process color (four color CMYK) of #e69420 color hex is 0.00, 0.36, 0.86, 0.10. Web safe color of #e69420 is #ff9933. Color #e69420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010100 00100000
Octal 346 224 40
Decimal 230 148 32
Hex E6 94 20

RGB Percentages of Color #e69420

%56.10
%36.10
%7.80

CMYK Percentages of Color #e69420

%0
%36
%86
%10

Triadic Colors of #e69420

#e69420 #20e694 #9420e6

Analogous Colors of #e69420

#e69420 #d5e620 #e63120

Monochromatic Colors of #e69420

#e69420

Complementary Color

#e69420 #2072e6

#e69420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69420 Color CSS Codes

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

#e69420 Text Font Color

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

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


#e69420 Background Color

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

This div background color is #e69420


#e69420 Border Color

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

This div border color is #e69420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69420


Comments

No comments written yet.

Please login to write comment.