COLOR #E6DB75

HEX: #E6DB75
RGB: (230,219,117)

Renk bilgisi

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

RGB renk modeli

#E6DB75 color RGB value is (230,219,117).

  • kırmız ton 230;
  • yeşil ton 219;
  • mavi ton 117.
RGB:
(230,219,117)
(90%,86%,46%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 219 of 255 = 86%
B 117 of 255 = 46%

230
219
117

R + G + B ~ 74%. #E6DB75 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 219 + 117 = 566 (100%)
R 230 of 566 ~ 40.64%
G 219 of 566 ~ 38.69%
B 117 of 566 ~ 20.67%

%40.64
%38.69
%20.67

CMYK RENK MODELİ

#E6DB75 rengi CMYK tonu (0,5,49,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.78%
  • sarı tonu 49.13%
  • ana renk tonu 9.80%
CMYK:
(0,5,49,10)
C0M5Y49K10 
(0%,5%,49%,10%)
(0.00/0.05/0.49/0.10)	

CMYK yüzdeleri

%0
%4.78
%49.13
%9.8

Codes

Color #E6DB75 in popluar color models

E6DB75
RGB230219117
HSL54°69.33%68.04%
HSB/HSV54°49.13%90.20%
CMYK0.00%4.78%49.13%
9.80%

Color #E6DB75 in popluar number systems.

HEXE6DB75
Decimal230219117
Binary11100110110110111110101
Octal346333165

Shades and tints

Shades of #E6DB75

#E6DB75
(230,219,117)
#D2C86B
(210,200,107)
#BEB561
(190,181,97)
#AAA257
(170,162,87)
#968F4D
(150,143,77)
#827C43
(130,124,67)
#6E6939
(110,105,57)
#5A562F
(90,86,47)
#464325
(70,67,37)
#32301B
(50,48,27)
#1E1D11
(30,29,17)
#000000
(0,0,0)

Tints of #E6DB75

#E6DB75
(230,219,117)
#E8DE81
(232,222,129)
#EAE18D
(234,225,141)
#ECE499
(236,228,153)
#EEE7A5
(238,231,165)
#F0EAB1
(240,234,177)
#F2EDBD
(242,237,189)
#F4F0C9
(244,240,201)
#F6F3D5
(246,243,213)
#F8F6E1
(248,246,225)
#FAF9ED
(250,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DB75 color. Also use rgb(230,219,117) instead hex code.

Text Font Color

.myTextColor { color: #E6DB75; }

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

This text font color is #E6DB75.


Background Color

.myBgColor { background-color: #E6DB75; }

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

This div background color is #E6DB75.


Border color

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

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

This div border color is #E6DB75.


Opacity

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

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

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

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

This text has shadow with #E6DB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DB75 on black background.


Color preview on white background

This text has color #E6DB75 on white background.



Black color preview on #E6DB75 background

This text has black color on #E6DB75 background.


White color preview on #E6DB75 background

This text has white color on #E6DB75 background.