COLOR #E5E590

HEX: #E5E590 RGB: (229,229,144)

Renk bilgisi

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

RGB renk modeli

#E5E590 color RGB value is (229,229,144).

RGB: (229,229,144) (90%, 90%, 56%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 229 of 255 = 90%
B 144 of 255 = 56%

229
229
144

R + G + B ~ 79%. #E5E590 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 229 + 229 + 144 = 602 (100%)
R 229 of 602 ~ 38.04%
G 229 of 602 ~ 38.04%
B 144 of 602 ~ 23.92'%

%38.04
%38.04
%23.92

CMYK RENK MODELİ

#E5E590 rengi CMYK tonu (0,0,37,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 37.12%
  • ana renk tonu 10.20%

CMYK: (0,0,37,10)
C0M0Y37K10 (0%, 0%, 37%, 10%)
(0.00 / 0.00 / 0.37 / 0.10)

CMYK yüzdeleri

%0
%0
%37.12
%10.2

Codes

Color #E5E590 in popluar color models

E5 E5 90
RGB 229 229 144
HSL 60° 62.04% 73.14%
HSB/HSV 60° 37.12% 89.80%
CMYK 0.00% 0.00% 37.12%
10.20%

Color #E5E590 in popluar number systems.

HEX E5 E5 90
Decimal 229 229 144
Binary 11100101 11100101 10010000
Octal 345 345 220

Shades and tints

Shades of #E5E590

#E5E590
(229,229,144)
#D1D183
(209,209,131)
#BDBD76
(189,189,118)
#A9A969
(169,169,105)
#95955C
(149,149,92)
#81814F
(129,129,79)
#6D6D42
(109,109,66)
#595935
(89,89,53)
#454528
(69,69,40)
#31311B
(49,49,27)
#1D1D0E
(29,29,14)
#000000
(0,0,0)

Tints of #E5E590

#E5E590
(229,229,144)
#E7E79A
(231,231,154)
#E9E9A4
(233,233,164)
#EBEBAE
(235,235,174)
#EDEDB8
(237,237,184)
#EFEFC2
(239,239,194)
#F1F1CC
(241,241,204)
#F3F3D6
(243,243,214)
#F5F5E0
(245,245,224)
#F7F7EA
(247,247,234)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E590; }

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

This text font color is #E5E590.

Background Color

.myBgColor { background-color: #E5E590; }

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

This div background color is #E5E590.

Border color

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

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

This div border color is #E5E590.

Opacity

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

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

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

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

This text has shadow with #E5E590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E590.

Preview

Color preview on black background

This text has color #E5E590 on black background.


Color preview on white background

This text has color #E5E590 on white background.


Black color preview on #E5E590 background

This text has black color on #E5E590 background.


White color preview on #E5E590 background

This text has white color on #E5E590 background.


Related colors

Complementary color

Complementary color for #hex is #1A1A6F.


I love getcolorcode.com