COLOR #FFEDC8

HEX: #FFEDC8 RGB: (255,237,200)

Renk bilgisi

#FFEDC8 contains red, green and blue colors in about the same proportion. #FFEDC8 ‘ nin web güvenlik rengi #FFFFCC (ya da #FFC) dir.

RGB renk modeli

#FFEDC8 color RGB value is (255,237,200).

RGB: (255,237,200) (100%, 93%, 78%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 237 of 255 = 93%
B 200 of 255 = 78%

255
237
200

R + G + B ~ 90%. #FFEDC8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 255 + 237 + 200 = 692 (100%)
R 255 of 692 ~ 36.85%
G 237 of 692 ~ 34.25%
B 200 of 692 ~ 28.9'%

%36.85
%34.25
%28.9

CMYK RENK MODELİ

#FFEDC8 rengi CMYK tonu (0,7,22,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.06%
  • sarı tonu 21.57%
  • ana renk tonu 0.00%

CMYK: (0,7,22,0)
C0M7Y22K0 (0%, 7%, 22%, 0%)
(0.00 / 0.07 / 0.22 / 0.00)

CMYK yüzdeleri

%0
%7.06
%21.57
%0

Codes

Color #FFEDC8 in popluar color models

FF ED C8
RGB 255 237 200
HSL 40° 100.00% 89.22%
HSB/HSV 40° 21.57% 100.00%
CMYK 0.00% 7.06% 21.57%
0.00%

Color #FFEDC8 in popluar number systems.

HEX FF ED C8
Decimal 255 237 200
Binary 11111111 11101101 11001000
Octal 377 355 310

Shades and tints

Shades of #FFEDC8

#FFEDC8
(255,237,200)
#E8D8B6
(232,216,182)
#D1C3A4
(209,195,164)
#BAAE92
(186,174,146)
#A39980
(163,153,128)
#8C846E
(140,132,110)
#756F5C
(117,111,92)
#5E5A4A
(94,90,74)
#474538
(71,69,56)
#303026
(48,48,38)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #FFEDC8

#FFEDC8
(255,237,200)
#FFEECD
(255,238,205)
#FFEFD2
(255,239,210)
#FFF0D7
(255,240,215)
#FFF1DC
(255,241,220)
#FFF2E1
(255,242,225)
#FFF3E6
(255,243,230)
#FFF4EB
(255,244,235)
#FFF5F0
(255,245,240)
#FFF6F5
(255,246,245)
#FFF7FA
(255,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEDC8 color. Also use rgb(255,237,200) instead hex code.

Text Font Color

.myTextColor { color: #FFEDC8; }

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

This text font color is #FFEDC8.

Background Color

.myBgColor { background-color: #FFEDC8; }

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

This div background color is #FFEDC8.

Border color

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

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

This div border color is #FFEDC8.

Opacity

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

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

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

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

This text has shadow with #FFEDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEDC8.

Preview

Color preview on black background

This text has color #FFEDC8 on black background.


Color preview on white background

This text has color #FFEDC8 on white background.


Black color preview on #FFEDC8 background

This text has black color on #FFEDC8 background.


White color preview on #FFEDC8 background

This text has white color on #FFEDC8 background.


Related colors

Complementary color

Complementary color for #hex is #001237.


I love getcolorcode.com

Triadic colors

1 #C8FFED and #EDC8FF with #FFEDC8 are triadic colors.

2 #C8EDFF and #EDFFC8 with #FFEDC8 are triadic colors.