COLOR #EDEC1B

HEX: #EDEC1B
RGB: (237,236,27)

Color info

#EDEC1B contains mainly red and green colors. Web safe color of #EDEC1B is #FFFF33 (or #FF3).

RGB color model

#EDEC1B color RGB value is (237,236,27).

  • red value is 237;
  • green value is 236;
  • blue value is 27.
RGB:
(237,236,27)
(93%,93%,11%)

RGB channels and saturation

R 237 of 255 = 93%
G 236 of 255 = 93%
B 27 of 255 = 11%

237
236
27

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

Portions of RGB colors in percentages

R + G + B =
237 + 236 + 27 = 500 (100%)
R 237 of 500 ~ 47.4%
G 236 of 500 ~ 47.2%
B 27 of 500 ~ 5.4%

%47.4
%47.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.42%
  • yellow value is 88.61%
  • key color value is 7.06%
CMYK:
(0,0,89,7)
C0M0Y89K7 
(0%,0%,89%,7%)
(0.00/0.00/0.89/0.07)	

CMYK percentages

%0
%0.42
%88.61
%7.06

Codes

Color #EDEC1B in popluar color models

EDEC1B
RGB23723627
HSL60°85.37%51.76%
HSB/HSV60°88.61%92.94%
CMYK0.00%0.42%88.61%
7.06%

Color #EDEC1B in popluar number systems.

HEXEDEC1B
Decimal23723627
Binary111011011110110011011
Octal35535433

Shades and tints

Shades of #EDEC1B

#EDEC1B
(237,236,27)
#D8D719
(216,215,25)
#C3C217
(195,194,23)
#AEAD15
(174,173,21)
#999813
(153,152,19)
#848311
(132,131,17)
#6F6E0F
(111,110,15)
#5A590D
(90,89,13)
#45440B
(69,68,11)
#302F09
(48,47,9)
#1B1A07
(27,26,7)
#000000
(0,0,0)

Tints of #EDEC1B

#EDEC1B
(237,236,27)
#EEED2F
(238,237,47)
#EFEE43
(239,238,67)
#F0EF57
(240,239,87)
#F1F06B
(241,240,107)
#F2F17F
(242,241,127)
#F3F293
(243,242,147)
#F4F3A7
(244,243,167)
#F5F4BB
(245,244,187)
#F6F5CF
(246,245,207)
#F7F6E3
(247,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEC1B; }

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

This text font color is #EDEC1B.


Background Color

.myBgColor { background-color: #EDEC1B; }

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

This div background color is #EDEC1B.


Border color

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

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

This div border color is #EDEC1B.


Opacity

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

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

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

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

This text has shadow with #EDEC1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEC1B on black background.


Color preview on white background

This text has color #EDEC1B on white background.



Black color preview on #EDEC1B background

This text has black color on #EDEC1B background.


White color preview on #EDEC1B background

This text has white color on #EDEC1B background.