Color Hex Logo

#e3850f Color Hex

#E3850F
(227,133,15)
0 Favorites   0 Comments

Color spaces of #e3850f

RGB 22713315
HSL0.090.880.47
HSV33°93°89°
CMYK 0.000.410.93   0.11
XYZ40.152333.14044.7324
Yxy33.14040.51460.4247
Hunter Lab57.567723.756635.4234
CIE-Lab64.274429.158968.0856

#e3850f color RGB value is (227,133,15).

#e3850f hex color red value is 227, green value is 133 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e3850f hue: 0.09 , saturation: 0.88 and the lightness value of e3850f is 0.47.

The process color (four color CMYK) of #e3850f color hex is 0.00, 0.41, 0.93, 0.11. Web safe color of #e3850f is #cc9900. Color #e3850f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000101 00001111
Octal 343 205 17
Decimal 227 133 15
Hex E3 85 F

RGB Percentages of Color #e3850f

%60.53
%35.47
%4.00

CMYK Percentages of Color #e3850f

%0
%41
%93
%11

Triadic Colors of #e3850f

#e3850f #0fe385 #850fe3

Analogous Colors of #e3850f

#e3850f #d7e30f #e31b0f

Monochromatic Colors of #e3850f

#e3850f

Complementary Color

#e3850f #0f6de3

#e3850f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3850f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3850f Color CSS Codes

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

#e3850f Text Font Color

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

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


#e3850f Background Color

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

This div background color is #e3850f


#e3850f Border Color

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

This div border color is #e3850f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,133,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e3850f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e3850f;
  -webkit-box-shadow: 1px 1px 3px 2px #e3850f;
  box-shadow:         1px 1px 3px 2px #e3850f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,133,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3850f

#e3850f Color Palettes


Comments

No comments written yet.

Please login to write comment.