COLOR #E1C588

HEX: #E1C588
RGB: (225,197,136)

Renk bilgisi

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

RGB renk modeli

#E1C588 color RGB value is (225,197,136).

  • kırmız ton 225;
  • yeşil ton 197;
  • mavi ton 136.
RGB:
(225,197,136)
(88%,77%,53%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 197 of 255 = 77%
B 136 of 255 = 53%

225
197
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 197 + 136 = 558 (100%)
R 225 of 558 ~ 40.32%
G 197 of 558 ~ 35.3%
B 136 of 558 ~ 24.37%

%40.32
%35.3
%24.37

CMYK RENK MODELİ

#E1C588 rengi CMYK tonu (0,12,40,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.44%
  • sarı tonu 39.56%
  • ana renk tonu 11.76%
CMYK:
(0,12,40,12)
C0M12Y40K12 
(0%,12%,40%,12%)
(0.00/0.12/0.40/0.12)	

CMYK yüzdeleri

%0
%12.44
%39.56
%11.76

Codes

Color #E1C588 in popluar color models

E1C588
RGB225197136
HSL41°59.73%70.78%
HSB/HSV41°39.56%88.24%
CMYK0.00%12.44%39.56%
11.76%

Color #E1C588 in popluar number systems.

HEXE1C588
Decimal225197136
Binary111000011100010110001000
Octal341305210

Shades and tints

Shades of #E1C588

#E1C588
(225,197,136)
#CDB47C
(205,180,124)
#B9A370
(185,163,112)
#A59264
(165,146,100)
#918158
(145,129,88)
#7D704C
(125,112,76)
#695F40
(105,95,64)
#554E34
(85,78,52)
#413D28
(65,61,40)
#2D2C1C
(45,44,28)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #E1C588

#E1C588
(225,197,136)
#E3CA92
(227,202,146)
#E5CF9C
(229,207,156)
#E7D4A6
(231,212,166)
#E9D9B0
(233,217,176)
#EBDEBA
(235,222,186)
#EDE3C4
(237,227,196)
#EFE8CE
(239,232,206)
#F1EDD8
(241,237,216)
#F3F2E2
(243,242,226)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1C588 color. Also use rgb(225,197,136) instead hex code.

Text Font Color

.myTextColor { color: #E1C588; }

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

This text font color is #E1C588.


Background Color

.myBgColor { background-color: #E1C588; }

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

This div background color is #E1C588.


Border color

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

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

This div border color is #E1C588.


Opacity

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

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

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

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

This text has shadow with #E1C588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1C588 on black background.


Color preview on white background

This text has color #E1C588 on white background.



Black color preview on #E1C588 background

This text has black color on #E1C588 background.


White color preview on #E1C588 background

This text has white color on #E1C588 background.