COLOR #ECF065

HEX: #ECF065 RGB: (236,240,101)

Color info

#ECF065 contains mainly red and green colors. Web safe color of #ECF065 is #FFFF66 (or #FF6).

RGB color model

#ECF065 color RGB value is (236,240,101).

RGB: (236,240,101) (93%, 94%, 40%)

RGB channels and saturation

R 236 of 255 = 93%
G 240 of 255 = 94%
B 101 of 255 = 40%

236
240
101

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

Portions of RGB colors in percentages

R + G + B = 236 + 240 + 101 = 577 (100%)
R 236 of 577 ~ 40.9%
G 240 of 577 ~ 41.59%
B 101 of 577 ~ 17.5'%

%40.9
%41.59
%17.5

CMYK color model

#ECF065 color CMYK value is (2,0,58,6).

  • cyan value is 1.67%
  • magenta value is 0.00%
  • yellow value is 57.92%
  • key color value is 5.88%

CMYK: (2,0,58,6)
C2M0Y58K6 (2%, 0%, 58%, 6%)
(0.02 / 0.00 / 0.58 / 0.06)

CMYK percentages

%1.67
%0
%57.92
%5.88

Codes

Color #ECF065 in popluar color models

EC F0 65
RGB 236 240 101
HSL 62° 82.25% 66.86%
HSB/HSV 62° 57.92% 94.12%
CMYK 1.67% 0.00% 57.92%
5.88%

Color #ECF065 in popluar number systems.

HEX EC F0 65
Decimal 236 240 101
Binary 11101100 11110000 1100101
Octal 354 360 145

Shades and tints

Shades of #ECF065

#ECF065
(236,240,101)
#D7DB5C
(215,219,92)
#C2C653
(194,198,83)
#ADB14A
(173,177,74)
#989C41
(152,156,65)
#838738
(131,135,56)
#6E722F
(110,114,47)
#595D26
(89,93,38)
#44481D
(68,72,29)
#2F3314
(47,51,20)
#1A1E0B
(26,30,11)
#000000
(0,0,0)

Tints of #ECF065

#ECF065
(236,240,101)
#EDF173
(237,241,115)
#EEF281
(238,242,129)
#EFF38F
(239,243,143)
#F0F49D
(240,244,157)
#F1F5AB
(241,245,171)
#F2F6B9
(242,246,185)
#F3F7C7
(243,247,199)
#F4F8D5
(244,248,213)
#F5F9E3
(245,249,227)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECF065 color. Also use rgb(236,240,101) instead hex code.

Text Font Color

.myTextColor { color: #ECF065; }

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

This text font color is #ECF065.

Background Color

.myBgColor { background-color: #ECF065; }

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

This div background color is #ECF065.

Border color

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

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

This div border color is #ECF065.

Opacity

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

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

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

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

This text has shadow with #ECF065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECF065.

Preview

Color preview on black background

This text has color #ECF065 on black background.


Color preview on white background

This text has color #ECF065 on white background.


Black color preview on #ECF065 background

This text has black color on #ECF065 background.


White color preview on #ECF065 background

This text has white color on #ECF065 background.


Related colors

Complementary color

Complementary color for #hex is #130F9A.


I love getcolorcode.com

Triadic colors

1 #65ECF0 and #F065EC with #ECF065 are triadic colors.

2 #65F0EC and #F0EC65 with #ECF065 are triadic colors.