Color Hex Logo

#e6d511 Color Hex

#E6D511
(230,213,17)
0 Favorites   0 Comments

Color spaces of #e6d511

RGB 23021317
HSL0.150.860.48
HSV55°93°90°
CMYK 0.000.070.93   0.10
XYZ56.528664.45209.9914
Yxy64.45200.43160.4921
Hunter Lab80.2820-14.807148.8185
CIE-Lab84.2006-11.417782.5501

#e6d511 color RGB value is (230,213,17).

#e6d511 hex color red value is 230, green value is 213 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #e6d511 hue: 0.15 , saturation: 0.86 and the lightness value of e6d511 is 0.48.

The process color (four color CMYK) of #e6d511 color hex is 0.00, 0.07, 0.93, 0.10. Web safe color of #e6d511 is #ffcc00. Color #e6d511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11010101 00010001
Octal 346 325 21
Decimal 230 213 17
Hex E6 D5 11

RGB Percentages of Color #e6d511

%50.00
%46.30
%3.70

CMYK Percentages of Color #e6d511

%0
%7
%93
%10

Triadic Colors of #e6d511

#e6d511 #11e6d5 #d511e6

Analogous Colors of #e6d511

#e6d511 #8de611 #e66b11

Monochromatic Colors of #e6d511

#e6d511

Complementary Color

#e6d511 #1122e6

#e6d511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6d511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6d511 Color CSS Codes

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

#e6d511 Text Font Color

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

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


#e6d511 Background Color

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

This div background color is #e6d511


#e6d511 Border Color

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

This div border color is #e6d511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6d511


Comments

No comments written yet.

Please login to write comment.