COLOR #ECD31B

HEX: #ECD31B RGB: (236,211,27)

Color info

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

RGB color model

#ECD31B color RGB value is (236,211,27).

RGB: (236,211,27) (93%, 83%, 11%)

RGB channels and saturation

R 236 of 255 = 93%
G 211 of 255 = 83%
B 27 of 255 = 11%

236
211
27

R + G + B ~ 62%. #ECD31B is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 211 + 27 = 474 (100%)
R 236 of 474 ~ 49.79%
G 211 of 474 ~ 44.51%
B 27 of 474 ~ 5.7'%

%49.79
%44.51

CMYK color model

#ECD31B color CMYK value is (0,11,89,7).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 88.56%
  • key color value is 7.45%

CMYK: (0,11,89,7)
C0M11Y89K7 (0%, 11%, 89%, 7%)
(0.00 / 0.11 / 0.89 / 0.07)

CMYK percentages

%0
%10.59
%88.56
%7.45

Codes

Color #ECD31B in popluar color models

EC D3 1B
RGB 236 211 27
HSL 53° 84.62% 51.57%
HSB/HSV 53° 88.56% 92.55%
CMYK 0.00% 10.59% 88.56%
7.45%

Color #ECD31B in popluar number systems.

HEX EC D3 1B
Decimal 236 211 27
Binary 11101100 11010011 11011
Octal 354 323 33

Shades and tints

Shades of #ECD31B

#ECD31B
(236,211,27)
#D7C019
(215,192,25)
#C2AD17
(194,173,23)
#AD9A15
(173,154,21)
#988713
(152,135,19)
#837411
(131,116,17)
#6E610F
(110,97,15)
#594E0D
(89,78,13)
#443B0B
(68,59,11)
#2F2809
(47,40,9)
#1A1507
(26,21,7)
#000000
(0,0,0)

Tints of #ECD31B

#ECD31B
(236,211,27)
#EDD72F
(237,215,47)
#EEDB43
(238,219,67)
#EFDF57
(239,223,87)
#F0E36B
(240,227,107)
#F1E77F
(241,231,127)
#F2EB93
(242,235,147)
#F3EFA7
(243,239,167)
#F4F3BB
(244,243,187)
#F5F7CF
(245,247,207)
#F6FBE3
(246,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD31B color. Also use rgb(236,211,27) instead hex code.

Text Font Color

.myTextColor { color: #ECD31B; }

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

This text font color is #ECD31B.

Background Color

.myBgColor { background-color: #ECD31B; }

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

This div background color is #ECD31B.

Border color

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

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

This div border color is #ECD31B.

Opacity

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

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

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

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

This text has shadow with #ECD31B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD31B.

Preview

Color preview on black background

This text has color #ECD31B on black background.


Color preview on white background

This text has color #ECD31B on white background.


Black color preview on #ECD31B background

This text has black color on #ECD31B background.


White color preview on #ECD31B background

This text has white color on #ECD31B background.


Related colors

Complementary color

Complementary color for #hex is #132CE4.


I love getcolorcode.com

Triadic colors

1 #1BECD3 and #D31BEC with #ECD31B are triadic colors.

2 #1BD3EC and #D3EC1B with #ECD31B are triadic colors.