Color Hex Logo

#e6800f Color Hex

#E6800F
(230,128,15)
0 Favorites   0 Comments

Color spaces of #e6800f

RGB 23012815
HSL0.090.880.48
HSV32°93°90°
CMYK 0.000.440.93   0.10
XYZ40.438532.29584.5543
Yxy32.29580.52320.4179
Hunter Lab56.829427.565135.0291
CIE-Lab63.586633.012967.7931

#e6800f color RGB value is (230,128,15).

#e6800f hex color red value is 230, green value is 128 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e6800f hue: 0.09 , saturation: 0.88 and the lightness value of e6800f is 0.48.

The process color (four color CMYK) of #e6800f color hex is 0.00, 0.44, 0.93, 0.10. Web safe color of #e6800f is #ff9900. Color #e6800f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000000 00001111
Octal 346 200 17
Decimal 230 128 15
Hex E6 80 F

RGB Percentages of Color #e6800f

%61.66
%34.32
%4.02

CMYK Percentages of Color #e6800f

%0
%44
%93
%10

Triadic Colors of #e6800f

#e6800f #0fe680 #800fe6

Analogous Colors of #e6800f

#e6800f #e1e60f #e6150f

Monochromatic Colors of #e6800f

#e6800f

Complementary Color

#e6800f #0f75e6

#e6800f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6800f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6800f Color CSS Codes

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

#e6800f Text Font Color

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

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


#e6800f Background Color

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

This div background color is #e6800f


#e6800f Border Color

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

This div border color is #e6800f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6800f


Comments

No comments written yet.

Please login to write comment.