color codes Logo

#e4742f color codes

#E4742F
(228,116,47)
0 Favorites   0 Comments

Color spaces of #e4742f

RGB 22811647
HSL0.060.770.54
HSV23°79°89°
CMYK 0.000.490.79   0.11
XYZ38.753429.19006.2810
Yxy29.19000.52210.3933
Hunter Lab54.027833.487130.9267
CIE-Lab60.948939.084355.3931

#e4742f color RGB value is (228,116,47).

#e4742f hex color red value is 228, green value is 116 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e4742f hue: 0.06 , saturation: 0.77 and the lightness value of e4742f is 0.54.

The process color (four color CMYK) of #e4742f color code is 0.00, 0.49, 0.79, 0.11. Web safe color of #e4742f is #cc6633. Color #e4742f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110100 00101111
Octal 344 164 57
Decimal 228 116 47
Hex E4 74 2F

RGB Percentages of Color #e4742f

%58.31
%29.67
%12.02

CMYK Percentages of Color #e4742f

%0
%49
%79
%11

Triadic Colors of #e4742f

#e4742f #2fe474 #742fe4

Analogous Colors of #e4742f

#e4742f #e4cf2f #e42f44

Monochromatic Colors of #e4742f

#e4742f

Complementary Color

#e4742f #2f9fe4

#e4742f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4742f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4742f Color CSS Codes

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

#e4742f Text Font Color

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

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


#e4742f Background Color

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

This div background color is #e4742f


#e4742f Border Color

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

This div border color is #e4742f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4742f


Comments

No comments written yet.

Please login to write comment.