color codes Logo

#e7c80a color codes

#E7C80A
(231,200,10)
0 Favorites   0 Comments

Color spaces of #e7c80a

RGB 23120010
HSL0.140.920.47
HSV52°96°91°
CMYK 0.000.130.96   0.09
XYZ53.664158.31948.7155
Yxy58.31940.44460.4832
Hunter Lab76.3671-8.208446.6904
CIE-Lab80.9160-4.486280.9032

#e7c80a color RGB value is (231,200,10).

#e7c80a hex color red value is 231, green value is 200 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e7c80a hue: 0.14 , saturation: 0.92 and the lightness value of e7c80a is 0.47.

The process color (four color CMYK) of #e7c80a color code is 0.00, 0.13, 0.96, 0.09. Web safe color of #e7c80a is #ffcc00. Color #e7c80a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11001000 00001010
Octal 347 310 12
Decimal 231 200 10
Hex E7 C8 A

RGB Percentages of Color #e7c80a

%52.38
%45.35
%2.27

CMYK Percentages of Color #e7c80a

%0
%13
%96
%9

Triadic Colors of #e7c80a

#e7c80a #0ae7c8 #c80ae7

Analogous Colors of #e7c80a

#e7c80a #98e70a #e75a0a

Monochromatic Colors of #e7c80a

#e7c80a

Complementary Color

#e7c80a #0a29e7

#e7c80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7c80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7c80a Color CSS Codes

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

#e7c80a Text Font Color

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

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


#e7c80a Background Color

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

This div background color is #e7c80a


#e7c80a Border Color

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

This div border color is #e7c80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7c80a


Comments

No comments written yet.

Please login to write comment.