COLOR #ECF299

HEX: #ECF299 RGB: (236,242,153)

Renk bilgisi

#ECF299 contains mainly red and green colors. #ECF299 ‘ nin web güvenlik rengi #FFFF99 (ya da #FF9) dir.

RGB renk modeli

#ECF299 color RGB value is (236,242,153).

RGB: (236,242,153) (93%, 95%, 60%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 242 of 255 = 95%
B 153 of 255 = 60%

236
242
153

R + G + B ~ 83%. #ECF299 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 236 + 242 + 153 = 631 (100%)
R 236 of 631 ~ 37.4%
G 242 of 631 ~ 38.35%
B 153 of 631 ~ 24.25'%

%37.4
%38.35
%24.25

CMYK RENK MODELİ

#ECF299 rengi CMYK tonu (2,0,37,5).

  • camgöbeği tonu 2.48%
  • eflatun tonu 0.00%
  • sarı tonu 36.78%
  • ana renk tonu 5.10%

CMYK: (2,0,37,5)
C2M0Y37K5 (2%, 0%, 37%, 5%)
(0.02 / 0.00 / 0.37 / 0.05)

CMYK yüzdeleri

%2.48
%0
%36.78
%5.1

Codes

Color #ECF299 in popluar color models

EC F2 99
RGB 236 242 153
HSL 64° 77.39% 77.45%
HSB/HSV 64° 36.78% 94.90%
CMYK 2.48% 0.00% 36.78%
5.10%

Color #ECF299 in popluar number systems.

HEX EC F2 99
Decimal 236 242 153
Binary 11101100 11110010 10011001
Octal 354 362 231

Shades and tints

Shades of #ECF299

#ECF299
(236,242,153)
#D7DC8C
(215,220,140)
#C2C67F
(194,198,127)
#ADB072
(173,176,114)
#989A65
(152,154,101)
#838458
(131,132,88)
#6E6E4B
(110,110,75)
#59583E
(89,88,62)
#444231
(68,66,49)
#2F2C24
(47,44,36)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #ECF299

#ECF299
(236,242,153)
#EDF3A2
(237,243,162)
#EEF4AB
(238,244,171)
#EFF5B4
(239,245,180)
#F0F6BD
(240,246,189)
#F1F7C6
(241,247,198)
#F2F8CF
(242,248,207)
#F3F9D8
(243,249,216)
#F4FAE1
(244,250,225)
#F5FBEA
(245,251,234)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECF299; }

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

This text font color is #ECF299.

Background Color

.myBgColor { background-color: #ECF299; }

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

This div background color is #ECF299.

Border color

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

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

This div border color is #ECF299.

Opacity

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

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

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

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

This text has shadow with #ECF299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF299.

Preview

Color preview on black background

This text has color #ECF299 on black background.


Color preview on white background

This text has color #ECF299 on white background.


Black color preview on #ECF299 background

This text has black color on #ECF299 background.


White color preview on #ECF299 background

This text has white color on #ECF299 background.


Related colors

Complementary color

Complementary color for #hex is #130D66.


I love getcolorcode.com

Triadic colors

1 #99ECF2 and #F299EC with #ECF299 are triadic colors.

2 #99F2EC and #F2EC99 with #ECF299 are triadic colors.