COLOR #EDEB56

HEX: #EDEB56
RGB: (237,235,86)

Renk bilgisi

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

RGB renk modeli

#EDEB56 color RGB value is (237,235,86).

  • kırmız ton 237;
  • yeşil ton 235;
  • mavi ton 86.
RGB:
(237,235,86)
(93%,92%,34%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 235 of 255 = 92%
B 86 of 255 = 34%

237
235
86

R + G + B ~ 73%. #EDEB56 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 235 + 86 = 558 (100%)
R 237 of 558 ~ 42.47%
G 235 of 558 ~ 42.11%
B 86 of 558 ~ 15.41%

%42.47
%42.11
%15.41

CMYK RENK MODELİ

#EDEB56 rengi CMYK tonu (0,1,64,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.84%
  • sarı tonu 63.71%
  • ana renk tonu 7.06%
CMYK:
(0,1,64,7)
C0M1Y64K7 
(0%,1%,64%,7%)
(0.00/0.01/0.64/0.07)	

CMYK yüzdeleri

%0
%0.84
%63.71
%7.06

Codes

Color #EDEB56 in popluar color models

EDEB56
RGB23723586
HSL59°80.75%63.33%
HSB/HSV59°63.71%92.94%
CMYK0.00%0.84%63.71%
7.06%

Color #EDEB56 in popluar number systems.

HEXEDEB56
Decimal23723586
Binary11101101111010111010110
Octal355353126

Shades and tints

Shades of #EDEB56

#EDEB56
(237,235,86)
#D8D64F
(216,214,79)
#C3C148
(195,193,72)
#AEAC41
(174,172,65)
#99973A
(153,151,58)
#848233
(132,130,51)
#6F6D2C
(111,109,44)
#5A5825
(90,88,37)
#45431E
(69,67,30)
#302E17
(48,46,23)
#1B1910
(27,25,16)
#000000
(0,0,0)

Tints of #EDEB56

#EDEB56
(237,235,86)
#EEEC65
(238,236,101)
#EFED74
(239,237,116)
#F0EE83
(240,238,131)
#F1EF92
(241,239,146)
#F2F0A1
(242,240,161)
#F3F1B0
(243,241,176)
#F4F2BF
(244,242,191)
#F5F3CE
(245,243,206)
#F6F4DD
(246,244,221)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEB56; }

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

This text font color is #EDEB56.


Background Color

.myBgColor { background-color: #EDEB56; }

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

This div background color is #EDEB56.


Border color

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

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

This div border color is #EDEB56.


Opacity

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

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

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

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

This text has shadow with #EDEB56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEB56 on black background.


Color preview on white background

This text has color #EDEB56 on white background.



Black color preview on #EDEB56 background

This text has black color on #EDEB56 background.


White color preview on #EDEB56 background

This text has white color on #EDEB56 background.