COLOR #E6C76E

HEX: #E6C76E
RGB: (230,199,110)

Renk bilgisi

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

RGB renk modeli

#E6C76E color RGB value is (230,199,110).

  • kırmız ton 230;
  • yeşil ton 199;
  • mavi ton 110.
RGB:
(230,199,110)
(90%,78%,43%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 199 of 255 = 78%
B 110 of 255 = 43%

230
199
110

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 199 + 110 = 539 (100%)
R 230 of 539 ~ 42.67%
G 199 of 539 ~ 36.92%
B 110 of 539 ~ 20.41%

%42.67
%36.92
%20.41

CMYK RENK MODELİ

#E6C76E rengi CMYK tonu (0,13,52,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.48%
  • sarı tonu 52.17%
  • ana renk tonu 9.80%
CMYK:
(0,13,52,10)
C0M13Y52K10 
(0%,13%,52%,10%)
(0.00/0.13/0.52/0.10)	

CMYK yüzdeleri

%0
%13.48
%52.17
%9.8

Codes

Color #E6C76E in popluar color models

E6C76E
RGB230199110
HSL45°70.59%66.67%
HSB/HSV45°52.17%90.20%
CMYK0.00%13.48%52.17%
9.80%

Color #E6C76E in popluar number systems.

HEXE6C76E
Decimal230199110
Binary11100110110001111101110
Octal346307156

Shades and tints

Shades of #E6C76E

#E6C76E
(230,199,110)
#D2B564
(210,181,100)
#BEA35A
(190,163,90)
#AA9150
(170,145,80)
#967F46
(150,127,70)
#826D3C
(130,109,60)
#6E5B32
(110,91,50)
#5A4928
(90,73,40)
#46371E
(70,55,30)
#322514
(50,37,20)
#1E130A
(30,19,10)
#000000
(0,0,0)

Tints of #E6C76E

#E6C76E
(230,199,110)
#E8CC7B
(232,204,123)
#EAD188
(234,209,136)
#ECD695
(236,214,149)
#EEDBA2
(238,219,162)
#F0E0AF
(240,224,175)
#F2E5BC
(242,229,188)
#F4EAC9
(244,234,201)
#F6EFD6
(246,239,214)
#F8F4E3
(248,244,227)
#FAF9F0
(250,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C76E color. Also use rgb(230,199,110) instead hex code.

Text Font Color

.myTextColor { color: #E6C76E; }

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

This text font color is #E6C76E.


Background Color

.myBgColor { background-color: #E6C76E; }

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

This div background color is #E6C76E.


Border color

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

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

This div border color is #E6C76E.


Opacity

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

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

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

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

This text has shadow with #E6C76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C76E on black background.


Color preview on white background

This text has color #E6C76E on white background.



Black color preview on #E6C76E background

This text has black color on #E6C76E background.


White color preview on #E6C76E background

This text has white color on #E6C76E background.