Color Hex Logo

#e47d15 Color Hex

#E47D15
(228,125,21)
1 Favorites   1 Comments

Color spaces of #e47d15

RGB 22812521
HSL0.080.830.49
HSV30°91°89°
CMYK 0.000.450.91   0.11
XYZ39.463931.21544.6547
Yxy31.21540.52390.4144
Hunter Lab55.870728.308434.1700
CIE-Lab62.689033.836065.7391

#e47d15 color RGB value is (228,125,21).

#e47d15 hex color red value is 228, green value is 125 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #e47d15 hue: 0.08 , saturation: 0.83 and the lightness value of e47d15 is 0.49.

The process color (four color CMYK) of #e47d15 color hex is 0.00, 0.45, 0.91, 0.11. Web safe color of #e47d15 is #cc6600. Color #e47d15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01111101 00010101
Octal 344 175 25
Decimal 228 125 21
Hex E4 7D 15

RGB Percentages of Color #e47d15

%60.96
%33.42
%5.61

CMYK Percentages of Color #e47d15

%0
%45
%91
%11

Triadic Colors of #e47d15

#e47d15 #15e47d #7d15e4

Analogous Colors of #e47d15

#e47d15 #e4e415 #e41615

Monochromatic Colors of #e47d15

#e47d15

Complementary Color

#e47d15 #157ce4

#e47d15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47d15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47d15 Color CSS Codes

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

#e47d15 Text Font Color

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

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


#e47d15 Background Color

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

This div background color is #e47d15


#e47d15 Border Color

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

This div border color is #e47d15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47d15


Comments

12 Feb 2020, 21:48 dietmanager

btn-primary color

Please login to write comment.