COLOR #EDDD41

HEX: #EDDD41
RGB: (237,221,65)

Renk bilgisi

#EDDD41 contains mainly red and green colors. #EDDD41 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#EDDD41 color RGB value is (237,221,65).

  • kırmız ton 237;
  • yeşil ton 221;
  • mavi ton 65.
RGB:
(237,221,65)
(93%,87%,25%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 221 of 255 = 87%
B 65 of 255 = 25%

237
221
65

R + G + B ~ 68%. #EDDD41 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 221 + 65 = 523 (100%)
R 237 of 523 ~ 45.32%
G 221 of 523 ~ 42.26%
B 65 of 523 ~ 12.43%

%45.32
%42.26
%12.43

CMYK RENK MODELİ

#EDDD41 rengi CMYK tonu (0,7,73,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.75%
  • sarı tonu 72.57%
  • ana renk tonu 7.06%
CMYK:
(0,7,73,7)
C0M7Y73K7 
(0%,7%,73%,7%)
(0.00/0.07/0.73/0.07)	

CMYK yüzdeleri

%0
%6.75
%72.57
%7.06

Codes

Color #EDDD41 in popluar color models

EDDD41
RGB23722165
HSL54°82.69%59.22%
HSB/HSV54°72.57%92.94%
CMYK0.00%6.75%72.57%
7.06%

Color #EDDD41 in popluar number systems.

HEXEDDD41
Decimal23722165
Binary11101101110111011000001
Octal355335101

Shades and tints

Shades of #EDDD41

#EDDD41
(237,221,65)
#D8C93C
(216,201,60)
#C3B537
(195,181,55)
#AEA132
(174,161,50)
#998D2D
(153,141,45)
#847928
(132,121,40)
#6F6523
(111,101,35)
#5A511E
(90,81,30)
#453D19
(69,61,25)
#302914
(48,41,20)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #EDDD41

#EDDD41
(237,221,65)
#EEE052
(238,224,82)
#EFE363
(239,227,99)
#F0E674
(240,230,116)
#F1E985
(241,233,133)
#F2EC96
(242,236,150)
#F3EFA7
(243,239,167)
#F4F2B8
(244,242,184)
#F5F5C9
(245,245,201)
#F6F8DA
(246,248,218)
#F7FBEB
(247,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDDD41; }

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

This text font color is #EDDD41.


Background Color

.myBgColor { background-color: #EDDD41; }

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

This div background color is #EDDD41.


Border color

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

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

This div border color is #EDDD41.


Opacity

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

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

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

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

This text has shadow with #EDDD41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDDD41 on black background.


Color preview on white background

This text has color #EDDD41 on white background.



Black color preview on #EDDD41 background

This text has black color on #EDDD41 background.


White color preview on #EDDD41 background

This text has white color on #EDDD41 background.