COLOR #ECC081

HEX: #ECC081
RGB: (236,192,129)

Renk bilgisi

#ECC081 contains mainly red and green colors. #ECC081 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#ECC081 color RGB value is (236,192,129).

  • kırmız ton 236;
  • yeşil ton 192;
  • mavi ton 129.
RGB:
(236,192,129)
(93%,75%,51%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 192 of 255 = 75%
B 129 of 255 = 51%

236
192
129

R + G + B ~ 73%. #ECC081 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 192 + 129 = 557 (100%)
R 236 of 557 ~ 42.37%
G 192 of 557 ~ 34.47%
B 129 of 557 ~ 23.16%

%42.37
%34.47
%23.16

CMYK RENK MODELİ

#ECC081 rengi CMYK tonu (0,19,45,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.64%
  • sarı tonu 45.34%
  • ana renk tonu 7.45%
CMYK:
(0,19,45,7)
C0M19Y45K7 
(0%,19%,45%,7%)
(0.00/0.19/0.45/0.07)	

CMYK yüzdeleri

%0
%18.64
%45.34
%7.45

Codes

Color #ECC081 in popluar color models

ECC081
RGB236192129
HSL35°73.79%71.57%
HSB/HSV35°45.34%92.55%
CMYK0.00%18.64%45.34%
7.45%

Color #ECC081 in popluar number systems.

HEXECC081
Decimal236192129
Binary111011001100000010000001
Octal354300201

Shades and tints

Shades of #ECC081

#ECC081
(236,192,129)
#D7AF76
(215,175,118)
#C29E6B
(194,158,107)
#AD8D60
(173,141,96)
#987C55
(152,124,85)
#836B4A
(131,107,74)
#6E5A3F
(110,90,63)
#594934
(89,73,52)
#443829
(68,56,41)
#2F271E
(47,39,30)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #ECC081

#ECC081
(236,192,129)
#EDC58C
(237,197,140)
#EECA97
(238,202,151)
#EFCFA2
(239,207,162)
#F0D4AD
(240,212,173)
#F1D9B8
(241,217,184)
#F2DEC3
(242,222,195)
#F3E3CE
(243,227,206)
#F4E8D9
(244,232,217)
#F5EDE4
(245,237,228)
#F6F2EF
(246,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC081 color. Also use rgb(236,192,129) instead hex code.

Text Font Color

.myTextColor { color: #ECC081; }

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

This text font color is #ECC081.


Background Color

.myBgColor { background-color: #ECC081; }

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

This div background color is #ECC081.


Border color

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

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

This div border color is #ECC081.


Opacity

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

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

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

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

This text has shadow with #ECC081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC081 on black background.


Color preview on white background

This text has color #ECC081 on white background.



Black color preview on #ECC081 background

This text has black color on #ECC081 background.


White color preview on #ECC081 background

This text has white color on #ECC081 background.