COLOR #EDCE40

HEX: #EDCE40
RGB: (237,206,64)

Renk bilgisi

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

RGB renk modeli

#EDCE40 color RGB value is (237,206,64).

  • kırmız ton 237;
  • yeşil ton 206;
  • mavi ton 64.
RGB:
(237,206,64)
(93%,81%,25%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 206 of 255 = 81%
B 64 of 255 = 25%

237
206
64

R + G + B ~ 66%. #EDCE40 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 206 + 64 = 507 (100%)
R 237 of 507 ~ 46.75%
G 206 of 507 ~ 40.63%
B 64 of 507 ~ 12.62%

%46.75
%40.63
%12.62

CMYK RENK MODELİ

#EDCE40 rengi CMYK tonu (0,13,73,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.08%
  • sarı tonu 73.00%
  • ana renk tonu 7.06%
CMYK:
(0,13,73,7)
C0M13Y73K7 
(0%,13%,73%,7%)
(0.00/0.13/0.73/0.07)	

CMYK yüzdeleri

%0
%13.08
%73
%7.06

Codes

Color #EDCE40 in popluar color models

EDCE40
RGB23720664
HSL49°82.78%59.02%
HSB/HSV49°73.00%92.94%
CMYK0.00%13.08%73.00%
7.06%

Color #EDCE40 in popluar number systems.

HEXEDCE40
Decimal23720664
Binary11101101110011101000000
Octal355316100

Shades and tints

Shades of #EDCE40

#EDCE40
(237,206,64)
#D8BC3B
(216,188,59)
#C3AA36
(195,170,54)
#AE9831
(174,152,49)
#99862C
(153,134,44)
#847427
(132,116,39)
#6F6222
(111,98,34)
#5A501D
(90,80,29)
#453E18
(69,62,24)
#302C13
(48,44,19)
#1B1A0E
(27,26,14)
#000000
(0,0,0)

Tints of #EDCE40

#EDCE40
(237,206,64)
#EED251
(238,210,81)
#EFD662
(239,214,98)
#F0DA73
(240,218,115)
#F1DE84
(241,222,132)
#F2E295
(242,226,149)
#F3E6A6
(243,230,166)
#F4EAB7
(244,234,183)
#F5EEC8
(245,238,200)
#F6F2D9
(246,242,217)
#F7F6EA
(247,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCE40 color. Also use rgb(237,206,64) instead hex code.

Text Font Color

.myTextColor { color: #EDCE40; }

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

This text font color is #EDCE40.


Background Color

.myBgColor { background-color: #EDCE40; }

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

This div background color is #EDCE40.


Border color

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

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

This div border color is #EDCE40.


Opacity

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

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

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

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

This text has shadow with #EDCE40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCE40 on black background.


Color preview on white background

This text has color #EDCE40 on white background.



Black color preview on #EDCE40 background

This text has black color on #EDCE40 background.


White color preview on #EDCE40 background

This text has white color on #EDCE40 background.