Color Hex Logo

#e7c86c Color Hex

#E7C86C
(231,200,108)
0 Favorites   0 Comments

Color spaces of #e7c86c

RGB 231200108
HSL0.120.720.66
HSV45°53°91°
CMYK 0.000.130.53   0.09
XYZ56.316059.380222.6807
Yxy59.38020.40700.4291
Hunter Lab77.0585-4.400936.4901
CIE-Lab81.5001-0.305849.5462

#e7c86c color RGB value is (231,200,108).

#e7c86c hex color red value is 231, green value is 200 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #e7c86c hue: 0.12 , saturation: 0.72 and the lightness value of e7c86c is 0.66.

The process color (four color CMYK) of #e7c86c color hex is 0.00, 0.13, 0.53, 0.09. Web safe color of #e7c86c is #ffcc66. Color #e7c86c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001000 01101100
Octal 347 310 154
Decimal 231 200 108
Hex E7 C8 6C

RGB Percentages of Color #e7c86c

%42.86
%37.11
%20.04

CMYK Percentages of Color #e7c86c

%0
%13
%53
%9

Triadic Colors of #e7c86c

#e7c86c #6ce7c8 #c86ce7

Analogous Colors of #e7c86c

#e7c86c #c9e76c #e78b6c

Monochromatic Colors of #e7c86c

#e7c86c

Complementary Color

#e7c86c #6c8be7

#e7c86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7c86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7c86c Color CSS Codes

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

#e7c86c Text Font Color

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

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


#e7c86c Background Color

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

This div background color is #e7c86c


#e7c86c Border Color

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

This div border color is #e7c86c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,200,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7c86c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7c86c;
  -webkit-box-shadow: 1px 1px 3px 2px #e7c86c;
  box-shadow:         1px 1px 3px 2px #e7c86c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,200,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7c86c

#e7c86c Color Palettes


Comments

No comments written yet.

Please login to write comment.