Color Hex Logo

#e6d37a Color Hex

#E6D37A
(230,211,122)
0 Favorites   0 Comments

Color spaces of #e6d37a

RGB 230211122
HSL0.140.680.69
HSV49°47°90°
CMYK 0.000.080.47   0.10
XYZ59.440264.816727.7904
Yxy64.81670.39090.4263
Hunter Lab80.5088-9.102735.8902
CIE-Lab84.3892-5.132146.2199

#e6d37a color RGB value is (230,211,122).

#e6d37a hex color red value is 230, green value is 211 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #e6d37a hue: 0.14 , saturation: 0.68 and the lightness value of e6d37a is 0.69.

The process color (four color CMYK) of #e6d37a color hex is 0.00, 0.08, 0.47, 0.10. Web safe color of #e6d37a is #ffcc66. Color #e6d37a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11010011 01111010
Octal 346 323 172
Decimal 230 211 122
Hex E6 D3 7A

RGB Percentages of Color #e6d37a

%40.85
%37.48
%21.67

CMYK Percentages of Color #e6d37a

%0
%8
%47
%10

Triadic Colors of #e6d37a

#e6d37a #7ae6d3 #d37ae6

Analogous Colors of #e6d37a

#e6d37a #c3e67a #e69d7a

Monochromatic Colors of #e6d37a

#e6d37a

Complementary Color

#e6d37a #7a8de6

#e6d37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6d37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6d37a Color CSS Codes

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

#e6d37a Text Font Color

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

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


#e6d37a Background Color

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

This div background color is #e6d37a


#e6d37a Border Color

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

This div border color is #e6d37a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,211,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6d37a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6d37a;
  -webkit-box-shadow: 1px 1px 3px 2px #e6d37a;
  box-shadow:         1px 1px 3px 2px #e6d37a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,211,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6d37a


Comments

No comments written yet.

Please login to write comment.