COLOR #EBDE64

HEX: #EBDE64 RGB: (235,222,100)

Color info

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

RGB color model

#EBDE64 color RGB value is (235,222,100).

RGB: (235,222,100) (92%, 87%, 39%)

RGB channels and saturation

R 235 of 255 = 92%
G 222 of 255 = 87%
B 100 of 255 = 39%

235
222
100

R + G + B ~ 73%. #EBDE64 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 222 + 100 = 557 (100%)
R 235 of 557 ~ 42.19%
G 222 of 557 ~ 39.86%
B 100 of 557 ~ 17.95'%

%42.19
%39.86
%17.95

CMYK color model

#EBDE64 color CMYK value is (0,6,57,8).

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

CMYK: (0,6,57,8)
C0M6Y57K8 (0%, 6%, 57%, 8%)
(0.00 / 0.06 / 0.57 / 0.08)

CMYK percentages

%0
%5.53
%57.45
%7.84

Codes

Color #EBDE64 in popluar color models

EB DE 64
RGB 235 222 100
HSL 54° 77.14% 65.69%
HSB/HSV 54° 57.45% 92.16%
CMYK 0.00% 5.53% 57.45%
7.84%

Color #EBDE64 in popluar number systems.

HEX EB DE 64
Decimal 235 222 100
Binary 11101011 11011110 1100100
Octal 353 336 144

Shades and tints

Shades of #EBDE64

#EBDE64
(235,222,100)
#D6CA5B
(214,202,91)
#C1B652
(193,182,82)
#ACA249
(172,162,73)
#978E40
(151,142,64)
#827A37
(130,122,55)
#6D662E
(109,102,46)
#585225
(88,82,37)
#433E1C
(67,62,28)
#2E2A13
(46,42,19)
#19160A
(25,22,10)
#000000
(0,0,0)

Tints of #EBDE64

#EBDE64
(235,222,100)
#ECE172
(236,225,114)
#EDE480
(237,228,128)
#EEE78E
(238,231,142)
#EFEA9C
(239,234,156)
#F0EDAA
(240,237,170)
#F1F0B8
(241,240,184)
#F2F3C6
(242,243,198)
#F3F6D4
(243,246,212)
#F4F9E2
(244,249,226)
#F5FCF0
(245,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBDE64; }

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

This text font color is #EBDE64.

Background Color

.myBgColor { background-color: #EBDE64; }

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

This div background color is #EBDE64.

Border color

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

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

This div border color is #EBDE64.

Opacity

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

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

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

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

This text has shadow with #EBDE64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDE64.

Preview

Color preview on black background

This text has color #EBDE64 on black background.


Color preview on white background

This text has color #EBDE64 on white background.


Black color preview on #EBDE64 background

This text has black color on #EBDE64 background.


White color preview on #EBDE64 background

This text has white color on #EBDE64 background.


Related colors

Complementary color

Complementary color for #hex is #14219B.


I love getcolorcode.com

Triadic colors

1 #64EBDE and #DE64EB with #EBDE64 are triadic colors.

2 #64DEEB and #DEEB64 with #EBDE64 are triadic colors.