COLOR #EDC846

HEX: #EDC846 RGB: (237,200,70)

Color info

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

RGB color model

#EDC846 color RGB value is (237,200,70).

RGB: (237,200,70) (93%, 78%, 27%)

RGB channels and saturation

R 237 of 255 = 93%
G 200 of 255 = 78%
B 70 of 255 = 27%

237
200
70

R + G + B ~ 66%. #EDC846 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 200 + 70 = 507 (100%)
R 237 of 507 ~ 46.75%
G 200 of 507 ~ 39.45%
B 70 of 507 ~ 13.81'%

%46.75
%39.45
%13.81

CMYK color model

#EDC846 color CMYK value is (0,16,70,7).

  • cyan value is 0.00%
  • magenta value is 15.61%
  • yellow value is 70.46%
  • key color value is 7.06%

CMYK: (0,16,70,7)
C0M16Y70K7 (0%, 16%, 70%, 7%)
(0.00 / 0.16 / 0.70 / 0.07)

CMYK percentages

%0
%15.61
%70.46
%7.06

Codes

Color #EDC846 in popluar color models

ED C8 46
RGB 237 200 70
HSL 47° 82.27% 60.20%
HSB/HSV 47° 70.46% 92.94%
CMYK 0.00% 15.61% 70.46%
7.06%

Color #EDC846 in popluar number systems.

HEX ED C8 46
Decimal 237 200 70
Binary 11101101 11001000 1000110
Octal 355 310 106

Shades and tints

Shades of #EDC846

#EDC846
(237,200,70)
#D8B640
(216,182,64)
#C3A43A
(195,164,58)
#AE9234
(174,146,52)
#99802E
(153,128,46)
#846E28
(132,110,40)
#6F5C22
(111,92,34)
#5A4A1C
(90,74,28)
#453816
(69,56,22)
#302610
(48,38,16)
#1B140A
(27,20,10)
#000000
(0,0,0)

Tints of #EDC846

#EDC846
(237,200,70)
#EECD56
(238,205,86)
#EFD266
(239,210,102)
#F0D776
(240,215,118)
#F1DC86
(241,220,134)
#F2E196
(242,225,150)
#F3E6A6
(243,230,166)
#F4EBB6
(244,235,182)
#F5F0C6
(245,240,198)
#F6F5D6
(246,245,214)
#F7FAE6
(247,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC846 color. Also use rgb(237,200,70) instead hex code.

Text Font Color

.myTextColor { color: #EDC846; }

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

This text font color is #EDC846.

Background Color

.myBgColor { background-color: #EDC846; }

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

This div background color is #EDC846.

Border color

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

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

This div border color is #EDC846.

Opacity

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

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

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

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

This text has shadow with #EDC846 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDC846.

Preview

Color preview on black background

This text has color #EDC846 on black background.


Color preview on white background

This text has color #EDC846 on white background.


Black color preview on #EDC846 background

This text has black color on #EDC846 background.


White color preview on #EDC846 background

This text has white color on #EDC846 background.


Related colors

Complementary color

Complementary color for #hex is #1237B9.


I love getcolorcode.com

Triadic colors

1 #46EDC8 and #C846ED with #EDC846 are triadic colors.

2 #46C8ED and #C8ED46 with #EDC846 are triadic colors.