Color Hex Logo

#e18046 Color Hex

#E18046
(225,128,70)
0 Favorites   0 Comments

Color spaces of #e18046

RGB 22512870
HSL0.060.720.58
HSV22°69°88°
CMYK 0.000.430.69   0.12
XYZ39.876031.88819.8477
Yxy31.88810.48860.3907
Hunter Lab56.469527.226229.1891
CIE-Lab63.250332.710746.8635

#e18046 color RGB value is (225,128,70).

#e18046 hex color red value is 225, green value is 128 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #e18046 hue: 0.06 , saturation: 0.72 and the lightness value of e18046 is 0.58.

The process color (four color CMYK) of #e18046 color hex is 0.00, 0.43, 0.69, 0.12. Web safe color of #e18046 is #cc9933. Color #e18046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000000 01000110
Octal 341 200 106
Decimal 225 128 70
Hex E1 80 46

RGB Percentages of Color #e18046

%53.19
%30.26
%16.55

CMYK Percentages of Color #e18046

%0
%43
%69
%12

Triadic Colors of #e18046

#e18046 #46e180 #8046e1

Analogous Colors of #e18046

#e18046 #e1ce46 #e14659

Monochromatic Colors of #e18046

#e18046

Complementary Color

#e18046 #46a7e1

#e18046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e18046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e18046 Color CSS Codes

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

#e18046 Text Font Color

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

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


#e18046 Background Color

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

This div background color is #e18046


#e18046 Border Color

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

This div border color is #e18046


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,128,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e18046


Comments

No comments written yet.

Please login to write comment.