Color Hex Logo

#e3ca5f Color Hex

#E3CA5F
(227,202,95)
0 Favorites   0 Comments

Color spaces of #e3ca5f

RGB 22720295
HSL0.140.700.63
HSV49°58°89°
CMYK 0.000.110.58   0.11
XYZ54.864659.398219.3998
Yxy59.39820.41050.4444
Hunter Lab77.0702-7.802739.0249
CIE-Lab81.5100-3.987455.5801

#e3ca5f color RGB value is (227,202,95).

#e3ca5f hex color red value is 227, green value is 202 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e3ca5f hue: 0.14 , saturation: 0.70 and the lightness value of e3ca5f is 0.63.

The process color (four color CMYK) of #e3ca5f color hex is 0.00, 0.11, 0.58, 0.11. Web safe color of #e3ca5f is #cccc66. Color #e3ca5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 11001010 01011111
Octal 343 312 137
Decimal 227 202 95
Hex E3 CA 5F

RGB Percentages of Color #e3ca5f

%43.32
%38.55
%18.13

CMYK Percentages of Color #e3ca5f

%0
%11
%58
%11

Triadic Colors of #e3ca5f

#e3ca5f #5fe3ca #ca5fe3

Analogous Colors of #e3ca5f

#e3ca5f #bae35f #e3885f

Monochromatic Colors of #e3ca5f

#e3ca5f

Complementary Color

#e3ca5f #5f78e3

#e3ca5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3ca5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3ca5f Color CSS Codes

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

#e3ca5f Text Font Color

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

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


#e3ca5f Background Color

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

This div background color is #e3ca5f


#e3ca5f Border Color

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

This div border color is #e3ca5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3ca5f


Comments

No comments written yet.

Please login to write comment.