COLOR #EDEC81

HEX: #EDEC81
RGB: (237,236,129)

Renk bilgisi

#EDEC81 contains mainly red and green colors. #EDEC81 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#EDEC81 color RGB value is (237,236,129).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 236 of 255 = 93%
B 129 of 255 = 51%

237
236
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 236 + 129 = 602 (100%)
R 237 of 602 ~ 39.37%
G 236 of 602 ~ 39.2%
B 129 of 602 ~ 21.43%

%39.37
%39.2
%21.43

CMYK RENK MODELİ

#EDEC81 rengi CMYK tonu (0,0,46,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.42%
  • sarı tonu 45.57%
  • ana renk tonu 7.06%
CMYK:
(0,0,46,7)
C0M0Y46K7 
(0%,0%,46%,7%)
(0.00/0.00/0.46/0.07)	

CMYK yüzdeleri

%0
%0.42
%45.57
%7.06

Codes

Color #EDEC81 in popluar color models

EDEC81
RGB237236129
HSL59°75.00%71.76%
HSB/HSV59°45.57%92.94%
CMYK0.00%0.42%45.57%
7.06%

Color #EDEC81 in popluar number systems.

HEXEDEC81
Decimal237236129
Binary111011011110110010000001
Octal355354201

Shades and tints

Shades of #EDEC81

#EDEC81
(237,236,129)
#D8D776
(216,215,118)
#C3C26B
(195,194,107)
#AEAD60
(174,173,96)
#999855
(153,152,85)
#84834A
(132,131,74)
#6F6E3F
(111,110,63)
#5A5934
(90,89,52)
#454429
(69,68,41)
#302F1E
(48,47,30)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #EDEC81

#EDEC81
(237,236,129)
#EEED8C
(238,237,140)
#EFEE97
(239,238,151)
#F0EFA2
(240,239,162)
#F1F0AD
(241,240,173)
#F2F1B8
(242,241,184)
#F3F2C3
(243,242,195)
#F4F3CE
(244,243,206)
#F5F4D9
(245,244,217)
#F6F5E4
(246,245,228)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEC81; }

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

This text font color is #EDEC81.


Background Color

.myBgColor { background-color: #EDEC81; }

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

This div background color is #EDEC81.


Border color

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

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

This div border color is #EDEC81.


Opacity

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

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

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

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

This text has shadow with #EDEC81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEC81 on black background.


Color preview on white background

This text has color #EDEC81 on white background.



Black color preview on #EDEC81 background

This text has black color on #EDEC81 background.


White color preview on #EDEC81 background

This text has white color on #EDEC81 background.