COLOR #E2E187

HEX: #E2E187
RGB: (226,225,135)

Renk bilgisi

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

RGB renk modeli

#E2E187 color RGB value is (226,225,135).

  • kırmız ton 226;
  • yeşil ton 225;
  • mavi ton 135.
RGB:
(226,225,135)
(89%,88%,53%)

RGB bağlantıları ve doygunluk

R 226 of 255 = 89%
G 225 of 255 = 88%
B 135 of 255 = 53%

226
225
135

R + G + B ~ 77%. #E2E187 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
226 + 225 + 135 = 586 (100%)
R 226 of 586 ~ 38.57%
G 225 of 586 ~ 38.4%
B 135 of 586 ~ 23.04%

%38.57
%38.4
%23.04

CMYK RENK MODELİ

#E2E187 rengi CMYK tonu (0,0,40,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.44%
  • sarı tonu 40.27%
  • ana renk tonu 11.37%
CMYK:
(0,0,40,11)
C0M0Y40K11 
(0%,0%,40%,11%)
(0.00/0.00/0.40/0.11)	

CMYK yüzdeleri

%0
%0.44
%40.27
%11.37

Codes

Color #E2E187 in popluar color models

E2E187
RGB226225135
HSL59°61.07%70.78%
HSB/HSV59°40.27%88.63%
CMYK0.00%0.44%40.27%
11.37%

Color #E2E187 in popluar number systems.

HEXE2E187
Decimal226225135
Binary111000101110000110000111
Octal342341207

Shades and tints

Shades of #E2E187

#E2E187
(226,225,135)
#CECD7B
(206,205,123)
#BAB96F
(186,185,111)
#A6A563
(166,165,99)
#929157
(146,145,87)
#7E7D4B
(126,125,75)
#6A693F
(106,105,63)
#565533
(86,85,51)
#424127
(66,65,39)
#2E2D1B
(46,45,27)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #E2E187

#E2E187
(226,225,135)
#E4E391
(228,227,145)
#E6E59B
(230,229,155)
#E8E7A5
(232,231,165)
#EAE9AF
(234,233,175)
#ECEBB9
(236,235,185)
#EEEDC3
(238,237,195)
#F0EFCD
(240,239,205)
#F2F1D7
(242,241,215)
#F4F3E1
(244,243,225)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E187 color. Also use rgb(226,225,135) instead hex code.

Text Font Color

.myTextColor { color: #E2E187; }

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

This text font color is #E2E187.


Background Color

.myBgColor { background-color: #E2E187; }

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

This div background color is #E2E187.


Border color

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

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

This div border color is #E2E187.


Opacity

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

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

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

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

This text has shadow with #E2E187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E187 on black background.


Color preview on white background

This text has color #E2E187 on white background.



Black color preview on #E2E187 background

This text has black color on #E2E187 background.


White color preview on #E2E187 background

This text has white color on #E2E187 background.