COLOR #EDBC8A

HEX: #EDBC8A
RGB: (237,188,138)

Renk bilgisi

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

RGB renk modeli

#EDBC8A color RGB value is (237,188,138).

  • kırmız ton 237;
  • yeşil ton 188;
  • mavi ton 138.
RGB:
(237,188,138)
(93%,74%,54%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 188 of 255 = 74%
B 138 of 255 = 54%

237
188
138

R + G + B ~ 74%. #EDBC8A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 188 + 138 = 563 (100%)
R 237 of 563 ~ 42.1%
G 188 of 563 ~ 33.39%
B 138 of 563 ~ 24.51%

%42.1
%33.39
%24.51

CMYK RENK MODELİ

#EDBC8A rengi CMYK tonu (0,21,42,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.68%
  • sarı tonu 41.77%
  • ana renk tonu 7.06%
CMYK:
(0,21,42,7)
C0M21Y42K7 
(0%,21%,42%,7%)
(0.00/0.21/0.42/0.07)	

CMYK yüzdeleri

%0
%20.68
%41.77
%7.06

Codes

Color #EDBC8A in popluar color models

EDBC8A
RGB237188138
HSL30°73.33%73.53%
HSB/HSV30°41.77%92.94%
CMYK0.00%20.68%41.77%
7.06%

Color #EDBC8A in popluar number systems.

HEXEDBC8A
Decimal237188138
Binary111011011011110010001010
Octal355274212

Shades and tints

Shades of #EDBC8A

#EDBC8A
(237,188,138)
#D8AB7E
(216,171,126)
#C39A72
(195,154,114)
#AE8966
(174,137,102)
#99785A
(153,120,90)
#84674E
(132,103,78)
#6F5642
(111,86,66)
#5A4536
(90,69,54)
#45342A
(69,52,42)
#30231E
(48,35,30)
#1B1212
(27,18,18)
#000000
(0,0,0)

Tints of #EDBC8A

#EDBC8A
(237,188,138)
#EEC294
(238,194,148)
#EFC89E
(239,200,158)
#F0CEA8
(240,206,168)
#F1D4B2
(241,212,178)
#F2DABC
(242,218,188)
#F3E0C6
(243,224,198)
#F4E6D0
(244,230,208)
#F5ECDA
(245,236,218)
#F6F2E4
(246,242,228)
#F7F8EE
(247,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBC8A color. Also use rgb(237,188,138) instead hex code.

Text Font Color

.myTextColor { color: #EDBC8A; }

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

This text font color is #EDBC8A.


Background Color

.myBgColor { background-color: #EDBC8A; }

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

This div background color is #EDBC8A.


Border color

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

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

This div border color is #EDBC8A.


Opacity

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

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

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

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

This text has shadow with #EDBC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBC8A on black background.


Color preview on white background

This text has color #EDBC8A on white background.



Black color preview on #EDBC8A background

This text has black color on #EDBC8A background.


White color preview on #EDBC8A background

This text has white color on #EDBC8A background.