COLOR #EDD2AF

HEX: #EDD2AF
RGB: (237,210,175)

Renk bilgisi

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

RGB renk modeli

#EDD2AF color RGB value is (237,210,175).

  • kırmız ton 237;
  • yeşil ton 210;
  • mavi ton 175.
RGB:
(237,210,175)
(93%,82%,69%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 210 of 255 = 82%
B 175 of 255 = 69%

237
210
175

R + G + B ~ 81%. #EDD2AF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 210 + 175 = 622 (100%)
R 237 of 622 ~ 38.1%
G 210 of 622 ~ 33.76%
B 175 of 622 ~ 28.14%

%38.1
%33.76
%28.14

CMYK RENK MODELİ

#EDD2AF rengi CMYK tonu (0,11,26,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.39%
  • sarı tonu 26.16%
  • ana renk tonu 7.06%
CMYK:
(0,11,26,7)
C0M11Y26K7 
(0%,11%,26%,7%)
(0.00/0.11/0.26/0.07)	

CMYK yüzdeleri

%0
%11.39
%26.16
%7.06

Codes

Color #EDD2AF in popluar color models

EDD2AF
RGB237210175
HSL34°63.27%80.78%
HSB/HSV34°26.16%92.94%
CMYK0.00%11.39%26.16%
7.06%

Color #EDD2AF in popluar number systems.

HEXEDD2AF
Decimal237210175
Binary111011011101001010101111
Octal355322257

Shades and tints

Shades of #EDD2AF

#EDD2AF
(237,210,175)
#D8BFA0
(216,191,160)
#C3AC91
(195,172,145)
#AE9982
(174,153,130)
#998673
(153,134,115)
#847364
(132,115,100)
#6F6055
(111,96,85)
#5A4D46
(90,77,70)
#453A37
(69,58,55)
#302728
(48,39,40)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #EDD2AF

#EDD2AF
(237,210,175)
#EED6B6
(238,214,182)
#EFDABD
(239,218,189)
#F0DEC4
(240,222,196)
#F1E2CB
(241,226,203)
#F2E6D2
(242,230,210)
#F3EAD9
(243,234,217)
#F4EEE0
(244,238,224)
#F5F2E7
(245,242,231)
#F6F6EE
(246,246,238)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD2AF color. Also use rgb(237,210,175) instead hex code.

Text Font Color

.myTextColor { color: #EDD2AF; }

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

This text font color is #EDD2AF.


Background Color

.myBgColor { background-color: #EDD2AF; }

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

This div background color is #EDD2AF.


Border color

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

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

This div border color is #EDD2AF.


Opacity

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

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

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

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

This text has shadow with #EDD2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD2AF on black background.


Color preview on white background

This text has color #EDD2AF on white background.



Black color preview on #EDD2AF background

This text has black color on #EDD2AF background.


White color preview on #EDD2AF background

This text has white color on #EDD2AF background.