COLOR #ECC85A

HEX: #ECC85A
RGB: (236,200,90)

Renk bilgisi

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

RGB renk modeli

#ECC85A color RGB value is (236,200,90).

  • kırmız ton 236;
  • yeşil ton 200;
  • mavi ton 90.
RGB:
(236,200,90)
(93%,78%,35%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 200 of 255 = 78%
B 90 of 255 = 35%

236
200
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 200 + 90 = 526 (100%)
R 236 of 526 ~ 44.87%
G 200 of 526 ~ 38.02%
B 90 of 526 ~ 17.11%

%44.87
%38.02
%17.11

CMYK RENK MODELİ

#ECC85A rengi CMYK tonu (0,15,62,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.25%
  • sarı tonu 61.86%
  • ana renk tonu 7.45%
CMYK:
(0,15,62,7)
C0M15Y62K7 
(0%,15%,62%,7%)
(0.00/0.15/0.62/0.07)	

CMYK yüzdeleri

%0
%15.25
%61.86
%7.45

Codes

Color #ECC85A in popluar color models

ECC85A
RGB23620090
HSL45°79.35%63.92%
HSB/HSV45°61.86%92.55%
CMYK0.00%15.25%61.86%
7.45%

Color #ECC85A in popluar number systems.

HEXECC85A
Decimal23620090
Binary11101100110010001011010
Octal354310132

Shades and tints

Shades of #ECC85A

#ECC85A
(236,200,90)
#D7B652
(215,182,82)
#C2A44A
(194,164,74)
#AD9242
(173,146,66)
#98803A
(152,128,58)
#836E32
(131,110,50)
#6E5C2A
(110,92,42)
#594A22
(89,74,34)
#44381A
(68,56,26)
#2F2612
(47,38,18)
#1A140A
(26,20,10)
#000000
(0,0,0)

Tints of #ECC85A

#ECC85A
(236,200,90)
#EDCD69
(237,205,105)
#EED278
(238,210,120)
#EFD787
(239,215,135)
#F0DC96
(240,220,150)
#F1E1A5
(241,225,165)
#F2E6B4
(242,230,180)
#F3EBC3
(243,235,195)
#F4F0D2
(244,240,210)
#F5F5E1
(245,245,225)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC85A color. Also use rgb(236,200,90) instead hex code.

Text Font Color

.myTextColor { color: #ECC85A; }

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

This text font color is #ECC85A.


Background Color

.myBgColor { background-color: #ECC85A; }

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

This div background color is #ECC85A.


Border color

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

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

This div border color is #ECC85A.


Opacity

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

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

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

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

This text has shadow with #ECC85A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC85A on black background.


Color preview on white background

This text has color #ECC85A on white background.



Black color preview on #ECC85A background

This text has black color on #ECC85A background.


White color preview on #ECC85A background

This text has white color on #ECC85A background.