Color Hex Logo

#e6b19a Color Hex

#E6B19A
(230,177,154)
0 Favorites   0 Comments

Color spaces of #e6b19a

RGB 230177154
HSL0.050.600.75
HSV18°33°90°
CMYK 0.000.230.33   0.10
XYZ54.188050.600437.4827
Yxy50.60040.38090.3557
Hunter Lab71.134011.492218.5520
CIE-Lab76.436316.163419.2034

#e6b19a color RGB value is (230,177,154).

#e6b19a hex color red value is 230, green value is 177 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #e6b19a hue: 0.05 , saturation: 0.60 and the lightness value of e6b19a is 0.75.

The process color (four color CMYK) of #e6b19a color hex is 0.00, 0.23, 0.33, 0.10. Web safe color of #e6b19a is #ff9999. Color #e6b19a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10110001 10011010
Octal 346 261 232
Decimal 230 177 154
Hex E6 B1 9A

RGB Percentages of Color #e6b19a

%41.00
%31.55
%27.45

CMYK Percentages of Color #e6b19a

%0
%23
%33
%10

Triadic Colors of #e6b19a

#e6b19a #9ae6b1 #b19ae6

Analogous Colors of #e6b19a

#e6b19a #e6d79a #e69aa9

Monochromatic Colors of #e6b19a

#e6b19a

Complementary Color

#e6b19a #9acfe6

#e6b19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6b19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6b19a Color CSS Codes

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

#e6b19a Text Font Color

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

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


#e6b19a Background Color

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

This div background color is #e6b19a


#e6b19a Border Color

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

This div border color is #e6b19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6b19a


Comments

No comments written yet.

Please login to write comment.