COLOR #E6B57A

HEX: #E6B57A
RGB: (230,181,122)

Renk bilgisi

#E6B57A contains mainly red and green colors. #E6B57A ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#E6B57A color RGB value is (230,181,122).

  • kırmız ton 230;
  • yeşil ton 181;
  • mavi ton 122.
RGB:
(230,181,122)
(90%,71%,48%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 181 of 255 = 71%
B 122 of 255 = 48%

230
181
122

R + G + B ~ 70%. #E6B57A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 181 + 122 = 533 (100%)
R 230 of 533 ~ 43.15%
G 181 of 533 ~ 33.96%
B 122 of 533 ~ 22.89%

%43.15
%33.96
%22.89

CMYK RENK MODELİ

#E6B57A rengi CMYK tonu (0,21,47,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.30%
  • sarı tonu 46.96%
  • ana renk tonu 9.80%
CMYK:
(0,21,47,10)
C0M21Y47K10 
(0%,21%,47%,10%)
(0.00/0.21/0.47/0.10)	

CMYK yüzdeleri

%0
%21.3
%46.96
%9.8

Codes

Color #E6B57A in popluar color models

E6B57A
RGB230181122
HSL33°68.35%69.02%
HSB/HSV33°46.96%90.20%
CMYK0.00%21.30%46.96%
9.80%

Color #E6B57A in popluar number systems.

HEXE6B57A
Decimal230181122
Binary11100110101101011111010
Octal346265172

Shades and tints

Shades of #E6B57A

#E6B57A
(230,181,122)
#D2A56F
(210,165,111)
#BE9564
(190,149,100)
#AA8559
(170,133,89)
#96754E
(150,117,78)
#826543
(130,101,67)
#6E5538
(110,85,56)
#5A452D
(90,69,45)
#463522
(70,53,34)
#322517
(50,37,23)
#1E150C
(30,21,12)
#000000
(0,0,0)

Tints of #E6B57A

#E6B57A
(230,181,122)
#E8BB86
(232,187,134)
#EAC192
(234,193,146)
#ECC79E
(236,199,158)
#EECDAA
(238,205,170)
#F0D3B6
(240,211,182)
#F2D9C2
(242,217,194)
#F4DFCE
(244,223,206)
#F6E5DA
(246,229,218)
#F8EBE6
(248,235,230)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B57A color. Also use rgb(230,181,122) instead hex code.

Text Font Color

.myTextColor { color: #E6B57A; }

<p style="color:#E6B57A">This sample text font color is #E6B57A.</p>

This text font color is #E6B57A.


Background Color

.myBgColor { background-color: #E6B57A; }

<div style="background-color:#E6B57A">Inner text</div>

This div background color is #E6B57A.


Border color

.myBorderColor { border: 1px solid #E6B57A; }

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

This div border color is #E6B57A.


Opacity

.myOpacity80 { color: #E6B57A; opacity: 0.8; }

<p style="color:#E6B57A;opacity:0.8;">80%</p>

Text with #E6B57A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E6B57A;}

<p style="text-shadow: 3px 3px 1px #E6B57A">Text here.</p>

This text has shadow with #E6B57A color.

.textShadow {text-shadow: 3px 3px 1px #E6B57A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6B57A, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6B57A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6B57A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6B57A, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6B57A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E6B57A;
  -webkit-box-shadow:	1px 1px 3px 2px #E6B57A;
  box-shadow:		1px 1px 3px 2px #E6B57A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6B57A;
-webkit-box-shadow: 1px 1px 3px 2px #E6B57A;
box-shadow:1px 1px 3px 2px #E6B57A;">
Div content here</div>
This div box has shadow with color #E6B57A.

Preview

Color preview on black background

This text has color #E6B57A on black background.


Color preview on white background

This text has color #E6B57A on white background.



Black color preview on #E6B57A background

This text has black color on #E6B57A background.


White color preview on #E6B57A background

This text has white color on #E6B57A background.