color codes Logo

#e3863d color codes

#E3863D
(227,134,61)
0 Favorites   0 Comments

Color spaces of #e3863d

RGB 22713461
HSL0.070.750.56
HSV26°73°89°
CMYK 0.000.410.73   0.11
XYZ41.046033.71808.7597
Yxy33.71800.49140.4037
Hunter Lab58.067224.558831.7029
CIE-Lab64.738129.923352.8648

#e3863d color RGB value is (227,134,61).

#e3863d hex color red value is 227, green value is 134 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e3863d hue: 0.07 , saturation: 0.75 and the lightness value of e3863d is 0.56.

The process color (four color CMYK) of #e3863d color code is 0.00, 0.41, 0.73, 0.11. Web safe color of #e3863d is #cc9933. Color #e3863d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000110 00111101
Octal 343 206 75
Decimal 227 134 61
Hex E3 86 3D

RGB Percentages of Color #e3863d

%53.79
%31.75
%14.45

CMYK Percentages of Color #e3863d

%0
%41
%73
%11

Triadic Colors of #e3863d

#e3863d #3de386 #863de3

Analogous Colors of #e3863d

#e3863d #e3d93d #e33d47

Monochromatic Colors of #e3863d

#e3863d

Complementary Color

#e3863d #3d9ae3

#e3863d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3863d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3863d Color CSS Codes

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

#e3863d Text Font Color

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

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


#e3863d Background Color

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

This div background color is #e3863d


#e3863d Border Color

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

This div border color is #e3863d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3863d


Comments

No comments written yet.

Please login to write comment.