Color Hex Logo

#e7ca31 Color Hex

#E7CA31
(231,202,49)
0 Favorites   0 Comments

Color spaces of #e7ca31

RGB 23120249
HSL0.140.790.55
HSV50°79°91°
CMYK 0.000.130.79   0.09
XYZ54.629959.451711.5018
Yxy59.45170.43500.4734
Hunter Lab77.1049-8.463945.1291
CIE-Lab81.5393-4.708073.6276

#e7ca31 color RGB value is (231,202,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001010 00110001
Octal 347 312 61
Decimal 231 202 49
Hex E7 CA 31

RGB Percentages of Color #e7ca31

%47.93
%41.91
%10.17

CMYK Percentages of Color #e7ca31

%0
%13
%79
%9

Triadic Colors of #e7ca31

#e7ca31 #31e7ca #ca31e7

Analogous Colors of #e7ca31

#e7ca31 #a9e731 #e76f31

Monochromatic Colors of #e7ca31

#e7ca31

Complementary Color

#e7ca31 #314ee7

#e7ca31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7ca31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7ca31 Color CSS Codes

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

#e7ca31 Text Font Color

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

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


#e7ca31 Background Color

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

This div background color is #e7ca31


#e7ca31 Border Color

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

This div border color is #e7ca31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7ca31


Comments

No comments written yet.

Please login to write comment.