COLOR #ECC299

HEX: #ECC299
RGB: (236,194,153)

Renk bilgisi

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

RGB renk modeli

#ECC299 color RGB value is (236,194,153).

  • kırmız ton 236;
  • yeşil ton 194;
  • mavi ton 153.
RGB:
(236,194,153)
(93%,76%,60%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 194 of 255 = 76%
B 153 of 255 = 60%

236
194
153

R + G + B ~ 76%. #ECC299 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 194 + 153 = 583 (100%)
R 236 of 583 ~ 40.48%
G 194 of 583 ~ 33.28%
B 153 of 583 ~ 26.24%

%40.48
%33.28
%26.24

CMYK RENK MODELİ

#ECC299 rengi CMYK tonu (0,18,35,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.80%
  • sarı tonu 35.17%
  • ana renk tonu 7.45%
CMYK:
(0,18,35,7)
C0M18Y35K7 
(0%,18%,35%,7%)
(0.00/0.18/0.35/0.07)	

CMYK yüzdeleri

%0
%17.8
%35.17
%7.45

Codes

Color #ECC299 in popluar color models

ECC299
RGB236194153
HSL30°68.60%76.27%
HSB/HSV30°35.17%92.55%
CMYK0.00%17.80%35.17%
7.45%

Color #ECC299 in popluar number systems.

HEXECC299
Decimal236194153
Binary111011001100001010011001
Octal354302231

Shades and tints

Shades of #ECC299

#ECC299
(236,194,153)
#D7B18C
(215,177,140)
#C2A07F
(194,160,127)
#AD8F72
(173,143,114)
#987E65
(152,126,101)
#836D58
(131,109,88)
#6E5C4B
(110,92,75)
#594B3E
(89,75,62)
#443A31
(68,58,49)
#2F2924
(47,41,36)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #ECC299

#ECC299
(236,194,153)
#EDC7A2
(237,199,162)
#EECCAB
(238,204,171)
#EFD1B4
(239,209,180)
#F0D6BD
(240,214,189)
#F1DBC6
(241,219,198)
#F2E0CF
(242,224,207)
#F3E5D8
(243,229,216)
#F4EAE1
(244,234,225)
#F5EFEA
(245,239,234)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECC299 color. Also use rgb(236,194,153) instead hex code.

Text Font Color

.myTextColor { color: #ECC299; }

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

This text font color is #ECC299.


Background Color

.myBgColor { background-color: #ECC299; }

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

This div background color is #ECC299.


Border color

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

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

This div border color is #ECC299.


Opacity

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

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

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

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

This text has shadow with #ECC299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECC299 on black background.


Color preview on white background

This text has color #ECC299 on white background.



Black color preview on #ECC299 background

This text has black color on #ECC299 background.


White color preview on #ECC299 background

This text has white color on #ECC299 background.