COLOR #EDE753

HEX: #EDE753
RGB: (237,231,83)

Color info

#EDE753 contains mainly red and green colors. Web safe color of #EDE753 is #FFFF66 (or #FF6).

RGB color model

#EDE753 color RGB value is (237,231,83).

  • red value is 237;
  • green value is 231;
  • blue value is 83.
RGB:
(237,231,83)
(93%,91%,33%)

RGB channels and saturation

R 237 of 255 = 93%
G 231 of 255 = 91%
B 83 of 255 = 33%

237
231
83

R + G + B ~ 72%. #EDE753 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 231 + 83 = 551 (100%)
R 237 of 551 ~ 43.01%
G 231 of 551 ~ 41.92%
B 83 of 551 ~ 15.06%

%43.01
%41.92
%15.06

CMYK color model

#EDE753 color CMYK value is (0,3,65,7).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 64.98%
  • key color value is 7.06%
CMYK:
(0,3,65,7)
C0M3Y65K7 
(0%,3%,65%,7%)
(0.00/0.03/0.65/0.07)	

CMYK percentages

%0
%2.53
%64.98
%7.06

Codes

Color #EDE753 in popluar color models

EDE753
RGB23723183
HSL58°81.05%62.75%
HSB/HSV58°64.98%92.94%
CMYK0.00%2.53%64.98%
7.06%

Color #EDE753 in popluar number systems.

HEXEDE753
Decimal23723183
Binary11101101111001111010011
Octal355347123

Shades and tints

Shades of #EDE753

#EDE753
(237,231,83)
#D8D24C
(216,210,76)
#C3BD45
(195,189,69)
#AEA83E
(174,168,62)
#999337
(153,147,55)
#847E30
(132,126,48)
#6F6929
(111,105,41)
#5A5422
(90,84,34)
#453F1B
(69,63,27)
#302A14
(48,42,20)
#1B150D
(27,21,13)
#000000
(0,0,0)

Tints of #EDE753

#EDE753
(237,231,83)
#EEE962
(238,233,98)
#EFEB71
(239,235,113)
#F0ED80
(240,237,128)
#F1EF8F
(241,239,143)
#F2F19E
(242,241,158)
#F3F3AD
(243,243,173)
#F4F5BC
(244,245,188)
#F5F7CB
(245,247,203)
#F6F9DA
(246,249,218)
#F7FBE9
(247,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDE753 color. Also use rgb(237,231,83) instead hex code.

Text Font Color

.myTextColor { color: #EDE753; }

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

This text font color is #EDE753.


Background Color

.myBgColor { background-color: #EDE753; }

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

This div background color is #EDE753.


Border color

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

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

This div border color is #EDE753.


Opacity

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

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

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

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

This text has shadow with #EDE753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE753 on black background.


Color preview on white background

This text has color #EDE753 on white background.



Black color preview on #EDE753 background

This text has black color on #EDE753 background.


White color preview on #EDE753 background

This text has white color on #EDE753 background.