COLOR #EDCB53

HEX: #EDCB53 RGB: (237,203,83)

Color info

#EDCB53 contains mainly red and green colors. Web safe color of #EDCB53 is #FFCC66 (or #FC6).

RGB color model

#EDCB53 color RGB value is (237,203,83).

RGB: (237,203,83) (93%, 80%, 33%)

RGB channels and saturation

R 237 of 255 = 93%
G 203 of 255 = 80%
B 83 of 255 = 33%

237
203
83

R + G + B ~ 69%. #EDCB53 is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 203 + 83 = 523 (100%)
R 237 of 523 ~ 45.32%
G 203 of 523 ~ 38.81%
B 83 of 523 ~ 15.87'%

%45.32
%38.81
%15.87

CMYK color model

#EDCB53 color CMYK value is (0,14,65,7).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 64.98%
  • key color value is 7.06%
CMYK: (0,14,65,7) C0M14Y65K7 (0%,14%,65%,7%) (0.00/0.14/0.65/0.07) 

CMYK percentages

%0
%14.35
%64.98
%7.06

Codes

Color #EDCB53 in popluar color models

ED CB 53
RGB 237 203 83
HSL 47° 81.05% 62.75%
HSB/HSV 47° 64.98% 92.94%
CMYK 0.00% 14.35% 64.98%
7.06%

Color #EDCB53 in popluar number systems.

HEX ED CB 53
Decimal 237 203 83
Binary 11101101 11001011 1010011
Octal 355 313 123

Shades and tints

Shades of #EDCB53

#EDCB53
(237,203,83)
#D8B94C
(216,185,76)
#C3A745
(195,167,69)
#AE953E
(174,149,62)
#998337
(153,131,55)
#847130
(132,113,48)
#6F5F29
(111,95,41)
#5A4D22
(90,77,34)
#453B1B
(69,59,27)
#302914
(48,41,20)
#1B170D
(27,23,13)
#000000
(0,0,0)

Tints of #EDCB53

#EDCB53
(237,203,83)
#EECF62
(238,207,98)
#EFD371
(239,211,113)
#F0D780
(240,215,128)
#F1DB8F
(241,219,143)
#F2DF9E
(242,223,158)
#F3E3AD
(243,227,173)
#F4E7BC
(244,231,188)
#F5EBCB
(245,235,203)
#F6EFDA
(246,239,218)
#F7F3E9
(247,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCB53; }

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

This text font color is #EDCB53.

Background Color

.myBgColor { background-color: #EDCB53; }

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

This div background color is #EDCB53.

Border color

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

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

This div border color is #EDCB53.

Opacity

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

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

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

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

This text has shadow with #EDCB53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCB53.

Preview

Color preview on black background

This text has color #EDCB53 on black background.


Color preview on white background

This text has color #EDCB53 on white background.


Black color preview on #EDCB53 background

This text has black color on #EDCB53 background.


White color preview on #EDCB53 background

This text has white color on #EDCB53 background.


Related colors

Complementary color

Complementary color for #hex is #1234AC.


I love getcolorcode.com

Triadic colors

1 #53EDCB and #CB53ED with #EDCB53 are triadic colors.

2 #53CBED and #CBED53 with #EDCB53 are triadic colors.