COLOR #E6CE6F

HEX: #E6CE6F
RGB: (230,206,111)

Renk bilgisi

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

RGB renk modeli

#E6CE6F color RGB value is (230,206,111).

  • kırmız ton 230;
  • yeşil ton 206;
  • mavi ton 111.
RGB:
(230,206,111)
(90%,81%,44%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 206 of 255 = 81%
B 111 of 255 = 44%

230
206
111

R + G + B ~ 72%. #E6CE6F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 206 + 111 = 547 (100%)
R 230 of 547 ~ 42.05%
G 206 of 547 ~ 37.66%
B 111 of 547 ~ 20.29%

%42.05
%37.66
%20.29

CMYK RENK MODELİ

#E6CE6F rengi CMYK tonu (0,10,52,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.43%
  • sarı tonu 51.74%
  • ana renk tonu 9.80%
CMYK:
(0,10,52,10)
C0M10Y52K10 
(0%,10%,52%,10%)
(0.00/0.10/0.52/0.10)	

CMYK yüzdeleri

%0
%10.43
%51.74
%9.8

Codes

Color #E6CE6F in popluar color models

E6CE6F
RGB230206111
HSL48°70.41%66.86%
HSB/HSV48°51.74%90.20%
CMYK0.00%10.43%51.74%
9.80%

Color #E6CE6F in popluar number systems.

HEXE6CE6F
Decimal230206111
Binary11100110110011101101111
Octal346316157

Shades and tints

Shades of #E6CE6F

#E6CE6F
(230,206,111)
#D2BC65
(210,188,101)
#BEAA5B
(190,170,91)
#AA9851
(170,152,81)
#968647
(150,134,71)
#82743D
(130,116,61)
#6E6233
(110,98,51)
#5A5029
(90,80,41)
#463E1F
(70,62,31)
#322C15
(50,44,21)
#1E1A0B
(30,26,11)
#000000
(0,0,0)

Tints of #E6CE6F

#E6CE6F
(230,206,111)
#E8D27C
(232,210,124)
#EAD689
(234,214,137)
#ECDA96
(236,218,150)
#EEDEA3
(238,222,163)
#F0E2B0
(240,226,176)
#F2E6BD
(242,230,189)
#F4EACA
(244,234,202)
#F6EED7
(246,238,215)
#F8F2E4
(248,242,228)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CE6F color. Also use rgb(230,206,111) instead hex code.

Text Font Color

.myTextColor { color: #E6CE6F; }

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

This text font color is #E6CE6F.


Background Color

.myBgColor { background-color: #E6CE6F; }

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

This div background color is #E6CE6F.


Border color

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

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

This div border color is #E6CE6F.


Opacity

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

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

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

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

This text has shadow with #E6CE6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CE6F on black background.


Color preview on white background

This text has color #E6CE6F on white background.



Black color preview on #E6CE6F background

This text has black color on #E6CE6F background.


White color preview on #E6CE6F background

This text has white color on #E6CE6F background.