Color Hex Logo

#e6802e Color Hex

#E6802E
(230,128,46)
0 Favorites   0 Comments

Color spaces of #e6802e

RGB 23012846
HSL0.070.790.54
HSV27°80°90°
CMYK 0.000.440.80   0.10
XYZ40.845432.45866.6971
Yxy32.45860.51060.4057
Hunter Lab56.972428.270732.9112
CIE-Lab63.720133.694558.5009

#e6802e color RGB value is (230,128,46).

#e6802e hex color red value is 230, green value is 128 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #e6802e hue: 0.07 , saturation: 0.79 and the lightness value of e6802e is 0.54.

The process color (four color CMYK) of #e6802e color hex is 0.00, 0.44, 0.80, 0.10. Web safe color of #e6802e is #ff9933. Color #e6802e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 00101110
Octal 346 200 56
Decimal 230 128 46
Hex E6 80 2E

RGB Percentages of Color #e6802e

%56.93
%31.68
%11.39

CMYK Percentages of Color #e6802e

%0
%44
%80
%10

Triadic Colors of #e6802e

#e6802e #2ee680 #802ee6

Analogous Colors of #e6802e

#e6802e #e6dc2e #e62e38

Monochromatic Colors of #e6802e

#e6802e

Complementary Color

#e6802e #2e94e6

#e6802e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6802e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6802e Color CSS Codes

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

#e6802e Text Font Color

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

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


#e6802e Background Color

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

This div background color is #e6802e


#e6802e Border Color

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

This div border color is #e6802e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6802e


Comments

No comments written yet.

Please login to write comment.