COLOR #EDB98E

HEX: #EDB98E
RGB: (237,185,142)

Renk bilgisi

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

RGB renk modeli

#EDB98E color RGB value is (237,185,142).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 185 of 255 = 73%
B 142 of 255 = 56%

237
185
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 185 + 142 = 564 (100%)
R 237 of 564 ~ 42.02%
G 185 of 564 ~ 32.8%
B 142 of 564 ~ 25.18%

%42.02
%32.8
%25.18

CMYK RENK MODELİ

#EDB98E rengi CMYK tonu (0,22,40,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.94%
  • sarı tonu 40.08%
  • ana renk tonu 7.06%
CMYK:
(0,22,40,7)
C0M22Y40K7 
(0%,22%,40%,7%)
(0.00/0.22/0.40/0.07)	

CMYK yüzdeleri

%0
%21.94
%40.08
%7.06

Codes

Color #EDB98E in popluar color models

EDB98E
RGB237185142
HSL27°72.52%74.31%
HSB/HSV27°40.08%92.94%
CMYK0.00%21.94%40.08%
7.06%

Color #EDB98E in popluar number systems.

HEXEDB98E
Decimal237185142
Binary111011011011100110001110
Octal355271216

Shades and tints

Shades of #EDB98E

#EDB98E
(237,185,142)
#D8A982
(216,169,130)
#C39976
(195,153,118)
#AE896A
(174,137,106)
#99795E
(153,121,94)
#846952
(132,105,82)
#6F5946
(111,89,70)
#5A493A
(90,73,58)
#45392E
(69,57,46)
#302922
(48,41,34)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDB98E

#EDB98E
(237,185,142)
#EEBF98
(238,191,152)
#EFC5A2
(239,197,162)
#F0CBAC
(240,203,172)
#F1D1B6
(241,209,182)
#F2D7C0
(242,215,192)
#F3DDCA
(243,221,202)
#F4E3D4
(244,227,212)
#F5E9DE
(245,233,222)
#F6EFE8
(246,239,232)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB98E; }

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

This text font color is #EDB98E.


Background Color

.myBgColor { background-color: #EDB98E; }

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

This div background color is #EDB98E.


Border color

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

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

This div border color is #EDB98E.


Opacity

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

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

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

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

This text has shadow with #EDB98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB98E on black background.


Color preview on white background

This text has color #EDB98E on white background.



Black color preview on #EDB98E background

This text has black color on #EDB98E background.


White color preview on #EDB98E background

This text has white color on #EDB98E background.