COLOR #EDED5A

HEX: #EDED5A
RGB: (237,237,90)

Renk bilgisi

#EDED5A contains mainly red and green colors. #EDED5A ‘ nin web güvenlik rengi #FFFF66 (ya da #FF6) dir.

RGB renk modeli

#EDED5A color RGB value is (237,237,90).

  • kırmız ton 237;
  • yeşil ton 237;
  • mavi ton 90.
RGB:
(237,237,90)
(93%,93%,35%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 237 of 255 = 93%
B 90 of 255 = 35%

237
237
90

R + G + B ~ 74%. #EDED5A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 237 + 90 = 564 (100%)
R 237 of 564 ~ 42.02%
G 237 of 564 ~ 42.02%
B 90 of 564 ~ 15.96%

%42.02
%42.02
%15.96

CMYK RENK MODELİ

#EDED5A rengi CMYK tonu (0,0,62,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 62.03%
  • ana renk tonu 7.06%
CMYK:
(0,0,62,7)
C0M0Y62K7 
(0%,0%,62%,7%)
(0.00/0.00/0.62/0.07)	

CMYK yüzdeleri

%0
%0
%62.03
%7.06

Codes

Color #EDED5A in popluar color models

EDED5A
RGB23723790
HSL60°80.33%64.12%
HSB/HSV60°62.03%92.94%
CMYK0.00%0.00%62.03%
7.06%

Color #EDED5A in popluar number systems.

HEXEDED5A
Decimal23723790
Binary11101101111011011011010
Octal355355132

Shades and tints

Shades of #EDED5A

#EDED5A
(237,237,90)
#D8D852
(216,216,82)
#C3C34A
(195,195,74)
#AEAE42
(174,174,66)
#99993A
(153,153,58)
#848432
(132,132,50)
#6F6F2A
(111,111,42)
#5A5A22
(90,90,34)
#45451A
(69,69,26)
#303012
(48,48,18)
#1B1B0A
(27,27,10)
#000000
(0,0,0)

Tints of #EDED5A

#EDED5A
(237,237,90)
#EEEE69
(238,238,105)
#EFEF78
(239,239,120)
#F0F087
(240,240,135)
#F1F196
(241,241,150)
#F2F2A5
(242,242,165)
#F3F3B4
(243,243,180)
#F4F4C3
(244,244,195)
#F5F5D2
(245,245,210)
#F6F6E1
(246,246,225)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDED5A; }

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

This text font color is #EDED5A.


Background Color

.myBgColor { background-color: #EDED5A; }

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

This div background color is #EDED5A.


Border color

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

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

This div border color is #EDED5A.


Opacity

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

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

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

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

This text has shadow with #EDED5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDED5A on black background.


Color preview on white background

This text has color #EDED5A on white background.



Black color preview on #EDED5A background

This text has black color on #EDED5A background.


White color preview on #EDED5A background

This text has white color on #EDED5A background.