COLOR #ECE648

HEX: #ECE648
RGB: (236,230,72)

Color info

#ECE648 contains mainly red and green colors. Web safe color of #ECE648 is #FFCC33 (or #FC3).

RGB color model

#ECE648 color RGB value is (236,230,72).

  • red value is 236;
  • green value is 230;
  • blue value is 72.
RGB:
(236,230,72)
(93%,90%,28%)

RGB channels and saturation

R 236 of 255 = 93%
G 230 of 255 = 90%
B 72 of 255 = 28%

236
230
72

R + G + B ~ 70%. #ECE648 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 230 + 72 = 538 (100%)
R 236 of 538 ~ 43.87%
G 230 of 538 ~ 42.75%
B 72 of 538 ~ 13.38%

%43.87
%42.75
%13.38

CMYK color model

#ECE648 color CMYK value is (0,3,69,7).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 69.49%
  • key color value is 7.45%
CMYK:
(0,3,69,7)
C0M3Y69K7 
(0%,3%,69%,7%)
(0.00/0.03/0.69/0.07)	

CMYK percentages

%0
%2.54
%69.49
%7.45

Codes

Color #ECE648 in popluar color models

ECE648
RGB23623072
HSL58°81.19%60.39%
HSB/HSV58°69.49%92.55%
CMYK0.00%2.54%69.49%
7.45%

Color #ECE648 in popluar number systems.

HEXECE648
Decimal23623072
Binary11101100111001101001000
Octal354346110

Shades and tints

Shades of #ECE648

#ECE648
(236,230,72)
#D7D242
(215,210,66)
#C2BE3C
(194,190,60)
#ADAA36
(173,170,54)
#989630
(152,150,48)
#83822A
(131,130,42)
#6E6E24
(110,110,36)
#595A1E
(89,90,30)
#444618
(68,70,24)
#2F3212
(47,50,18)
#1A1E0C
(26,30,12)
#000000
(0,0,0)

Tints of #ECE648

#ECE648
(236,230,72)
#EDE858
(237,232,88)
#EEEA68
(238,234,104)
#EFEC78
(239,236,120)
#F0EE88
(240,238,136)
#F1F098
(241,240,152)
#F2F2A8
(242,242,168)
#F3F4B8
(243,244,184)
#F4F6C8
(244,246,200)
#F5F8D8
(245,248,216)
#F6FAE8
(246,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE648 color. Also use rgb(236,230,72) instead hex code.

Text Font Color

.myTextColor { color: #ECE648; }

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

This text font color is #ECE648.


Background Color

.myBgColor { background-color: #ECE648; }

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

This div background color is #ECE648.


Border color

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

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

This div border color is #ECE648.


Opacity

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

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

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

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

This text has shadow with #ECE648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECE648 on black background.


Color preview on white background

This text has color #ECE648 on white background.



Black color preview on #ECE648 background

This text has black color on #ECE648 background.


White color preview on #ECE648 background

This text has white color on #ECE648 background.