COLOR #EDD74B

HEX: #EDD74B
RGB: (237,215,75)

Renk bilgisi

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

RGB renk modeli

#EDD74B color RGB value is (237,215,75).

  • kırmız ton 237;
  • yeşil ton 215;
  • mavi ton 75.
RGB:
(237,215,75)
(93%,84%,29%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 215 of 255 = 84%
B 75 of 255 = 29%

237
215
75

R + G + B ~ 69%. #EDD74B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 215 + 75 = 527 (100%)
R 237 of 527 ~ 44.97%
G 215 of 527 ~ 40.8%
B 75 of 527 ~ 14.23%

%44.97
%40.8
%14.23

CMYK RENK MODELİ

#EDD74B rengi CMYK tonu (0,9,68,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.28%
  • sarı tonu 68.35%
  • ana renk tonu 7.06%
CMYK:
(0,9,68,7)
C0M9Y68K7 
(0%,9%,68%,7%)
(0.00/0.09/0.68/0.07)	

CMYK yüzdeleri

%0
%9.28
%68.35
%7.06

Codes

Color #EDD74B in popluar color models

EDD74B
RGB23721575
HSL52°81.82%61.18%
HSB/HSV52°68.35%92.94%
CMYK0.00%9.28%68.35%
7.06%

Color #EDD74B in popluar number systems.

HEXEDD74B
Decimal23721575
Binary11101101110101111001011
Octal355327113

Shades and tints

Shades of #EDD74B

#EDD74B
(237,215,75)
#D8C445
(216,196,69)
#C3B13F
(195,177,63)
#AE9E39
(174,158,57)
#998B33
(153,139,51)
#84782D
(132,120,45)
#6F6527
(111,101,39)
#5A5221
(90,82,33)
#453F1B
(69,63,27)
#302C15
(48,44,21)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #EDD74B

#EDD74B
(237,215,75)
#EEDA5B
(238,218,91)
#EFDD6B
(239,221,107)
#F0E07B
(240,224,123)
#F1E38B
(241,227,139)
#F2E69B
(242,230,155)
#F3E9AB
(243,233,171)
#F4ECBB
(244,236,187)
#F5EFCB
(245,239,203)
#F6F2DB
(246,242,219)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD74B; }

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

This text font color is #EDD74B.


Background Color

.myBgColor { background-color: #EDD74B; }

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

This div background color is #EDD74B.


Border color

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

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

This div border color is #EDD74B.


Opacity

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

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

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

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

This text has shadow with #EDD74B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD74B on black background.


Color preview on white background

This text has color #EDD74B on white background.



Black color preview on #EDD74B background

This text has black color on #EDD74B background.


White color preview on #EDD74B background

This text has white color on #EDD74B background.