COLOR #EBDC98

HEX: #EBDC98 RGB: (235,220,152)

Color info

#EBDC98 contains mainly red and green colors. Web safe color of #EBDC98 is #FFCC99 (or #FC9).

RGB color model

#EBDC98 color RGB value is (235,220,152).

RGB: (235,220,152) (92%, 86%, 60%)

RGB channels and saturation

R 235 of 255 = 92%
G 220 of 255 = 86%
B 152 of 255 = 60%

235
220
152

R + G + B ~ 79%. #EBDC98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 220 + 152 = 607 (100%)
R 235 of 607 ~ 38.71%
G 220 of 607 ~ 36.24%
B 152 of 607 ~ 25.04'%

%38.71
%36.24
%25.04

CMYK color model

#EBDC98 color CMYK value is (0,6,35,8).

  • cyan value is 0.00%
  • magenta value is 6.38%
  • yellow value is 35.32%
  • key color value is 7.84%

CMYK: (0,6,35,8)
C0M6Y35K8 (0%, 6%, 35%, 8%)
(0.00 / 0.06 / 0.35 / 0.08)

CMYK percentages

%0
%6.38
%35.32
%7.84

Codes

Color #EBDC98 in popluar color models

EB DC 98
RGB 235 220 152
HSL 49° 67.48% 75.88%
HSB/HSV 49° 35.32% 92.16%
CMYK 0.00% 6.38% 35.32%
7.84%

Color #EBDC98 in popluar number systems.

HEX EB DC 98
Decimal 235 220 152
Binary 11101011 11011100 10011000
Octal 353 334 230

Shades and tints

Shades of #EBDC98

#EBDC98
(235,220,152)
#D6C88B
(214,200,139)
#C1B47E
(193,180,126)
#ACA071
(172,160,113)
#978C64
(151,140,100)
#827857
(130,120,87)
#6D644A
(109,100,74)
#58503D
(88,80,61)
#433C30
(67,60,48)
#2E2823
(46,40,35)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #EBDC98

#EBDC98
(235,220,152)
#ECDFA1
(236,223,161)
#EDE2AA
(237,226,170)
#EEE5B3
(238,229,179)
#EFE8BC
(239,232,188)
#F0EBC5
(240,235,197)
#F1EECE
(241,238,206)
#F2F1D7
(242,241,215)
#F3F4E0
(243,244,224)
#F4F7E9
(244,247,233)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDC98 color. Also use rgb(235,220,152) instead hex code.

Text Font Color

.myTextColor { color: #EBDC98; }

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

This text font color is #EBDC98.

Background Color

.myBgColor { background-color: #EBDC98; }

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

This div background color is #EBDC98.

Border color

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

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

This div border color is #EBDC98.

Opacity

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

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

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

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

This text has shadow with #EBDC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDC98.

Preview

Color preview on black background

This text has color #EBDC98 on black background.


Color preview on white background

This text has color #EBDC98 on white background.


Black color preview on #EBDC98 background

This text has black color on #EBDC98 background.


White color preview on #EBDC98 background

This text has white color on #EBDC98 background.


Related colors

Complementary color

Complementary color for #hex is #142367.


I love getcolorcode.com

Triadic colors

1 #98EBDC and #DC98EB with #EBDC98 are triadic colors.

2 #98DCEB and #DCEB98 with #EBDC98 are triadic colors.