COLOR #ECC111

HEX: #ECC111
RGB: (236,193,17)

Renk bilgisi

#ECC111 contains mainly red and green colors. #ECC111 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#ECC111 color RGB value is (236,193,17).

  • kırmız ton 236;
  • yeşil ton 193;
  • mavi ton 17.
RGB:
(236,193,17)
(93%,76%,7%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 193 of 255 = 76%
B 17 of 255 = 7%

236
193
17

R + G + B ~ 59%. #ECC111 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 193 + 17 = 446 (100%)
R 236 of 446 ~ 52.91%
G 193 of 446 ~ 43.27%
B 17 of 446 ~ 3.81%

%52.91
%43.27

CMYK RENK MODELİ

#ECC111 rengi CMYK tonu (0,18,93,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.22%
  • sarı tonu 92.80%
  • ana renk tonu 7.45%
CMYK:
(0,18,93,7)
C0M18Y93K7 
(0%,18%,93%,7%)
(0.00/0.18/0.93/0.07)	

CMYK yüzdeleri

%0
%18.22
%92.8
%7.45

Codes

Color #ECC111 in popluar color models

ECC111
RGB23619317
HSL48°86.56%49.61%
HSB/HSV48°92.80%92.55%
CMYK0.00%18.22%92.80%
7.45%

Color #ECC111 in popluar number systems.

HEXECC111
Decimal23619317
Binary111011001100000110001
Octal35430121

Shades and tints

Shades of #ECC111

#ECC111
(236,193,17)
#D7B010
(215,176,16)
#C29F0F
(194,159,15)
#AD8E0E
(173,142,14)
#987D0D
(152,125,13)
#836C0C
(131,108,12)
#6E5B0B
(110,91,11)
#594A0A
(89,74,10)
#443909
(68,57,9)
#2F2808
(47,40,8)
#1A1707
(26,23,7)
#000000
(0,0,0)

Tints of #ECC111

#ECC111
(236,193,17)
#EDC626
(237,198,38)
#EECB3B
(238,203,59)
#EFD050
(239,208,80)
#F0D565
(240,213,101)
#F1DA7A
(241,218,122)
#F2DF8F
(242,223,143)
#F3E4A4
(243,228,164)
#F4E9B9
(244,233,185)
#F5EECE
(245,238,206)
#F6F3E3
(246,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC111 color. Also use rgb(236,193,17) instead hex code.

Text Font Color

.myTextColor { color: #ECC111; }

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

This text font color is #ECC111.


Background Color

.myBgColor { background-color: #ECC111; }

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

This div background color is #ECC111.


Border color

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

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

This div border color is #ECC111.


Opacity

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

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

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

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

This text has shadow with #ECC111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC111 on black background.


Color preview on white background

This text has color #ECC111 on white background.



Black color preview on #ECC111 background

This text has black color on #ECC111 background.


White color preview on #ECC111 background

This text has white color on #ECC111 background.