COLOR #EDCE55

HEX: #EDCE55
RGB: (237,206,85)

Renk bilgisi

#EDCE55 contains mainly red and green colors. #EDCE55 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EDCE55 color RGB value is (237,206,85).

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

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 206 of 255 = 81%
B 85 of 255 = 33%

237
206
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 206 + 85 = 528 (100%)
R 237 of 528 ~ 44.89%
G 206 of 528 ~ 39.02%
B 85 of 528 ~ 16.1%

%44.89
%39.02
%16.1

CMYK RENK MODELİ

#EDCE55 rengi CMYK tonu (0,13,64,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.08%
  • sarı tonu 64.14%
  • ana renk tonu 7.06%
CMYK:
(0,13,64,7)
C0M13Y64K7 
(0%,13%,64%,7%)
(0.00/0.13/0.64/0.07)	

CMYK yüzdeleri

%0
%13.08
%64.14
%7.06

Codes

Color #EDCE55 in popluar color models

EDCE55
RGB23720685
HSL48°80.85%63.14%
HSB/HSV48°64.14%92.94%
CMYK0.00%13.08%64.14%
7.06%

Color #EDCE55 in popluar number systems.

HEXEDCE55
Decimal23720685
Binary11101101110011101010101
Octal355316125

Shades and tints

Shades of #EDCE55

#EDCE55
(237,206,85)
#D8BC4E
(216,188,78)
#C3AA47
(195,170,71)
#AE9840
(174,152,64)
#998639
(153,134,57)
#847432
(132,116,50)
#6F622B
(111,98,43)
#5A5024
(90,80,36)
#453E1D
(69,62,29)
#302C16
(48,44,22)
#1B1A0F
(27,26,15)
#000000
(0,0,0)

Tints of #EDCE55

#EDCE55
(237,206,85)
#EED264
(238,210,100)
#EFD673
(239,214,115)
#F0DA82
(240,218,130)
#F1DE91
(241,222,145)
#F2E2A0
(242,226,160)
#F3E6AF
(243,230,175)
#F4EABE
(244,234,190)
#F5EECD
(245,238,205)
#F6F2DC
(246,242,220)
#F7F6EB
(247,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCE55; }

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

This text font color is #EDCE55.


Background Color

.myBgColor { background-color: #EDCE55; }

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

This div background color is #EDCE55.


Border color

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

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

This div border color is #EDCE55.


Opacity

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

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

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

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

This text has shadow with #EDCE55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCE55 on black background.


Color preview on white background

This text has color #EDCE55 on white background.



Black color preview on #EDCE55 background

This text has black color on #EDCE55 background.


White color preview on #EDCE55 background

This text has white color on #EDCE55 background.