COLOR #EDB998

HEX: #EDB998
RGB: (237,185,152)

Renk bilgisi

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

RGB renk modeli

#EDB998 color RGB value is (237,185,152).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 185 of 255 = 73%
B 152 of 255 = 60%

237
185
152

R + G + B ~ 75%. #EDB998 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 185 + 152 = 574 (100%)
R 237 of 574 ~ 41.29%
G 185 of 574 ~ 32.23%
B 152 of 574 ~ 26.48%

%41.29
%32.23
%26.48

CMYK RENK MODELİ

#EDB998 rengi CMYK tonu (0,22,36,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.94%
  • sarı tonu 35.86%
  • ana renk tonu 7.06%
CMYK:
(0,22,36,7)
C0M22Y36K7 
(0%,22%,36%,7%)
(0.00/0.22/0.36/0.07)	

CMYK yüzdeleri

%0
%21.94
%35.86
%7.06

Codes

Color #EDB998 in popluar color models

EDB998
RGB237185152
HSL23°70.25%76.27%
HSB/HSV23°35.86%92.94%
CMYK0.00%21.94%35.86%
7.06%

Color #EDB998 in popluar number systems.

HEXEDB998
Decimal237185152
Binary111011011011100110011000
Octal355271230

Shades and tints

Shades of #EDB998

#EDB998
(237,185,152)
#D8A98B
(216,169,139)
#C3997E
(195,153,126)
#AE8971
(174,137,113)
#997964
(153,121,100)
#846957
(132,105,87)
#6F594A
(111,89,74)
#5A493D
(90,73,61)
#453930
(69,57,48)
#302923
(48,41,35)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #EDB998

#EDB998
(237,185,152)
#EEBFA1
(238,191,161)
#EFC5AA
(239,197,170)
#F0CBB3
(240,203,179)
#F1D1BC
(241,209,188)
#F2D7C5
(242,215,197)
#F3DDCE
(243,221,206)
#F4E3D7
(244,227,215)
#F5E9E0
(245,233,224)
#F6EFE9
(246,239,233)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDB998; }

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

This text font color is #EDB998.


Background Color

.myBgColor { background-color: #EDB998; }

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

This div background color is #EDB998.


Border color

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

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

This div border color is #EDB998.


Opacity

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

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

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

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

This text has shadow with #EDB998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDB998 on black background.


Color preview on white background

This text has color #EDB998 on white background.



Black color preview on #EDB998 background

This text has black color on #EDB998 background.


White color preview on #EDB998 background

This text has white color on #EDB998 background.