Color Hex Logo

#e24f05 Color Hex

#E24F05
(226,79,5)
0 Favorites   0 Comments

Color spaces of #e24f05

RGB 226795
HSL0.060.960.45
HSV20°98°89°
CMYK 0.000.650.98   0.11
XYZ34.187421.77172.5441
Yxy21.77170.58440.3721
Hunter Lab46.660249.129829.4294
CIE-Lab53.783954.794263.1401

#e24f05 color RGB value is (226,79,5).

#e24f05 hex color red value is 226, green value is 79 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #e24f05 hue: 0.06 , saturation: 0.96 and the lightness value of e24f05 is 0.45.

The process color (four color CMYK) of #e24f05 color hex is 0.00, 0.65, 0.98, 0.11. Web safe color of #e24f05 is #cc6600. Color #e24f05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001111 00000101
Octal 342 117 5
Decimal 226 79 5
Hex E2 4F 5

RGB Percentages of Color #e24f05

%72.90
%25.48
%1.61

CMYK Percentages of Color #e24f05

%0
%65
%98
%11

Triadic Colors of #e24f05

#e24f05 #05e24f #4f05e2

Analogous Colors of #e24f05

#e24f05 #e2be05 #e2052a

Monochromatic Colors of #e24f05

#e24f05

Complementary Color

#e24f05 #0598e2

#e24f05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24f05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24f05 Color CSS Codes

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

#e24f05 Text Font Color

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

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


#e24f05 Background Color

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

This div background color is #e24f05


#e24f05 Border Color

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

This div border color is #e24f05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24f05


Comments

No comments written yet.

Please login to write comment.