COLOR #E5995D

HEX: #E5995D
RGB: (229,153,93)

Renk bilgisi

#E5995D contains mainly red color. #E5995D ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E5995D color RGB value is (229,153,93).

  • kırmız ton 229;
  • yeşil ton 153;
  • mavi ton 93.
RGB:
(229,153,93)
(90%,60%,36%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 153 of 255 = 60%
B 93 of 255 = 36%

229
153
93

R + G + B ~ 62%. #E5995D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 153 + 93 = 475 (100%)
R 229 of 475 ~ 48.21%
G 153 of 475 ~ 32.21%
B 93 of 475 ~ 19.58%

%48.21
%32.21
%19.58

CMYK RENK MODELİ

#E5995D rengi CMYK tonu (0,33,59,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.19%
  • sarı tonu 59.39%
  • ana renk tonu 10.20%
CMYK:
(0,33,59,10)
C0M33Y59K10 
(0%,33%,59%,10%)
(0.00/0.33/0.59/0.10)	

CMYK yüzdeleri

%0
%33.19
%59.39
%10.2

Codes

Color #E5995D in popluar color models

E5995D
RGB22915393
HSL26°72.34%63.14%
HSB/HSV26°59.39%89.80%
CMYK0.00%33.19%59.39%
10.20%

Color #E5995D in popluar number systems.

HEXE5995D
Decimal22915393
Binary11100101100110011011101
Octal345231135

Shades and tints

Shades of #E5995D

#E5995D
(229,153,93)
#D18C55
(209,140,85)
#BD7F4D
(189,127,77)
#A97245
(169,114,69)
#95653D
(149,101,61)
#815835
(129,88,53)
#6D4B2D
(109,75,45)
#593E25
(89,62,37)
#45311D
(69,49,29)
#312415
(49,36,21)
#1D170D
(29,23,13)
#000000
(0,0,0)

Tints of #E5995D

#E5995D
(229,153,93)
#E7A26B
(231,162,107)
#E9AB79
(233,171,121)
#EBB487
(235,180,135)
#EDBD95
(237,189,149)
#EFC6A3
(239,198,163)
#F1CFB1
(241,207,177)
#F3D8BF
(243,216,191)
#F5E1CD
(245,225,205)
#F7EADB
(247,234,219)
#F9F3E9
(249,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5995D; }

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

This text font color is #E5995D.


Background Color

.myBgColor { background-color: #E5995D; }

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

This div background color is #E5995D.


Border color

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

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

This div border color is #E5995D.


Opacity

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

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

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

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

This text has shadow with #E5995D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5995D on black background.


Color preview on white background

This text has color #E5995D on white background.



Black color preview on #E5995D background

This text has black color on #E5995D background.


White color preview on #E5995D background

This text has white color on #E5995D background.