COLOR #E6C06F

HEX: #E6C06F
RGB: (230,192,111)

Renk bilgisi

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

RGB renk modeli

#E6C06F color RGB value is (230,192,111).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 192 of 255 = 75%
B 111 of 255 = 44%

230
192
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 192 + 111 = 533 (100%)
R 230 of 533 ~ 43.15%
G 192 of 533 ~ 36.02%
B 111 of 533 ~ 20.83%

%43.15
%36.02
%20.83

CMYK RENK MODELİ

#E6C06F rengi CMYK tonu (0,17,52,10).

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

CMYK yüzdeleri

%0
%16.52
%51.74
%9.8

Codes

Color #E6C06F in popluar color models

E6C06F
RGB230192111
HSL41°70.41%66.86%
HSB/HSV41°51.74%90.20%
CMYK0.00%16.52%51.74%
9.80%

Color #E6C06F in popluar number systems.

HEXE6C06F
Decimal230192111
Binary11100110110000001101111
Octal346300157

Shades and tints

Shades of #E6C06F

#E6C06F
(230,192,111)
#D2AF65
(210,175,101)
#BE9E5B
(190,158,91)
#AA8D51
(170,141,81)
#967C47
(150,124,71)
#826B3D
(130,107,61)
#6E5A33
(110,90,51)
#5A4929
(90,73,41)
#46381F
(70,56,31)
#322715
(50,39,21)
#1E160B
(30,22,11)
#000000
(0,0,0)

Tints of #E6C06F

#E6C06F
(230,192,111)
#E8C57C
(232,197,124)
#EACA89
(234,202,137)
#ECCF96
(236,207,150)
#EED4A3
(238,212,163)
#F0D9B0
(240,217,176)
#F2DEBD
(242,222,189)
#F4E3CA
(244,227,202)
#F6E8D7
(246,232,215)
#F8EDE4
(248,237,228)
#FAF2F1
(250,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C06F; }

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

This text font color is #E6C06F.


Background Color

.myBgColor { background-color: #E6C06F; }

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

This div background color is #E6C06F.


Border color

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

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

This div border color is #E6C06F.


Opacity

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

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

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

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

This text has shadow with #E6C06F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C06F on black background.


Color preview on white background

This text has color #E6C06F on white background.



Black color preview on #E6C06F background

This text has black color on #E6C06F background.


White color preview on #E6C06F background

This text has white color on #E6C06F background.