COLOR #E1DB71

HEX: #E1DB71
RGB: (225,219,113)

Renk bilgisi

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

RGB renk modeli

#E1DB71 color RGB value is (225,219,113).

  • kırmız ton 225;
  • yeşil ton 219;
  • mavi ton 113.
RGB:
(225,219,113)
(88%,86%,44%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 219 of 255 = 86%
B 113 of 255 = 44%

225
219
113

R + G + B ~ 73%. #E1DB71 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 219 + 113 = 557 (100%)
R 225 of 557 ~ 40.39%
G 219 of 557 ~ 39.32%
B 113 of 557 ~ 20.29%

%40.39
%39.32
%20.29

CMYK RENK MODELİ

#E1DB71 rengi CMYK tonu (0,3,50,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.67%
  • sarı tonu 49.78%
  • ana renk tonu 11.76%
CMYK:
(0,3,50,12)
C0M3Y50K12 
(0%,3%,50%,12%)
(0.00/0.03/0.50/0.12)	

CMYK yüzdeleri

%0
%2.67
%49.78
%11.76

Codes

Color #E1DB71 in popluar color models

E1DB71
RGB225219113
HSL57°65.12%66.27%
HSB/HSV57°49.78%88.24%
CMYK0.00%2.67%49.78%
11.76%

Color #E1DB71 in popluar number systems.

HEXE1DB71
Decimal225219113
Binary11100001110110111110001
Octal341333161

Shades and tints

Shades of #E1DB71

#E1DB71
(225,219,113)
#CDC867
(205,200,103)
#B9B55D
(185,181,93)
#A5A253
(165,162,83)
#918F49
(145,143,73)
#7D7C3F
(125,124,63)
#696935
(105,105,53)
#55562B
(85,86,43)
#414321
(65,67,33)
#2D3017
(45,48,23)
#191D0D
(25,29,13)
#000000
(0,0,0)

Tints of #E1DB71

#E1DB71
(225,219,113)
#E3DE7D
(227,222,125)
#E5E189
(229,225,137)
#E7E495
(231,228,149)
#E9E7A1
(233,231,161)
#EBEAAD
(235,234,173)
#EDEDB9
(237,237,185)
#EFF0C5
(239,240,197)
#F1F3D1
(241,243,209)
#F3F6DD
(243,246,221)
#F5F9E9
(245,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DB71 color. Also use rgb(225,219,113) instead hex code.

Text Font Color

.myTextColor { color: #E1DB71; }

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

This text font color is #E1DB71.


Background Color

.myBgColor { background-color: #E1DB71; }

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

This div background color is #E1DB71.


Border color

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

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

This div border color is #E1DB71.


Opacity

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

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

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

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

This text has shadow with #E1DB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DB71 on black background.


Color preview on white background

This text has color #E1DB71 on white background.



Black color preview on #E1DB71 background

This text has black color on #E1DB71 background.


White color preview on #E1DB71 background

This text has white color on #E1DB71 background.