COLOR #EDE48B

HEX: #EDE48B
RGB: (237,228,139)

Renk bilgisi

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

RGB renk modeli

#EDE48B color RGB value is (237,228,139).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 228 of 255 = 89%
B 139 of 255 = 55%

237
228
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 228 + 139 = 604 (100%)
R 237 of 604 ~ 39.24%
G 228 of 604 ~ 37.75%
B 139 of 604 ~ 23.01%

%39.24
%37.75
%23.01

CMYK RENK MODELİ

#EDE48B rengi CMYK tonu (0,4,41,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.80%
  • sarı tonu 41.35%
  • ana renk tonu 7.06%
CMYK:
(0,4,41,7)
C0M4Y41K7 
(0%,4%,41%,7%)
(0.00/0.04/0.41/0.07)	

CMYK yüzdeleri

%0
%3.8
%41.35
%7.06

Codes

Color #EDE48B in popluar color models

EDE48B
RGB237228139
HSL54°73.13%73.73%
HSB/HSV54°41.35%92.94%
CMYK0.00%3.80%41.35%
7.06%

Color #EDE48B in popluar number systems.

HEXEDE48B
Decimal237228139
Binary111011011110010010001011
Octal355344213

Shades and tints

Shades of #EDE48B

#EDE48B
(237,228,139)
#D8D07F
(216,208,127)
#C3BC73
(195,188,115)
#AEA867
(174,168,103)
#99945B
(153,148,91)
#84804F
(132,128,79)
#6F6C43
(111,108,67)
#5A5837
(90,88,55)
#45442B
(69,68,43)
#30301F
(48,48,31)
#1B1C13
(27,28,19)
#000000
(0,0,0)

Tints of #EDE48B

#EDE48B
(237,228,139)
#EEE695
(238,230,149)
#EFE89F
(239,232,159)
#F0EAA9
(240,234,169)
#F1ECB3
(241,236,179)
#F2EEBD
(242,238,189)
#F3F0C7
(243,240,199)
#F4F2D1
(244,242,209)
#F5F4DB
(245,244,219)
#F6F6E5
(246,246,229)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE48B; }

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

This text font color is #EDE48B.


Background Color

.myBgColor { background-color: #EDE48B; }

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

This div background color is #EDE48B.


Border color

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

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

This div border color is #EDE48B.


Opacity

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

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

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

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

This text has shadow with #EDE48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE48B on black background.


Color preview on white background

This text has color #EDE48B on white background.



Black color preview on #EDE48B background

This text has black color on #EDE48B background.


White color preview on #EDE48B background

This text has white color on #EDE48B background.