color codes Logo

#e1760d color codes

#E1760D
(225,118,13)
0 Favorites   0 Comments

Color spaces of #e1760d

RGB 22511813
HSL0.080.890.47
HSV30°94°88°
CMYK 0.000.480.94   0.12
XYZ37.602428.99353.9952
Yxy28.99350.53270.4107
Hunter Lab53.845630.423433.2928
CIE-Lab60.775936.122765.9129

#e1760d color RGB value is (225,118,13).

#e1760d hex color red value is 225, green value is 118 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #e1760d hue: 0.08 , saturation: 0.89 and the lightness value of e1760d is 0.47.

The process color (four color CMYK) of #e1760d color code is 0.00, 0.48, 0.94, 0.12. Web safe color of #e1760d is #cc6600. Color #e1760d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110110 00001101
Octal 341 166 15
Decimal 225 118 13
Hex E1 76 D

RGB Percentages of Color #e1760d

%63.20
%33.15
%3.65

CMYK Percentages of Color #e1760d

%0
%48
%94
%12

Triadic Colors of #e1760d

#e1760d #0de176 #760de1

Analogous Colors of #e1760d

#e1760d #e1e00d #e10d0e

Monochromatic Colors of #e1760d

#e1760d

Complementary Color

#e1760d #0d78e1

#e1760d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1760d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1760d Color CSS Codes

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

#e1760d Text Font Color

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

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


#e1760d Background Color

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

This div background color is #e1760d


#e1760d Border Color

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

This div border color is #e1760d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1760d


Comments

No comments written yet.

Please login to write comment.