COLOR #ECCF37

HEX: #ECCF37
RGB: (236,207,55)

Color info

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

RGB color model

#ECCF37 color RGB value is (236,207,55).

  • red value is 236;
  • green value is 207;
  • blue value is 55.
RGB:
(236,207,55)
(93%,81%,22%)

RGB channels and saturation

R 236 of 255 = 93%
G 207 of 255 = 81%
B 55 of 255 = 22%

236
207
55

R + G + B ~ 65%. #ECCF37 is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 207 + 55 = 498 (100%)
R 236 of 498 ~ 47.39%
G 207 of 498 ~ 41.57%
B 55 of 498 ~ 11.04%

%47.39
%41.57
%11.04

CMYK color model

#ECCF37 color CMYK value is (0,12,77,7).

  • cyan value is 0.00%
  • magenta value is 12.29%
  • yellow value is 76.69%
  • key color value is 7.45%
CMYK:
(0,12,77,7)
C0M12Y77K7 
(0%,12%,77%,7%)
(0.00/0.12/0.77/0.07)	

CMYK percentages

%0
%12.29
%76.69
%7.45

Codes

Color #ECCF37 in popluar color models

ECCF37
RGB23620755
HSL50°82.65%57.06%
HSB/HSV50°76.69%92.55%
CMYK0.00%12.29%76.69%
7.45%

Color #ECCF37 in popluar number systems.

HEXECCF37
Decimal23620755
Binary1110110011001111110111
Octal35431767

Shades and tints

Shades of #ECCF37

#ECCF37
(236,207,55)
#D7BD32
(215,189,50)
#C2AB2D
(194,171,45)
#AD9928
(173,153,40)
#988723
(152,135,35)
#83751E
(131,117,30)
#6E6319
(110,99,25)
#595114
(89,81,20)
#443F0F
(68,63,15)
#2F2D0A
(47,45,10)
#1A1B05
(26,27,5)
#000000
(0,0,0)

Tints of #ECCF37

#ECCF37
(236,207,55)
#EDD349
(237,211,73)
#EED75B
(238,215,91)
#EFDB6D
(239,219,109)
#F0DF7F
(240,223,127)
#F1E391
(241,227,145)
#F2E7A3
(242,231,163)
#F3EBB5
(243,235,181)
#F4EFC7
(244,239,199)
#F5F3D9
(245,243,217)
#F6F7EB
(246,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECCF37 color. Also use rgb(236,207,55) instead hex code.

Text Font Color

.myTextColor { color: #ECCF37; }

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

This text font color is #ECCF37.


Background Color

.myBgColor { background-color: #ECCF37; }

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

This div background color is #ECCF37.


Border color

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

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

This div border color is #ECCF37.


Opacity

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

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

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

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

This text has shadow with #ECCF37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECCF37 on black background.


Color preview on white background

This text has color #ECCF37 on white background.



Black color preview on #ECCF37 background

This text has black color on #ECCF37 background.


White color preview on #ECCF37 background

This text has white color on #ECCF37 background.