COLOR #EDE74A

HEX: #EDE74A
RGB: (237,231,74)

Renk bilgisi

#EDE74A contains mainly red and green colors. #EDE74A ‘ nin web güvenlik rengi #FFFF33 (ya da #FF3) dir.

RGB renk modeli

#EDE74A color RGB value is (237,231,74).

  • kırmız ton 237;
  • yeşil ton 231;
  • mavi ton 74.
RGB:
(237,231,74)
(93%,91%,29%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 231 of 255 = 91%
B 74 of 255 = 29%

237
231
74

R + G + B ~ 71%. #EDE74A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 231 + 74 = 542 (100%)
R 237 of 542 ~ 43.73%
G 231 of 542 ~ 42.62%
B 74 of 542 ~ 13.65%

%43.73
%42.62
%13.65

CMYK RENK MODELİ

#EDE74A rengi CMYK tonu (0,3,69,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.53%
  • sarı tonu 68.78%
  • ana renk tonu 7.06%
CMYK:
(0,3,69,7)
C0M3Y69K7 
(0%,3%,69%,7%)
(0.00/0.03/0.69/0.07)	

CMYK yüzdeleri

%0
%2.53
%68.78
%7.06

Codes

Color #EDE74A in popluar color models

EDE74A
RGB23723174
HSL58°81.91%60.98%
HSB/HSV58°68.78%92.94%
CMYK0.00%2.53%68.78%
7.06%

Color #EDE74A in popluar number systems.

HEXEDE74A
Decimal23723174
Binary11101101111001111001010
Octal355347112

Shades and tints

Shades of #EDE74A

#EDE74A
(237,231,74)
#D8D244
(216,210,68)
#C3BD3E
(195,189,62)
#AEA838
(174,168,56)
#999332
(153,147,50)
#847E2C
(132,126,44)
#6F6926
(111,105,38)
#5A5420
(90,84,32)
#453F1A
(69,63,26)
#302A14
(48,42,20)
#1B150E
(27,21,14)
#000000
(0,0,0)

Tints of #EDE74A

#EDE74A
(237,231,74)
#EEE95A
(238,233,90)
#EFEB6A
(239,235,106)
#F0ED7A
(240,237,122)
#F1EF8A
(241,239,138)
#F2F19A
(242,241,154)
#F3F3AA
(243,243,170)
#F4F5BA
(244,245,186)
#F5F7CA
(245,247,202)
#F6F9DA
(246,249,218)
#F7FBEA
(247,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE74A; }

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

This text font color is #EDE74A.


Background Color

.myBgColor { background-color: #EDE74A; }

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

This div background color is #EDE74A.


Border color

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

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

This div border color is #EDE74A.


Opacity

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

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

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

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

This text has shadow with #EDE74A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE74A on black background.


Color preview on white background

This text has color #EDE74A on white background.



Black color preview on #EDE74A background

This text has black color on #EDE74A background.


White color preview on #EDE74A background

This text has white color on #EDE74A background.