COLOR #EDD58B

HEX: #EDD58B
RGB: (237,213,139)

Renk bilgisi

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

RGB renk modeli

#EDD58B color RGB value is (237,213,139).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 213 of 255 = 84%
B 139 of 255 = 55%

237
213
139

R + G + B ~ 77%. #EDD58B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 213 + 139 = 589 (100%)
R 237 of 589 ~ 40.24%
G 213 of 589 ~ 36.16%
B 139 of 589 ~ 23.6%

%40.24
%36.16
%23.6

CMYK RENK MODELİ

#EDD58B rengi CMYK tonu (0,10,41,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.13%
  • sarı tonu 41.35%
  • ana renk tonu 7.06%
CMYK:
(0,10,41,7)
C0M10Y41K7 
(0%,10%,41%,7%)
(0.00/0.10/0.41/0.07)	

CMYK yüzdeleri

%0
%10.13
%41.35
%7.06

Codes

Color #EDD58B in popluar color models

EDD58B
RGB237213139
HSL45°73.13%73.73%
HSB/HSV45°41.35%92.94%
CMYK0.00%10.13%41.35%
7.06%

Color #EDD58B in popluar number systems.

HEXEDD58B
Decimal237213139
Binary111011011101010110001011
Octal355325213

Shades and tints

Shades of #EDD58B

#EDD58B
(237,213,139)
#D8C27F
(216,194,127)
#C3AF73
(195,175,115)
#AE9C67
(174,156,103)
#99895B
(153,137,91)
#84764F
(132,118,79)
#6F6343
(111,99,67)
#5A5037
(90,80,55)
#453D2B
(69,61,43)
#302A1F
(48,42,31)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #EDD58B

#EDD58B
(237,213,139)
#EED895
(238,216,149)
#EFDB9F
(239,219,159)
#F0DEA9
(240,222,169)
#F1E1B3
(241,225,179)
#F2E4BD
(242,228,189)
#F3E7C7
(243,231,199)
#F4EAD1
(244,234,209)
#F5EDDB
(245,237,219)
#F6F0E5
(246,240,229)
#F7F3EF
(247,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD58B; }

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

This text font color is #EDD58B.


Background Color

.myBgColor { background-color: #EDD58B; }

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

This div background color is #EDD58B.


Border color

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

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

This div border color is #EDD58B.


Opacity

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

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

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

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

This text has shadow with #EDD58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD58B on black background.


Color preview on white background

This text has color #EDD58B on white background.



Black color preview on #EDD58B background

This text has black color on #EDD58B background.


White color preview on #EDD58B background

This text has white color on #EDD58B background.