COLOR #EDBE32

HEX: #EDBE32
RGB: (237,190,50)

Color info

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

RGB color model

#EDBE32 color RGB value is (237,190,50).

  • red value is 237;
  • green value is 190;
  • blue value is 50.
RGB:
(237,190,50)
(93%,75%,20%)

RGB channels and saturation

R 237 of 255 = 93%
G 190 of 255 = 75%
B 50 of 255 = 20%

237
190
50

R + G + B ~ 63%. #EDBE32 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 190 + 50 = 477 (100%)
R 237 of 477 ~ 49.69%
G 190 of 477 ~ 39.83%
B 50 of 477 ~ 10.48%

%49.69
%39.83
%10.48

CMYK color model

#EDBE32 color CMYK value is (0,20,79,7).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 78.90%
  • key color value is 7.06%
CMYK:
(0,20,79,7)
C0M20Y79K7 
(0%,20%,79%,7%)
(0.00/0.20/0.79/0.07)	

CMYK percentages

%0
%19.83
%78.9
%7.06

Codes

Color #EDBE32 in popluar color models

EDBE32
RGB23719050
HSL45°83.86%56.27%
HSB/HSV45°78.90%92.94%
CMYK0.00%19.83%78.90%
7.06%

Color #EDBE32 in popluar number systems.

HEXEDBE32
Decimal23719050
Binary1110110110111110110010
Octal35527662

Shades and tints

Shades of #EDBE32

#EDBE32
(237,190,50)
#D8AD2E
(216,173,46)
#C39C2A
(195,156,42)
#AE8B26
(174,139,38)
#997A22
(153,122,34)
#84691E
(132,105,30)
#6F581A
(111,88,26)
#5A4716
(90,71,22)
#453612
(69,54,18)
#30250E
(48,37,14)
#1B140A
(27,20,10)
#000000
(0,0,0)

Tints of #EDBE32

#EDBE32
(237,190,50)
#EEC344
(238,195,68)
#EFC856
(239,200,86)
#F0CD68
(240,205,104)
#F1D27A
(241,210,122)
#F2D78C
(242,215,140)
#F3DC9E
(243,220,158)
#F4E1B0
(244,225,176)
#F5E6C2
(245,230,194)
#F6EBD4
(246,235,212)
#F7F0E6
(247,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBE32 color. Also use rgb(237,190,50) instead hex code.

Text Font Color

.myTextColor { color: #EDBE32; }

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

This text font color is #EDBE32.


Background Color

.myBgColor { background-color: #EDBE32; }

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

This div background color is #EDBE32.


Border color

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

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

This div border color is #EDBE32.


Opacity

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

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

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

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

This text has shadow with #EDBE32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBE32 on black background.


Color preview on white background

This text has color #EDBE32 on white background.



Black color preview on #EDBE32 background

This text has black color on #EDBE32 background.


White color preview on #EDBE32 background

This text has white color on #EDBE32 background.