COLOR #E6C29A

HEX: #E6C29A
RGB: (230,194,154)

Renk bilgisi

#E6C29A contains mainly red and green colors. #E6C29A ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E6C29A color RGB value is (230,194,154).

  • kırmız ton 230;
  • yeşil ton 194;
  • mavi ton 154.
RGB:
(230,194,154)
(90%,76%,60%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 194 of 255 = 76%
B 154 of 255 = 60%

230
194
154

R + G + B ~ 75%. #E6C29A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 194 + 154 = 578 (100%)
R 230 of 578 ~ 39.79%
G 194 of 578 ~ 33.56%
B 154 of 578 ~ 26.64%

%39.79
%33.56
%26.64

CMYK RENK MODELİ

#E6C29A rengi CMYK tonu (0,16,33,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.65%
  • sarı tonu 33.04%
  • ana renk tonu 9.80%
CMYK:
(0,16,33,10)
C0M16Y33K10 
(0%,16%,33%,10%)
(0.00/0.16/0.33/0.10)	

CMYK yüzdeleri

%0
%15.65
%33.04
%9.8

Codes

Color #E6C29A in popluar color models

E6C29A
RGB230194154
HSL32°60.32%75.29%
HSB/HSV32°33.04%90.20%
CMYK0.00%15.65%33.04%
9.80%

Color #E6C29A in popluar number systems.

HEXE6C29A
Decimal230194154
Binary111001101100001010011010
Octal346302232

Shades and tints

Shades of #E6C29A

#E6C29A
(230,194,154)
#D2B18C
(210,177,140)
#BEA07E
(190,160,126)
#AA8F70
(170,143,112)
#967E62
(150,126,98)
#826D54
(130,109,84)
#6E5C46
(110,92,70)
#5A4B38
(90,75,56)
#463A2A
(70,58,42)
#32291C
(50,41,28)
#1E180E
(30,24,14)
#000000
(0,0,0)

Tints of #E6C29A

#E6C29A
(230,194,154)
#E8C7A3
(232,199,163)
#EACCAC
(234,204,172)
#ECD1B5
(236,209,181)
#EED6BE
(238,214,190)
#F0DBC7
(240,219,199)
#F2E0D0
(242,224,208)
#F4E5D9
(244,229,217)
#F6EAE2
(246,234,226)
#F8EFEB
(248,239,235)
#FAF4F4
(250,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C29A color. Also use rgb(230,194,154) instead hex code.

Text Font Color

.myTextColor { color: #E6C29A; }

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

This text font color is #E6C29A.


Background Color

.myBgColor { background-color: #E6C29A; }

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

This div background color is #E6C29A.


Border color

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

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

This div border color is #E6C29A.


Opacity

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

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

Text with #E6C29A 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 #E6C29A;}

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

This text has shadow with #E6C29A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C29A on black background.


Color preview on white background

This text has color #E6C29A on white background.



Black color preview on #E6C29A background

This text has black color on #E6C29A background.


White color preview on #E6C29A background

This text has white color on #E6C29A background.