COLOR #E4DB75

HEX: #E4DB75
RGB: (228,219,117)

Renk bilgisi

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

RGB renk modeli

#E4DB75 color RGB value is (228,219,117).

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

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 219 of 255 = 86%
B 117 of 255 = 46%

228
219
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 219 + 117 = 564 (100%)
R 228 of 564 ~ 40.43%
G 219 of 564 ~ 38.83%
B 117 of 564 ~ 20.74%

%40.43
%38.83
%20.74

CMYK RENK MODELİ

#E4DB75 rengi CMYK tonu (0,4,49,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.95%
  • sarı tonu 48.68%
  • ana renk tonu 10.59%
CMYK:
(0,4,49,11)
C0M4Y49K11 
(0%,4%,49%,11%)
(0.00/0.04/0.49/0.11)	

CMYK yüzdeleri

%0
%3.95
%48.68
%10.59

Codes

Color #E4DB75 in popluar color models

E4DB75
RGB228219117
HSL55°67.27%67.65%
HSB/HSV55°48.68%89.41%
CMYK0.00%3.95%48.68%
10.59%

Color #E4DB75 in popluar number systems.

HEXE4DB75
Decimal228219117
Binary11100100110110111110101
Octal344333165

Shades and tints

Shades of #E4DB75

#E4DB75
(228,219,117)
#D0C86B
(208,200,107)
#BCB561
(188,181,97)
#A8A257
(168,162,87)
#948F4D
(148,143,77)
#807C43
(128,124,67)
#6C6939
(108,105,57)
#58562F
(88,86,47)
#444325
(68,67,37)
#30301B
(48,48,27)
#1C1D11
(28,29,17)
#000000
(0,0,0)

Tints of #E4DB75

#E4DB75
(228,219,117)
#E6DE81
(230,222,129)
#E8E18D
(232,225,141)
#EAE499
(234,228,153)
#ECE7A5
(236,231,165)
#EEEAB1
(238,234,177)
#F0EDBD
(240,237,189)
#F2F0C9
(242,240,201)
#F4F3D5
(244,243,213)
#F6F6E1
(246,246,225)
#F8F9ED
(248,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DB75; }

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

This text font color is #E4DB75.


Background Color

.myBgColor { background-color: #E4DB75; }

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

This div background color is #E4DB75.


Border color

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

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

This div border color is #E4DB75.


Opacity

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

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

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

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

This text has shadow with #E4DB75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DB75 on black background.


Color preview on white background

This text has color #E4DB75 on white background.



Black color preview on #E4DB75 background

This text has black color on #E4DB75 background.


White color preview on #E4DB75 background

This text has white color on #E4DB75 background.