Color Hex Logo

#e6992e Color Hex

#E6992E
(230,153,46)
0 Favorites   0 Comments

Color spaces of #e6992e

RGB 23015346
HSL0.100.790.54
HSV35°80°90°
CMYK 0.000.330.80   0.10
XYZ44.517539.80277.9211
Yxy39.80270.48260.4315
Hunter Lab63.089415.547836.7185
CIE-Lab69.328820.503663.6278

#e6992e color RGB value is (230,153,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011001 00101110
Octal 346 231 56
Decimal 230 153 46
Hex E6 99 2E

RGB Percentages of Color #e6992e

%53.61
%35.66
%10.72

CMYK Percentages of Color #e6992e

%0
%33
%80
%10

Triadic Colors of #e6992e

#e6992e #2ee699 #992ee6

Analogous Colors of #e6992e

#e6992e #d7e62e #e63d2e

Monochromatic Colors of #e6992e

#e6992e

Complementary Color

#e6992e #2e7be6

#e6992e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6992e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6992e Color CSS Codes

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

#e6992e Text Font Color

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

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


#e6992e Background Color

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

This div background color is #e6992e


#e6992e Border Color

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

This div border color is #e6992e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6992e


Comments

No comments written yet.

Please login to write comment.