COLOR #E6DF4C

HEX: #E6DF4C
RGB: (230,223,76)

Renk bilgisi

#E6DF4C contains mainly red and green colors. #E6DF4C ‘ nin web güvenlik rengi #CCCC33 (ya da #CC3) dir.

RGB renk modeli

#E6DF4C color RGB value is (230,223,76).

  • kırmız ton 230;
  • yeşil ton 223;
  • mavi ton 76.
RGB:
(230,223,76)
(90%,87%,30%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 223 of 255 = 87%
B 76 of 255 = 30%

230
223
76

R + G + B ~ 69%. #E6DF4C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 223 + 76 = 529 (100%)
R 230 of 529 ~ 43.48%
G 223 of 529 ~ 42.16%
B 76 of 529 ~ 14.37%

%43.48
%42.16
%14.37

CMYK RENK MODELİ

#E6DF4C rengi CMYK tonu (0,3,67,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.04%
  • sarı tonu 66.96%
  • ana renk tonu 9.80%
CMYK:
(0,3,67,10)
C0M3Y67K10 
(0%,3%,67%,10%)
(0.00/0.03/0.67/0.10)	

CMYK yüzdeleri

%0
%3.04
%66.96
%9.8

Codes

Color #E6DF4C in popluar color models

E6DF4C
RGB23022376
HSL57°75.49%60.00%
HSB/HSV57°66.96%90.20%
CMYK0.00%3.04%66.96%
9.80%

Color #E6DF4C in popluar number systems.

HEXE6DF4C
Decimal23022376
Binary11100110110111111001100
Octal346337114

Shades and tints

Shades of #E6DF4C

#E6DF4C
(230,223,76)
#D2CB46
(210,203,70)
#BEB740
(190,183,64)
#AAA33A
(170,163,58)
#968F34
(150,143,52)
#827B2E
(130,123,46)
#6E6728
(110,103,40)
#5A5322
(90,83,34)
#463F1C
(70,63,28)
#322B16
(50,43,22)
#1E1710
(30,23,16)
#000000
(0,0,0)

Tints of #E6DF4C

#E6DF4C
(230,223,76)
#E8E15C
(232,225,92)
#EAE36C
(234,227,108)
#ECE57C
(236,229,124)
#EEE78C
(238,231,140)
#F0E99C
(240,233,156)
#F2EBAC
(242,235,172)
#F4EDBC
(244,237,188)
#F6EFCC
(246,239,204)
#F8F1DC
(248,241,220)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DF4C color. Also use rgb(230,223,76) instead hex code.

Text Font Color

.myTextColor { color: #E6DF4C; }

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

This text font color is #E6DF4C.


Background Color

.myBgColor { background-color: #E6DF4C; }

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

This div background color is #E6DF4C.


Border color

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

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

This div border color is #E6DF4C.


Opacity

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

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

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

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

This text has shadow with #E6DF4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DF4C on black background.


Color preview on white background

This text has color #E6DF4C on white background.



Black color preview on #E6DF4C background

This text has black color on #E6DF4C background.


White color preview on #E6DF4C background

This text has white color on #E6DF4C background.