COLOR #EDEBAD

HEX: #EDEBAD RGB: (237,235,173)

Color info

#EDEBAD contains mainly red and green colors. Web safe color of #EDEBAD is #FFFF99 (or #FF9).

RGB color model

#EDEBAD color RGB value is (237,235,173).

RGB: (237,235,173) (93%, 92%, 68%)

RGB channels and saturation

R 237 of 255 = 93%
G 235 of 255 = 92%
B 173 of 255 = 68%

237
235
173

R + G + B ~ 84%. #EDEBAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 237 + 235 + 173 = 645 (100%)
R 237 of 645 ~ 36.74%
G 235 of 645 ~ 36.43%
B 173 of 645 ~ 26.82'%

%36.74
%36.43
%26.82

CMYK color model

#EDEBAD color CMYK value is (0,1,27,7).

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 27.00%
  • key color value is 7.06%
CMYK: (0,1,27,7) C0M1Y27K7 (0%,1%,27%,7%) (0.00/0.01/0.27/0.07) 

CMYK percentages

%0
%0.84
%27
%7.06

Codes

Color #EDEBAD in popluar color models

ED EB AD
RGB 237 235 173
HSL 58° 64.00% 80.39%
HSB/HSV 58° 27.00% 92.94%
CMYK 0.00% 0.84% 27.00%
7.06%

Color #EDEBAD in popluar number systems.

HEX ED EB AD
Decimal 237 235 173
Binary 11101101 11101011 10101101
Octal 355 353 255

Shades and tints

Shades of #EDEBAD

#EDEBAD
(237,235,173)
#D8D69E
(216,214,158)
#C3C18F
(195,193,143)
#AEAC80
(174,172,128)
#999771
(153,151,113)
#848262
(132,130,98)
#6F6D53
(111,109,83)
#5A5844
(90,88,68)
#454335
(69,67,53)
#302E26
(48,46,38)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #EDEBAD

#EDEBAD
(237,235,173)
#EEECB4
(238,236,180)
#EFEDBB
(239,237,187)
#F0EEC2
(240,238,194)
#F1EFC9
(241,239,201)
#F2F0D0
(242,240,208)
#F3F1D7
(243,241,215)
#F4F2DE
(244,242,222)
#F5F3E5
(245,243,229)
#F6F4EC
(246,244,236)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDEBAD color. Also use rgb(237,235,173) instead hex code.

Text Font Color

.myTextColor { color: #EDEBAD; }

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

This text font color is #EDEBAD.

Background Color

.myBgColor { background-color: #EDEBAD; }

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

This div background color is #EDEBAD.

Border color

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

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

This div border color is #EDEBAD.

Opacity

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

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

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

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

This text has shadow with #EDEBAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDEBAD.

Preview

Color preview on black background

This text has color #EDEBAD on black background.


Color preview on white background

This text has color #EDEBAD on white background.


Black color preview on #EDEBAD background

This text has black color on #EDEBAD background.


White color preview on #EDEBAD background

This text has white color on #EDEBAD background.


Related colors

Complementary color

Complementary color for #hex is #121452.


I love getcolorcode.com

Triadic colors

1 #ADEDEB and #EBADED with #EDEBAD are triadic colors.

2 #ADEBED and #EBEDAD with #EDEBAD are triadic colors.