COLOR #ECD058

HEX: #ECD058 RGB: (236,208,88)

Color info

#ECD058 contains mainly red and green colors. Web safe color of #ECD058 is #FFCC66 (or #FC6).

RGB color model

#ECD058 color RGB value is (236,208,88).

RGB: (236,208,88) (93%, 82%, 35%)

RGB channels and saturation

R 236 of 255 = 93%
G 208 of 255 = 82%
B 88 of 255 = 35%

236
208
88

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

Portions of RGB colors in percentages

R + G + B = 236 + 208 + 88 = 532 (100%)
R 236 of 532 ~ 44.36%
G 208 of 532 ~ 39.1%
B 88 of 532 ~ 16.54'%

%44.36
%39.1
%16.54

CMYK color model

#ECD058 color CMYK value is (0,12,63,7).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 62.71%
  • key color value is 7.45%

CMYK: (0,12,63,7)
C0M12Y63K7 (0%, 12%, 63%, 7%)
(0.00 / 0.12 / 0.63 / 0.07)

CMYK percentages

%0
%11.86
%62.71
%7.45

Codes

Color #ECD058 in popluar color models

EC D0 58
RGB 236 208 88
HSL 49° 79.57% 63.53%
HSB/HSV 49° 62.71% 92.55%
CMYK 0.00% 11.86% 62.71%
7.45%

Color #ECD058 in popluar number systems.

HEX EC D0 58
Decimal 236 208 88
Binary 11101100 11010000 1011000
Octal 354 320 130

Shades and tints

Shades of #ECD058

#ECD058
(236,208,88)
#D7BE50
(215,190,80)
#C2AC48
(194,172,72)
#AD9A40
(173,154,64)
#988838
(152,136,56)
#837630
(131,118,48)
#6E6428
(110,100,40)
#595220
(89,82,32)
#444018
(68,64,24)
#2F2E10
(47,46,16)
#1A1C08
(26,28,8)
#000000
(0,0,0)

Tints of #ECD058

#ECD058
(236,208,88)
#EDD467
(237,212,103)
#EED876
(238,216,118)
#EFDC85
(239,220,133)
#F0E094
(240,224,148)
#F1E4A3
(241,228,163)
#F2E8B2
(242,232,178)
#F3ECC1
(243,236,193)
#F4F0D0
(244,240,208)
#F5F4DF
(245,244,223)
#F6F8EE
(246,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD058 color. Also use rgb(236,208,88) instead hex code.

Text Font Color

.myTextColor { color: #ECD058; }

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

This text font color is #ECD058.

Background Color

.myBgColor { background-color: #ECD058; }

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

This div background color is #ECD058.

Border color

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

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

This div border color is #ECD058.

Opacity

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

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

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

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

This text has shadow with #ECD058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD058.

Preview

Color preview on black background

This text has color #ECD058 on black background.


Color preview on white background

This text has color #ECD058 on white background.


Black color preview on #ECD058 background

This text has black color on #ECD058 background.


White color preview on #ECD058 background

This text has white color on #ECD058 background.


Related colors

Complementary color

Complementary color for #hex is #132FA7.


I love getcolorcode.com

Triadic colors

1 #58ECD0 and #D058EC with #ECD058 are triadic colors.

2 #58D0EC and #D0EC58 with #ECD058 are triadic colors.