COLOR #E6E29B

HEX: #E6E29B
RGB: (230,226,155)

Renk bilgisi

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

RGB renk modeli

#E6E29B color RGB value is (230,226,155).

  • kırmız ton 230;
  • yeşil ton 226;
  • mavi ton 155.
RGB:
(230,226,155)
(90%,89%,61%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 226 of 255 = 89%
B 155 of 255 = 61%

230
226
155

R + G + B ~ 80%. #E6E29B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 226 + 155 = 611 (100%)
R 230 of 611 ~ 37.64%
G 226 of 611 ~ 36.99%
B 155 of 611 ~ 25.37%

%37.64
%36.99
%25.37

CMYK RENK MODELİ

#E6E29B rengi CMYK tonu (0,2,33,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.74%
  • sarı tonu 32.61%
  • ana renk tonu 9.80%
CMYK:
(0,2,33,10)
C0M2Y33K10 
(0%,2%,33%,10%)
(0.00/0.02/0.33/0.10)	

CMYK yüzdeleri

%0
%1.74
%32.61
%9.8

Codes

Color #E6E29B in popluar color models

E6E29B
RGB230226155
HSL57°60.00%75.49%
HSB/HSV57°32.61%90.20%
CMYK0.00%1.74%32.61%
9.80%

Color #E6E29B in popluar number systems.

HEXE6E29B
Decimal230226155
Binary111001101110001010011011
Octal346342233

Shades and tints

Shades of #E6E29B

#E6E29B
(230,226,155)
#D2CE8D
(210,206,141)
#BEBA7F
(190,186,127)
#AAA671
(170,166,113)
#969263
(150,146,99)
#827E55
(130,126,85)
#6E6A47
(110,106,71)
#5A5639
(90,86,57)
#46422B
(70,66,43)
#322E1D
(50,46,29)
#1E1A0F
(30,26,15)
#000000
(0,0,0)

Tints of #E6E29B

#E6E29B
(230,226,155)
#E8E4A4
(232,228,164)
#EAE6AD
(234,230,173)
#ECE8B6
(236,232,182)
#EEEABF
(238,234,191)
#F0ECC8
(240,236,200)
#F2EED1
(242,238,209)
#F4F0DA
(244,240,218)
#F6F2E3
(246,242,227)
#F8F4EC
(248,244,236)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E29B color. Also use rgb(230,226,155) instead hex code.

Text Font Color

.myTextColor { color: #E6E29B; }

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

This text font color is #E6E29B.


Background Color

.myBgColor { background-color: #E6E29B; }

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

This div background color is #E6E29B.


Border color

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

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

This div border color is #E6E29B.


Opacity

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

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

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

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

This text has shadow with #E6E29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E29B on black background.


Color preview on white background

This text has color #E6E29B on white background.



Black color preview on #E6E29B background

This text has black color on #E6E29B background.


White color preview on #E6E29B background

This text has white color on #E6E29B background.