COLOR #ECEB65

HEX: #ECEB65
RGB: (236,235,101)

Color info

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

RGB color model

#ECEB65 color RGB value is (236,235,101).

  • red value is 236;
  • green value is 235;
  • blue value is 101.
RGB:
(236,235,101)
(93%,92%,40%)

RGB channels and saturation

R 236 of 255 = 93%
G 235 of 255 = 92%
B 101 of 255 = 40%

236
235
101

R + G + B ~ 75%. #ECEB65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 235 + 101 = 572 (100%)
R 236 of 572 ~ 41.26%
G 235 of 572 ~ 41.08%
B 101 of 572 ~ 17.66%

%41.26
%41.08
%17.66

CMYK color model

#ECEB65 color CMYK value is (0,0,57,7).

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 57.20%
  • key color value is 7.45%
CMYK:
(0,0,57,7)
C0M0Y57K7 
(0%,0%,57%,7%)
(0.00/0.00/0.57/0.07)	

CMYK percentages

%0
%0.42
%57.2
%7.45

Codes

Color #ECEB65 in popluar color models

ECEB65
RGB236235101
HSL60°78.03%66.08%
HSB/HSV60°57.20%92.55%
CMYK0.00%0.42%57.20%
7.45%

Color #ECEB65 in popluar number systems.

HEXECEB65
Decimal236235101
Binary11101100111010111100101
Octal354353145

Shades and tints

Shades of #ECEB65

#ECEB65
(236,235,101)
#D7D65C
(215,214,92)
#C2C153
(194,193,83)
#ADAC4A
(173,172,74)
#989741
(152,151,65)
#838238
(131,130,56)
#6E6D2F
(110,109,47)
#595826
(89,88,38)
#44431D
(68,67,29)
#2F2E14
(47,46,20)
#1A190B
(26,25,11)
#000000
(0,0,0)

Tints of #ECEB65

#ECEB65
(236,235,101)
#EDEC73
(237,236,115)
#EEED81
(238,237,129)
#EFEE8F
(239,238,143)
#F0EF9D
(240,239,157)
#F1F0AB
(241,240,171)
#F2F1B9
(242,241,185)
#F3F2C7
(243,242,199)
#F4F3D5
(244,243,213)
#F5F4E3
(245,244,227)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEB65; }

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

This text font color is #ECEB65.


Background Color

.myBgColor { background-color: #ECEB65; }

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

This div background color is #ECEB65.


Border color

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

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

This div border color is #ECEB65.


Opacity

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

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

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

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

This text has shadow with #ECEB65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECEB65 on black background.


Color preview on white background

This text has color #ECEB65 on white background.



Black color preview on #ECEB65 background

This text has black color on #ECEB65 background.


White color preview on #ECEB65 background

This text has white color on #ECEB65 background.