COLOR #EDCB99

HEX: #EDCB99
RGB: (237,203,153)

Renk bilgisi

#EDCB99 contains mainly red and green colors. #EDCB99 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#EDCB99 color RGB value is (237,203,153).

  • kırmız ton 237;
  • yeşil ton 203;
  • mavi ton 153.
RGB:
(237,203,153)
(93%,80%,60%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 203 of 255 = 80%
B 153 of 255 = 60%

237
203
153

R + G + B ~ 78%. #EDCB99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 203 + 153 = 593 (100%)
R 237 of 593 ~ 39.97%
G 203 of 593 ~ 34.23%
B 153 of 593 ~ 25.8%

%39.97
%34.23
%25.8

CMYK RENK MODELİ

#EDCB99 rengi CMYK tonu (0,14,35,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.35%
  • sarı tonu 35.44%
  • ana renk tonu 7.06%
CMYK:
(0,14,35,7)
C0M14Y35K7 
(0%,14%,35%,7%)
(0.00/0.14/0.35/0.07)	

CMYK yüzdeleri

%0
%14.35
%35.44
%7.06

Codes

Color #EDCB99 in popluar color models

EDCB99
RGB237203153
HSL36°70.00%76.47%
HSB/HSV36°35.44%92.94%
CMYK0.00%14.35%35.44%
7.06%

Color #EDCB99 in popluar number systems.

HEXEDCB99
Decimal237203153
Binary111011011100101110011001
Octal355313231

Shades and tints

Shades of #EDCB99

#EDCB99
(237,203,153)
#D8B98C
(216,185,140)
#C3A77F
(195,167,127)
#AE9572
(174,149,114)
#998365
(153,131,101)
#847158
(132,113,88)
#6F5F4B
(111,95,75)
#5A4D3E
(90,77,62)
#453B31
(69,59,49)
#302924
(48,41,36)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #EDCB99

#EDCB99
(237,203,153)
#EECFA2
(238,207,162)
#EFD3AB
(239,211,171)
#F0D7B4
(240,215,180)
#F1DBBD
(241,219,189)
#F2DFC6
(242,223,198)
#F3E3CF
(243,227,207)
#F4E7D8
(244,231,216)
#F5EBE1
(245,235,225)
#F6EFEA
(246,239,234)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCB99 color. Also use rgb(237,203,153) instead hex code.

Text Font Color

.myTextColor { color: #EDCB99; }

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

This text font color is #EDCB99.


Background Color

.myBgColor { background-color: #EDCB99; }

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

This div background color is #EDCB99.


Border color

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

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

This div border color is #EDCB99.


Opacity

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

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

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

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

This text has shadow with #EDCB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCB99 on black background.


Color preview on white background

This text has color #EDCB99 on white background.



Black color preview on #EDCB99 background

This text has black color on #EDCB99 background.


White color preview on #EDCB99 background

This text has white color on #EDCB99 background.