COLOR #EDBD02

HEX: #EDBD02
RGB: (237,189,2)

Color info

#EDBD02 contains mainly red and green colors. Web safe color of #EDBD02 is #FFCC00 (or #FC0).

RGB color model

#EDBD02 color RGB value is (237,189,2).

  • red value is 237;
  • green value is 189;
  • blue value is 2.
RGB:
(237,189,2)
(93%,74%,1%)

RGB channels and saturation

R 237 of 255 = 93%
G 189 of 255 = 74%
B 2 of 255 = 1%

237
189
2

R + G + B ~ 56%. #EDBD02 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
237 + 189 + 2 = 428 (100%)
R 237 of 428 ~ 55.37%
G 189 of 428 ~ 44.16%
B 2 of 428 ~ 0.47%

%55.37
%44.16

CMYK color model

#EDBD02 color CMYK value is (0,20,99,7).

  • cyan value is 0.00%
  • magenta value is 20.25%
  • yellow value is 99.16%
  • key color value is 7.06%
CMYK:
(0,20,99,7)
C0M20Y99K7 
(0%,20%,99%,7%)
(0.00/0.20/0.99/0.07)	

CMYK percentages

%0
%20.25
%99.16
%7.06

Codes

Color #EDBD02 in popluar color models

EDBD02
RGB2371892
HSL48°98.33%46.86%
HSB/HSV48°99.16%92.94%
CMYK0.00%20.25%99.16%
7.06%

Color #EDBD02 in popluar number systems.

HEXEDBD02
Decimal2371892
Binary111011011011110110
Octal3552752

Shades and tints

Shades of #EDBD02

#EDBD02
(237,189,2)
#D8AC02
(216,172,2)
#C39B02
(195,155,2)
#AE8A02
(174,138,2)
#997902
(153,121,2)
#846802
(132,104,2)
#6F5702
(111,87,2)
#5A4602
(90,70,2)
#453502
(69,53,2)
#302402
(48,36,2)
#1B1302
(27,19,2)
#000000
(0,0,0)

Tints of #EDBD02

#EDBD02
(237,189,2)
#EEC319
(238,195,25)
#EFC930
(239,201,48)
#F0CF47
(240,207,71)
#F1D55E
(241,213,94)
#F2DB75
(242,219,117)
#F3E18C
(243,225,140)
#F4E7A3
(244,231,163)
#F5EDBA
(245,237,186)
#F6F3D1
(246,243,209)
#F7F9E8
(247,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBD02 color. Also use rgb(237,189,2) instead hex code.

Text Font Color

.myTextColor { color: #EDBD02; }

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

This text font color is #EDBD02.


Background Color

.myBgColor { background-color: #EDBD02; }

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

This div background color is #EDBD02.


Border color

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

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

This div border color is #EDBD02.


Opacity

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

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

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

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

This text has shadow with #EDBD02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBD02 on black background.


Color preview on white background

This text has color #EDBD02 on white background.



Black color preview on #EDBD02 background

This text has black color on #EDBD02 background.


White color preview on #EDBD02 background

This text has white color on #EDBD02 background.