color codes Logo

#e3c34e color codes

#E3C34E
(227,195,78)
0 Favorites   0 Comments

Color spaces of #e3c34e

RGB 22719578
HSL0.130.730.60
HSV47°66°89°
CMYK 0.000.140.66   0.11
XYZ52.568855.911215.2290
Yxy55.91120.42490.4520
Hunter Lab74.7738-5.361940.2662
CIE-Lab79.5633-1.486160.9476

#e3c34e color RGB value is (227,195,78).

#e3c34e hex color red value is 227, green value is 195 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e3c34e hue: 0.13 , saturation: 0.73 and the lightness value of e3c34e is 0.60.

The process color (four color CMYK) of #e3c34e color code is 0.00, 0.14, 0.66, 0.11. Web safe color of #e3c34e is #cccc66. Color #e3c34e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11000011 01001110
Octal 343 303 116
Decimal 227 195 78
Hex E3 C3 4E

RGB Percentages of Color #e3c34e

%45.40
%39.00
%15.60

CMYK Percentages of Color #e3c34e

%0
%14
%66
%11

Triadic Colors of #e3c34e

#e3c34e #4ee3c3 #c34ee3

Analogous Colors of #e3c34e

#e3c34e #b9e34e #e3794e

Monochromatic Colors of #e3c34e

#e3c34e

Complementary Color

#e3c34e #4e6ee3

#e3c34e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3c34e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3c34e Color CSS Codes

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

#e3c34e Text Font Color

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

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


#e3c34e Background Color

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

This div background color is #e3c34e


#e3c34e Border Color

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

This div border color is #e3c34e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3c34e


Comments

No comments written yet.

Please login to write comment.