COLOR #ECB06B

HEX: #ECB06B
RGB: (236,176,107)

Renk bilgisi

#ECB06B contains mainly red color. #ECB06B ‘ nin web güvenlik rengi #FF9966 (ya da #F96) dir.

RGB renk modeli

#ECB06B color RGB value is (236,176,107).

  • kırmız ton 236;
  • yeşil ton 176;
  • mavi ton 107.
RGB:
(236,176,107)
(93%,69%,42%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 176 of 255 = 69%
B 107 of 255 = 42%

236
176
107

R + G + B ~ 68%. #ECB06B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 176 + 107 = 519 (100%)
R 236 of 519 ~ 45.47%
G 176 of 519 ~ 33.91%
B 107 of 519 ~ 20.62%

%45.47
%33.91
%20.62

CMYK RENK MODELİ

#ECB06B rengi CMYK tonu (0,25,55,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.42%
  • sarı tonu 54.66%
  • ana renk tonu 7.45%
CMYK:
(0,25,55,7)
C0M25Y55K7 
(0%,25%,55%,7%)
(0.00/0.25/0.55/0.07)	

CMYK yüzdeleri

%0
%25.42
%54.66
%7.45

Codes

Color #ECB06B in popluar color models

ECB06B
RGB236176107
HSL32°77.25%67.25%
HSB/HSV32°54.66%92.55%
CMYK0.00%25.42%54.66%
7.45%

Color #ECB06B in popluar number systems.

HEXECB06B
Decimal236176107
Binary11101100101100001101011
Octal354260153

Shades and tints

Shades of #ECB06B

#ECB06B
(236,176,107)
#D7A062
(215,160,98)
#C29059
(194,144,89)
#AD8050
(173,128,80)
#987047
(152,112,71)
#83603E
(131,96,62)
#6E5035
(110,80,53)
#59402C
(89,64,44)
#443023
(68,48,35)
#2F201A
(47,32,26)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #ECB06B

#ECB06B
(236,176,107)
#EDB778
(237,183,120)
#EEBE85
(238,190,133)
#EFC592
(239,197,146)
#F0CC9F
(240,204,159)
#F1D3AC
(241,211,172)
#F2DAB9
(242,218,185)
#F3E1C6
(243,225,198)
#F4E8D3
(244,232,211)
#F5EFE0
(245,239,224)
#F6F6ED
(246,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB06B color. Also use rgb(236,176,107) instead hex code.

Text Font Color

.myTextColor { color: #ECB06B; }

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

This text font color is #ECB06B.


Background Color

.myBgColor { background-color: #ECB06B; }

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

This div background color is #ECB06B.


Border color

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

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

This div border color is #ECB06B.


Opacity

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

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

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

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

This text has shadow with #ECB06B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECB06B on black background.


Color preview on white background

This text has color #ECB06B on white background.



Black color preview on #ECB06B background

This text has black color on #ECB06B background.


White color preview on #ECB06B background

This text has white color on #ECB06B background.