Color Hex Logo

#e7d63d Color Hex

#E7D63D
(231,214,61)
0 Favorites   0 Comments

Color spaces of #e7d63d

RGB 23121461
HSL0.150.780.57
HSV54°74°91°
CMYK 0.000.070.74   0.09
XYZ57.843965.419013.9933
Yxy65.41900.42140.4766
Hunter Lab80.8820-13.886846.3597
CIE-Lab84.6992-10.330772.6901

#e7d63d color RGB value is (231,214,61).

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

The process color (four color CMYK) of #e7d63d color hex is 0.00, 0.07, 0.74, 0.09. Web safe color of #e7d63d is #ffcc33. Color #e7d63d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 11010110 00111101
Octal 347 326 75
Decimal 231 214 61
Hex E7 D6 3D

RGB Percentages of Color #e7d63d

%45.65
%42.29
%12.06

CMYK Percentages of Color #e7d63d

%0
%7
%74
%9

Triadic Colors of #e7d63d

#e7d63d #3de7d6 #d63de7

Analogous Colors of #e7d63d

#e7d63d #a3e73d #e7813d

Monochromatic Colors of #e7d63d

#e7d63d

Complementary Color

#e7d63d #3d4ee7

#e7d63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7d63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7d63d Color CSS Codes

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

#e7d63d Text Font Color

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

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


#e7d63d Background Color

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

This div background color is #e7d63d


#e7d63d Border Color

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

This div border color is #e7d63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7d63d


Comments

No comments written yet.

Please login to write comment.