COLOR #E1D290

HEX: #E1D290
RGB: (225,210,144)

Renk bilgisi

#E1D290 contains mainly red and green colors. #E1D290 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E1D290 color RGB value is (225,210,144).

  • kırmız ton 225;
  • yeşil ton 210;
  • mavi ton 144.
RGB:
(225,210,144)
(88%,82%,56%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 210 of 255 = 82%
B 144 of 255 = 56%

225
210
144

R + G + B ~ 75%. #E1D290 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 210 + 144 = 579 (100%)
R 225 of 579 ~ 38.86%
G 210 of 579 ~ 36.27%
B 144 of 579 ~ 24.87%

%38.86
%36.27
%24.87

CMYK RENK MODELİ

#E1D290 rengi CMYK tonu (0,7,36,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.67%
  • sarı tonu 36.00%
  • ana renk tonu 11.76%
CMYK:
(0,7,36,12)
C0M7Y36K12 
(0%,7%,36%,12%)
(0.00/0.07/0.36/0.12)	

CMYK yüzdeleri

%0
%6.67
%36
%11.76

Codes

Color #E1D290 in popluar color models

E1D290
RGB225210144
HSL49°57.45%72.35%
HSB/HSV49°36.00%88.24%
CMYK0.00%6.67%36.00%
11.76%

Color #E1D290 in popluar number systems.

HEXE1D290
Decimal225210144
Binary111000011101001010010000
Octal341322220

Shades and tints

Shades of #E1D290

#E1D290
(225,210,144)
#CDBF83
(205,191,131)
#B9AC76
(185,172,118)
#A59969
(165,153,105)
#91865C
(145,134,92)
#7D734F
(125,115,79)
#696042
(105,96,66)
#554D35
(85,77,53)
#413A28
(65,58,40)
#2D271B
(45,39,27)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #E1D290

#E1D290
(225,210,144)
#E3D69A
(227,214,154)
#E5DAA4
(229,218,164)
#E7DEAE
(231,222,174)
#E9E2B8
(233,226,184)
#EBE6C2
(235,230,194)
#EDEACC
(237,234,204)
#EFEED6
(239,238,214)
#F1F2E0
(241,242,224)
#F3F6EA
(243,246,234)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D290 color. Also use rgb(225,210,144) instead hex code.

Text Font Color

.myTextColor { color: #E1D290; }

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

This text font color is #E1D290.


Background Color

.myBgColor { background-color: #E1D290; }

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

This div background color is #E1D290.


Border color

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

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

This div border color is #E1D290.


Opacity

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

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

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

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

This text has shadow with #E1D290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D290 on black background.


Color preview on white background

This text has color #E1D290 on white background.



Black color preview on #E1D290 background

This text has black color on #E1D290 background.


White color preview on #E1D290 background

This text has white color on #E1D290 background.