Color Hex Logo

#e24100 Color Hex

#E24100
(226,65,0)
0 Favorites   0 Comments

Color spaces of #e24100

RGB 226650
HSL0.051.000.44
HSV17°100°89°
CMYK 0.000.711.00   0.11
XYZ33.254319.94932.0979
Yxy19.94930.60130.3607
Hunter Lab44.664654.736028.4804
CIE-Lab51.779860.167563.2445

#e24100 color RGB value is (226,65,0).

#e24100 hex color red value is 226, green value is 65 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #e24100 hue: 0.05 , saturation: 1.00 and the lightness value of e24100 is 0.44.

The process color (four color CMYK) of #e24100 color hex is 0.00, 0.71, 1.00, 0.11. Web safe color of #e24100 is #cc3300. Color #e24100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000001 00000000
Octal 342 101 0
Decimal 226 65 0
Hex E2 41 0

RGB Percentages of Color #e24100

%77.66
%22.34
%0.00

CMYK Percentages of Color #e24100

%0
%71
%100
%11

Triadic Colors of #e24100

#e24100 #00e241 #4100e2

Analogous Colors of #e24100

#e24100 #e2b200 #e20030

Monochromatic Colors of #e24100

#e24100

Complementary Color

#e24100 #00a1e2

#e24100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24100 Color CSS Codes

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

#e24100 Text Font Color

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

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


#e24100 Background Color

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

This div background color is #e24100


#e24100 Border Color

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

This div border color is #e24100


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,65,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e24100; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e24100;
  -webkit-box-shadow: 1px 1px 3px 2px #e24100;
  box-shadow:         1px 1px 3px 2px #e24100; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,65,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24100


Comments

No comments written yet.

Please login to write comment.