Color Hex Logo

#e7ca3e Color Hex

#E7CA3E
(231,202,62)
0 Favorites   0 Comments

Color spaces of #e7ca3e

RGB 23120262
HSL0.140.780.57
HSV50°73°91°
CMYK 0.000.130.73   0.09
XYZ54.945059.577813.1612
Yxy59.57780.43030.4666
Hunter Lab77.1867-8.012243.9210
CIE-Lab81.6082-4.207369.4023

#e7ca3e color RGB value is (231,202,62).

#e7ca3e hex color red value is 231, green value is 202 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #e7ca3e hue: 0.14 , saturation: 0.78 and the lightness value of e7ca3e is 0.57.

The process color (four color CMYK) of #e7ca3e color hex is 0.00, 0.13, 0.73, 0.09. Web safe color of #e7ca3e is #ffcc33. Color #e7ca3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001010 00111110
Octal 347 312 76
Decimal 231 202 62
Hex E7 CA 3E

RGB Percentages of Color #e7ca3e

%46.67
%40.81
%12.53

CMYK Percentages of Color #e7ca3e

%0
%13
%73
%9

Triadic Colors of #e7ca3e

#e7ca3e #3ee7ca #ca3ee7

Analogous Colors of #e7ca3e

#e7ca3e #b0e73e #e7763e

Monochromatic Colors of #e7ca3e

#e7ca3e

Complementary Color

#e7ca3e #3e5be7

#e7ca3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ca3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ca3e Color CSS Codes

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

#e7ca3e Text Font Color

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

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


#e7ca3e Background Color

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

This div background color is #e7ca3e


#e7ca3e Border Color

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

This div border color is #e7ca3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ca3e


Comments

No comments written yet.

Please login to write comment.