COLOR #EDDE95

HEX: #EDDE95
RGB: (237,222,149)

Renk bilgisi

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

RGB renk modeli

#EDDE95 color RGB value is (237,222,149).

  • kırmız ton 237;
  • yeşil ton 222;
  • mavi ton 149.
RGB:
(237,222,149)
(93%,87%,58%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 222 of 255 = 87%
B 149 of 255 = 58%

237
222
149

R + G + B ~ 79%. #EDDE95 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 222 + 149 = 608 (100%)
R 237 of 608 ~ 38.98%
G 222 of 608 ~ 36.51%
B 149 of 608 ~ 24.51%

%38.98
%36.51
%24.51

CMYK RENK MODELİ

#EDDE95 rengi CMYK tonu (0,6,37,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.33%
  • sarı tonu 37.13%
  • ana renk tonu 7.06%
CMYK:
(0,6,37,7)
C0M6Y37K7 
(0%,6%,37%,7%)
(0.00/0.06/0.37/0.07)	

CMYK yüzdeleri

%0
%6.33
%37.13
%7.06

Codes

Color #EDDE95 in popluar color models

EDDE95
RGB237222149
HSL50°70.97%75.69%
HSB/HSV50°37.13%92.94%
CMYK0.00%6.33%37.13%
7.06%

Color #EDDE95 in popluar number systems.

HEXEDDE95
Decimal237222149
Binary111011011101111010010101
Octal355336225

Shades and tints

Shades of #EDDE95

#EDDE95
(237,222,149)
#D8CA88
(216,202,136)
#C3B67B
(195,182,123)
#AEA26E
(174,162,110)
#998E61
(153,142,97)
#847A54
(132,122,84)
#6F6647
(111,102,71)
#5A523A
(90,82,58)
#453E2D
(69,62,45)
#302A20
(48,42,32)
#1B1613
(27,22,19)
#000000
(0,0,0)

Tints of #EDDE95

#EDDE95
(237,222,149)
#EEE19E
(238,225,158)
#EFE4A7
(239,228,167)
#F0E7B0
(240,231,176)
#F1EAB9
(241,234,185)
#F2EDC2
(242,237,194)
#F3F0CB
(243,240,203)
#F4F3D4
(244,243,212)
#F5F6DD
(245,246,221)
#F6F9E6
(246,249,230)
#F7FCEF
(247,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDE95 color. Also use rgb(237,222,149) instead hex code.

Text Font Color

.myTextColor { color: #EDDE95; }

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

This text font color is #EDDE95.


Background Color

.myBgColor { background-color: #EDDE95; }

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

This div background color is #EDDE95.


Border color

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

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

This div border color is #EDDE95.


Opacity

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

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

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

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

This text has shadow with #EDDE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDE95 on black background.


Color preview on white background

This text has color #EDDE95 on white background.



Black color preview on #EDDE95 background

This text has black color on #EDDE95 background.


White color preview on #EDDE95 background

This text has white color on #EDDE95 background.