COLOR #EDB08E

HEX: #EDB08E
RGB: (237,176,142)

Renk bilgisi

#EDB08E contains mainly red color. #EDB08E ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#EDB08E color RGB value is (237,176,142).

  • kırmız ton 237;
  • yeşil ton 176;
  • mavi ton 142.
RGB:
(237,176,142)
(93%,69%,56%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 176 of 255 = 69%
B 142 of 255 = 56%

237
176
142

R + G + B ~ 73%. #EDB08E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 176 + 142 = 555 (100%)
R 237 of 555 ~ 42.7%
G 176 of 555 ~ 31.71%
B 142 of 555 ~ 25.59%

%42.7
%31.71
%25.59

CMYK RENK MODELİ

#EDB08E rengi CMYK tonu (0,26,40,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.74%
  • sarı tonu 40.08%
  • ana renk tonu 7.06%
CMYK:
(0,26,40,7)
C0M26Y40K7 
(0%,26%,40%,7%)
(0.00/0.26/0.40/0.07)	

CMYK yüzdeleri

%0
%25.74
%40.08
%7.06

Codes

Color #EDB08E in popluar color models

EDB08E
RGB237176142
HSL21°72.52%74.31%
HSB/HSV21°40.08%92.94%
CMYK0.00%25.74%40.08%
7.06%

Color #EDB08E in popluar number systems.

HEXEDB08E
Decimal237176142
Binary111011011011000010001110
Octal355260216

Shades and tints

Shades of #EDB08E

#EDB08E
(237,176,142)
#D8A082
(216,160,130)
#C39076
(195,144,118)
#AE806A
(174,128,106)
#99705E
(153,112,94)
#846052
(132,96,82)
#6F5046
(111,80,70)
#5A403A
(90,64,58)
#45302E
(69,48,46)
#302022
(48,32,34)
#1B1016
(27,16,22)
#000000
(0,0,0)

Tints of #EDB08E

#EDB08E
(237,176,142)
#EEB798
(238,183,152)
#EFBEA2
(239,190,162)
#F0C5AC
(240,197,172)
#F1CCB6
(241,204,182)
#F2D3C0
(242,211,192)
#F3DACA
(243,218,202)
#F4E1D4
(244,225,212)
#F5E8DE
(245,232,222)
#F6EFE8
(246,239,232)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDB08E color. Also use rgb(237,176,142) instead hex code.

Text Font Color

.myTextColor { color: #EDB08E; }

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

This text font color is #EDB08E.


Background Color

.myBgColor { background-color: #EDB08E; }

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

This div background color is #EDB08E.


Border color

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

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

This div border color is #EDB08E.


Opacity

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

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

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

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

This text has shadow with #EDB08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB08E on black background.


Color preview on white background

This text has color #EDB08E on white background.



Black color preview on #EDB08E background

This text has black color on #EDB08E background.


White color preview on #EDB08E background

This text has white color on #EDB08E background.