COLOR #EDB890

HEX: #EDB890
RGB: (237,184,144)

Renk bilgisi

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

RGB renk modeli

#EDB890 color RGB value is (237,184,144).

  • kırmız ton 237;
  • yeşil ton 184;
  • mavi ton 144.
RGB:
(237,184,144)
(93%,72%,56%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 184 of 255 = 72%
B 144 of 255 = 56%

237
184
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 184 + 144 = 565 (100%)
R 237 of 565 ~ 41.95%
G 184 of 565 ~ 32.57%
B 144 of 565 ~ 25.49%

%41.95
%32.57
%25.49

CMYK RENK MODELİ

#EDB890 rengi CMYK tonu (0,22,39,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.36%
  • sarı tonu 39.24%
  • ana renk tonu 7.06%
CMYK:
(0,22,39,7)
C0M22Y39K7 
(0%,22%,39%,7%)
(0.00/0.22/0.39/0.07)	

CMYK yüzdeleri

%0
%22.36
%39.24
%7.06

Codes

Color #EDB890 in popluar color models

EDB890
RGB237184144
HSL26°72.09%74.71%
HSB/HSV26°39.24%92.94%
CMYK0.00%22.36%39.24%
7.06%

Color #EDB890 in popluar number systems.

HEXEDB890
Decimal237184144
Binary111011011011100010010000
Octal355270220

Shades and tints

Shades of #EDB890

#EDB890
(237,184,144)
#D8A883
(216,168,131)
#C39876
(195,152,118)
#AE8869
(174,136,105)
#99785C
(153,120,92)
#84684F
(132,104,79)
#6F5842
(111,88,66)
#5A4835
(90,72,53)
#453828
(69,56,40)
#30281B
(48,40,27)
#1B180E
(27,24,14)
#000000
(0,0,0)

Tints of #EDB890

#EDB890
(237,184,144)
#EEBE9A
(238,190,154)
#EFC4A4
(239,196,164)
#F0CAAE
(240,202,174)
#F1D0B8
(241,208,184)
#F2D6C2
(242,214,194)
#F3DCCC
(243,220,204)
#F4E2D6
(244,226,214)
#F5E8E0
(245,232,224)
#F6EEEA
(246,238,234)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB890; }

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

This text font color is #EDB890.


Background Color

.myBgColor { background-color: #EDB890; }

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

This div background color is #EDB890.


Border color

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

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

This div border color is #EDB890.


Opacity

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

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

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

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

This text has shadow with #EDB890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB890 on black background.


Color preview on white background

This text has color #EDB890 on white background.



Black color preview on #EDB890 background

This text has black color on #EDB890 background.


White color preview on #EDB890 background

This text has white color on #EDB890 background.