Color Hex Logo

#e17b0d Color Hex

#E17B0D
(225,123,13)
0 Favorites   0 Comments

Color spaces of #e17b0d

RGB 22512313
HSL0.090.890.47
HSV31°94°88°
CMYK 0.000.450.94   0.12
XYZ38.206930.20254.1967
Yxy30.20250.52620.4160
Hunter Lab54.956827.921833.9422
CIE-Lab61.828633.541866.6288

#e17b0d color RGB value is (225,123,13).

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

The process color (four color CMYK) of #e17b0d color hex is 0.00, 0.45, 0.94, 0.12. Web safe color of #e17b0d is #cc6600. Color #e17b0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111011 00001101
Octal 341 173 15
Decimal 225 123 13
Hex E1 7B D

RGB Percentages of Color #e17b0d

%62.33
%34.07
%3.60

CMYK Percentages of Color #e17b0d

%0
%45
%94
%12

Triadic Colors of #e17b0d

#e17b0d #0de17b #7b0de1

Analogous Colors of #e17b0d

#e17b0d #dde10d #e1110d

Monochromatic Colors of #e17b0d

#e17b0d

Complementary Color

#e17b0d #0d73e1

#e17b0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17b0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17b0d Color CSS Codes

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

#e17b0d Text Font Color

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

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


#e17b0d Background Color

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

This div background color is #e17b0d


#e17b0d Border Color

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

This div border color is #e17b0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,123,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 #e17b0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17b0d


Comments

No comments written yet.

Please login to write comment.