COLOR #EDE48E

HEX: #EDE48E
RGB: (237,228,142)

Renk bilgisi

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

RGB renk modeli

#EDE48E color RGB value is (237,228,142).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 228 of 255 = 89%
B 142 of 255 = 56%

237
228
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 228 + 142 = 607 (100%)
R 237 of 607 ~ 39.04%
G 228 of 607 ~ 37.56%
B 142 of 607 ~ 23.39%

%39.04
%37.56
%23.39

CMYK RENK MODELİ

#EDE48E rengi CMYK tonu (0,4,40,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.80%
  • sarı tonu 40.08%
  • ana renk tonu 7.06%
CMYK:
(0,4,40,7)
C0M4Y40K7 
(0%,4%,40%,7%)
(0.00/0.04/0.40/0.07)	

CMYK yüzdeleri

%0
%3.8
%40.08
%7.06

Codes

Color #EDE48E in popluar color models

EDE48E
RGB237228142
HSL54°72.52%74.31%
HSB/HSV54°40.08%92.94%
CMYK0.00%3.80%40.08%
7.06%

Color #EDE48E in popluar number systems.

HEXEDE48E
Decimal237228142
Binary111011011110010010001110
Octal355344216

Shades and tints

Shades of #EDE48E

#EDE48E
(237,228,142)
#D8D082
(216,208,130)
#C3BC76
(195,188,118)
#AEA86A
(174,168,106)
#99945E
(153,148,94)
#848052
(132,128,82)
#6F6C46
(111,108,70)
#5A583A
(90,88,58)
#45442E
(69,68,46)
#303022
(48,48,34)
#1B1C16
(27,28,22)
#000000
(0,0,0)

Tints of #EDE48E

#EDE48E
(237,228,142)
#EEE698
(238,230,152)
#EFE8A2
(239,232,162)
#F0EAAC
(240,234,172)
#F1ECB6
(241,236,182)
#F2EEC0
(242,238,192)
#F3F0CA
(243,240,202)
#F4F2D4
(244,242,212)
#F5F4DE
(245,244,222)
#F6F6E8
(246,246,232)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE48E; }

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

This text font color is #EDE48E.


Background Color

.myBgColor { background-color: #EDE48E; }

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

This div background color is #EDE48E.


Border color

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

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

This div border color is #EDE48E.


Opacity

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

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

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

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

This text has shadow with #EDE48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE48E on black background.


Color preview on white background

This text has color #EDE48E on white background.



Black color preview on #EDE48E background

This text has black color on #EDE48E background.


White color preview on #EDE48E background

This text has white color on #EDE48E background.