COLOR #E5E595

HEX: #E5E595 RGB: (229,229,149)

Renk bilgisi

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

RGB renk modeli

#E5E595 color RGB value is (229,229,149).

RGB: (229,229,149) (90%, 90%, 58%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 229 of 255 = 90%
B 149 of 255 = 58%

229
229
149

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

Yüzdelerle RGB renk parçaları

R + G + B = 229 + 229 + 149 = 607 (100%)
R 229 of 607 ~ 37.73%
G 229 of 607 ~ 37.73%
B 149 of 607 ~ 24.55'%

%37.73
%37.73
%24.55

CMYK RENK MODELİ

#E5E595 rengi CMYK tonu (0,0,35,10).

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

CMYK: (0,0,35,10)
C0M0Y35K10 (0%, 0%, 35%, 10%)
(0.00 / 0.00 / 0.35 / 0.10)

CMYK yüzdeleri

%0
%0
%34.93
%10.2

Codes

Color #E5E595 in popluar color models

E5 E5 95
RGB 229 229 149
HSL 60° 60.61% 74.12%
HSB/HSV 60° 34.93% 89.80%
CMYK 0.00% 0.00% 34.93%
10.20%

Color #E5E595 in popluar number systems.

HEX E5 E5 95
Decimal 229 229 149
Binary 11100101 11100101 10010101
Octal 345 345 225

Shades and tints

Shades of #E5E595

#E5E595
(229,229,149)
#D1D188
(209,209,136)
#BDBD7B
(189,189,123)
#A9A96E
(169,169,110)
#959561
(149,149,97)
#818154
(129,129,84)
#6D6D47
(109,109,71)
#59593A
(89,89,58)
#45452D
(69,69,45)
#313120
(49,49,32)
#1D1D13
(29,29,19)
#000000
(0,0,0)

Tints of #E5E595

#E5E595
(229,229,149)
#E7E79E
(231,231,158)
#E9E9A7
(233,233,167)
#EBEBB0
(235,235,176)
#EDEDB9
(237,237,185)
#EFEFC2
(239,239,194)
#F1F1CB
(241,241,203)
#F3F3D4
(243,243,212)
#F5F5DD
(245,245,221)
#F7F7E6
(247,247,230)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E595; }

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

This text font color is #E5E595.

Background Color

.myBgColor { background-color: #E5E595; }

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

This div background color is #E5E595.

Border color

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

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

This div border color is #E5E595.

Opacity

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

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

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

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

This text has shadow with #E5E595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E595.

Preview

Color preview on black background

This text has color #E5E595 on black background.


Color preview on white background

This text has color #E5E595 on white background.


Black color preview on #E5E595 background

This text has black color on #E5E595 background.


White color preview on #E5E595 background

This text has white color on #E5E595 background.


Related colors

Complementary color

Complementary color for #hex is #1A1A6A.


I love getcolorcode.com