Color Hex Logo

#e18812 Color Hex

#E18812
(225,136,18)
0 Favorites   0 Comments

Color spaces of #e18812

RGB 22513618
HSL0.100.850.48
HSV34°92°88°
CMYK 0.000.400.92   0.12
XYZ39.964733.65954.9628
Yxy33.65950.50850.4283
Hunter Lab58.016821.429835.5401
CIE-Lab64.691426.776467.6813

#e18812 color RGB value is (225,136,18).

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

The process color (four color CMYK) of #e18812 color hex is 0.00, 0.40, 0.92, 0.12. Web safe color of #e18812 is #cc9900. Color #e18812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10001000 00010010
Octal 341 210 22
Decimal 225 136 18
Hex E1 88 12

RGB Percentages of Color #e18812

%59.37
%35.88
%4.75

CMYK Percentages of Color #e18812

%0
%40
%92
%12

Triadic Colors of #e18812

#e18812 #12e188 #8812e1

Analogous Colors of #e18812

#e18812 #d3e112 #e12112

Monochromatic Colors of #e18812

#e18812

Complementary Color

#e18812 #126be1

#e18812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18812 Color CSS Codes

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

#e18812 Text Font Color

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

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


#e18812 Background Color

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

This div background color is #e18812


#e18812 Border Color

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

This div border color is #e18812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18812


Comments

No comments written yet.

Please login to write comment.