Color Hex Logo

#e68812 Color Hex

#E68812
(230,136,18)
0 Favorites   0 Comments

Color spaces of #e68812

RGB 23013618
HSL0.090.850.49
HSV33°92°90°
CMYK 0.000.410.92   0.10
XYZ41.546534.47505.0369
Yxy34.47500.51260.4253
Hunter Lab58.715423.553036.0146
CIE-Lab65.337928.868168.4421

#e68812 color RGB value is (230,136,18).

#e68812 hex color red value is 230, green value is 136 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e68812 hue: 0.09 , saturation: 0.85 and the lightness value of e68812 is 0.49.

The process color (four color CMYK) of #e68812 color hex is 0.00, 0.41, 0.92, 0.10. Web safe color of #e68812 is #ff9900. Color #e68812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10001000 00010010
Octal 346 210 22
Decimal 230 136 18
Hex E6 88 12

RGB Percentages of Color #e68812

%59.90
%35.42
%4.69

CMYK Percentages of Color #e68812

%0
%41
%92
%10

Triadic Colors of #e68812

#e68812 #12e688 #8812e6

Analogous Colors of #e68812

#e68812 #dae612 #e61e12

Monochromatic Colors of #e68812

#e68812

Complementary Color

#e68812 #1270e6

#e68812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68812 Color CSS Codes

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

#e68812 Text Font Color

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

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


#e68812 Background Color

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

This div background color is #e68812


#e68812 Border Color

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

This div border color is #e68812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68812


Comments

No comments written yet.

Please login to write comment.