COLOR #EBD564

HEX: #EBD564 RGB: (235,213,100)

Color info

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

RGB color model

#EBD564 color RGB value is (235,213,100).

RGB: (235,213,100) (92%, 84%, 39%)

RGB channels and saturation

R 235 of 255 = 92%
G 213 of 255 = 84%
B 100 of 255 = 39%

235
213
100

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

Portions of RGB colors in percentages

R + G + B = 235 + 213 + 100 = 548 (100%)
R 235 of 548 ~ 42.88%
G 213 of 548 ~ 38.87%
B 100 of 548 ~ 18.25'%

%42.88
%38.87
%18.25

CMYK color model

#EBD564 color CMYK value is (0,9,57,8).

  • cyan value is 0.00%
  • magenta value is 9.36%
  • yellow value is 57.45%
  • key color value is 7.84%

CMYK: (0,9,57,8)
C0M9Y57K8 (0%, 9%, 57%, 8%)
(0.00 / 0.09 / 0.57 / 0.08)

CMYK percentages

%0
%9.36
%57.45
%7.84

Codes

Color #EBD564 in popluar color models

EB D5 64
RGB 235 213 100
HSL 50° 77.14% 65.69%
HSB/HSV 50° 57.45% 92.16%
CMYK 0.00% 9.36% 57.45%
7.84%

Color #EBD564 in popluar number systems.

HEX EB D5 64
Decimal 235 213 100
Binary 11101011 11010101 1100100
Octal 353 325 144

Shades and tints

Shades of #EBD564

#EBD564
(235,213,100)
#D6C25B
(214,194,91)
#C1AF52
(193,175,82)
#AC9C49
(172,156,73)
#978940
(151,137,64)
#827637
(130,118,55)
#6D632E
(109,99,46)
#585025
(88,80,37)
#433D1C
(67,61,28)
#2E2A13
(46,42,19)
#19170A
(25,23,10)
#000000
(0,0,0)

Tints of #EBD564

#EBD564
(235,213,100)
#ECD872
(236,216,114)
#EDDB80
(237,219,128)
#EEDE8E
(238,222,142)
#EFE19C
(239,225,156)
#F0E4AA
(240,228,170)
#F1E7B8
(241,231,184)
#F2EAC6
(242,234,198)
#F3EDD4
(243,237,212)
#F4F0E2
(244,240,226)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD564 color. Also use rgb(235,213,100) instead hex code.

Text Font Color

.myTextColor { color: #EBD564; }

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

This text font color is #EBD564.

Background Color

.myBgColor { background-color: #EBD564; }

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

This div background color is #EBD564.

Border color

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

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

This div border color is #EBD564.

Opacity

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

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

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

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

This text has shadow with #EBD564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD564.

Preview

Color preview on black background

This text has color #EBD564 on black background.


Color preview on white background

This text has color #EBD564 on white background.


Black color preview on #EBD564 background

This text has black color on #EBD564 background.


White color preview on #EBD564 background

This text has white color on #EBD564 background.


Related colors

Complementary color

Complementary color for #hex is #142A9B.


I love getcolorcode.com

Triadic colors

1 #64EBD5 and #D564EB with #EBD564 are triadic colors.

2 #64D5EB and #D5EB64 with #EBD564 are triadic colors.