Color Hex Logo

#e16935 Color Hex

#E16935
(225,105,53)
0 Favorites   0 Comments

Color spaces of #e16935

RGB 22510553
HSL0.050.740.55
HSV18°76°88°
CMYK 0.000.530.76   0.12
XYZ36.745526.36776.5209
Yxy26.36770.52770.3787
Hunter Lab51.349537.872328.4154
CIE-Lab58.384443.621050.0000

#e16935 color RGB value is (225,105,53).

#e16935 hex color red value is 225, green value is 105 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #e16935 hue: 0.05 , saturation: 0.74 and the lightness value of e16935 is 0.55.

The process color (four color CMYK) of #e16935 color hex is 0.00, 0.53, 0.76, 0.12. Web safe color of #e16935 is #cc6633. Color #e16935 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101001 00110101
Octal 341 151 65
Decimal 225 105 53
Hex E1 69 35

RGB Percentages of Color #e16935

%58.75
%27.42
%13.84

CMYK Percentages of Color #e16935

%0
%53
%76
%12

Triadic Colors of #e16935

#e16935 #35e169 #6935e1

Analogous Colors of #e16935

#e16935 #e1bf35 #e13557

Monochromatic Colors of #e16935

#e16935

Complementary Color

#e16935 #35ade1

#e16935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16935 Color CSS Codes

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

#e16935 Text Font Color

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

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


#e16935 Background Color

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

This div background color is #e16935


#e16935 Border Color

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

This div border color is #e16935


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,105,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e16935; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e16935;
  -webkit-box-shadow: 1px 1px 3px 2px #e16935;
  box-shadow:         1px 1px 3px 2px #e16935; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,105,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16935


Comments

No comments written yet.

Please login to write comment.