Color Hex Logo

#e6b658 Color Hex

#E6B658
(230,182,88)
0 Favorites   0 Comments

Color spaces of #e6b658

RGB 23018288
HSL0.110.740.62
HSV40°62°90°
CMYK 0.000.210.62   0.10
XYZ51.122550.983516.3789
Yxy50.98350.43150.4303
Hunter Lab71.40272.846636.3815
CIE-Lab76.66907.190153.4077

#e6b658 color RGB value is (230,182,88).

#e6b658 hex color red value is 230, green value is 182 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #e6b658 hue: 0.11 , saturation: 0.74 and the lightness value of e6b658 is 0.62.

The process color (four color CMYK) of #e6b658 color hex is 0.00, 0.21, 0.62, 0.10. Web safe color of #e6b658 is #ffcc66. Color #e6b658 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10110110 01011000
Octal 346 266 130
Decimal 230 182 88
Hex E6 B6 58

RGB Percentages of Color #e6b658

%46.00
%36.40
%17.60

CMYK Percentages of Color #e6b658

%0
%21
%62
%10

Triadic Colors of #e6b658

#e6b658 #58e6b6 #b658e6

Analogous Colors of #e6b658

#e6b658 #cfe658 #e66f58

Monochromatic Colors of #e6b658

#e6b658

Complementary Color

#e6b658 #5888e6

#e6b658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6b658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6b658 Color CSS Codes

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

#e6b658 Text Font Color

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

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


#e6b658 Background Color

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

This div background color is #e6b658


#e6b658 Border Color

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

This div border color is #e6b658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6b658


Comments

No comments written yet.

Please login to write comment.