Color Hex Logo

#e48712 Color Hex

#E48712
(228,135,18)
0 Favorites   0 Comments

Color spaces of #e48712

RGB 22813518
HSL0.090.850.48
HSV33°92°89°
CMYK 0.000.410.92   0.11
XYZ40.768133.86564.9603
Yxy33.86560.51220.4255
Hunter Lab58.194223.209035.6822
CIE-Lab64.855828.561467.9767

#e48712 color RGB value is (228,135,18).

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

The process color (four color CMYK) of #e48712 color hex is 0.00, 0.41, 0.92, 0.11. Web safe color of #e48712 is #cc9900. Color #e48712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000111 00010010
Octal 344 207 22
Decimal 228 135 18
Hex E4 87 12

RGB Percentages of Color #e48712

%59.84
%35.43
%4.72

CMYK Percentages of Color #e48712

%0
%41
%92
%11

Triadic Colors of #e48712

#e48712 #12e487 #8712e4

Analogous Colors of #e48712

#e48712 #d8e412 #e41e12

Monochromatic Colors of #e48712

#e48712

Complementary Color

#e48712 #126fe4

#e48712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48712 Color CSS Codes

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

#e48712 Text Font Color

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

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


#e48712 Background Color

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

This div background color is #e48712


#e48712 Border Color

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

This div border color is #e48712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48712


Comments

No comments written yet.

Please login to write comment.