Color Hex Logo

#e48226 Color Hex

#E48226
(228,130,38)
0 Favorites   0 Comments

Color spaces of #e48226

RGB 22813038
HSL0.080.780.52
HSV29°83°89°
CMYK 0.000.430.83   0.11
XYZ40.327432.59926.0005
Yxy32.59920.51090.4130
Hunter Lab57.095726.159233.7359
CIE-Lab63.835131.597361.5371

#e48226 color RGB value is (228,130,38).

#e48226 hex color red value is 228, green value is 130 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #e48226 hue: 0.08 , saturation: 0.78 and the lightness value of e48226 is 0.52.

The process color (four color CMYK) of #e48226 color hex is 0.00, 0.43, 0.83, 0.11. Web safe color of #e48226 is #cc9933. Color #e48226 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 00100110
Octal 344 202 46
Decimal 228 130 38
Hex E4 82 26

RGB Percentages of Color #e48226

%57.58
%32.83
%9.60

CMYK Percentages of Color #e48226

%0
%43
%83
%11

Triadic Colors of #e48226

#e48226 #26e482 #8226e4

Analogous Colors of #e48226

#e48226 #e4e126 #e42629

Monochromatic Colors of #e48226

#e48226

Complementary Color

#e48226 #2688e4

#e48226 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48226 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48226 Color CSS Codes

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

#e48226 Text Font Color

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

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


#e48226 Background Color

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

This div background color is #e48226


#e48226 Border Color

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

This div border color is #e48226


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,130,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48226


Comments

No comments written yet.

Please login to write comment.