Color Hex Logo

#e69210 Color Hex

#E69210
(230,146,16)
0 Favorites   0 Comments

Color spaces of #e69210

RGB 23014616
HSL0.100.870.48
HSV36°93°90°
CMYK 0.000.370.93   0.10
XYZ43.005537.41825.4460
Yxy37.41820.50080.4358
Hunter Lab61.170418.445137.5407
CIE-Lab67.589623.553270.4310

#e69210 color RGB value is (230,146,16).

#e69210 hex color red value is 230, green value is 146 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #e69210 hue: 0.10 , saturation: 0.87 and the lightness value of e69210 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010010 00010000
Octal 346 222 20
Decimal 230 146 16
Hex E6 92 10

RGB Percentages of Color #e69210

%58.67
%37.24
%4.08

CMYK Percentages of Color #e69210

%0
%37
%93
%10

Triadic Colors of #e69210

#e69210 #10e692 #9210e6

Analogous Colors of #e69210

#e69210 #cfe610 #e62710

Monochromatic Colors of #e69210

#e69210

Complementary Color

#e69210 #1064e6

#e69210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69210 Color CSS Codes

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

#e69210 Text Font Color

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

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


#e69210 Background Color

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

This div background color is #e69210


#e69210 Border Color

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

This div border color is #e69210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69210


Comments

No comments written yet.

Please login to write comment.