COLOR #FFEDBE

HEX: #FFEDBE RGB: (255,237,190)

Color info

#FFEDBE contains mainly red and green colors. Web safe color of #FFEDBE is #FFFFCC (or #FFC).

RGB color model

#FFEDBE color RGB value is (255,237,190).

RGB: (255,237,190) (100%, 93%, 75%)

RGB channels and saturation

R 255 of 255 = 100%
G 237 of 255 = 93%
B 190 of 255 = 75%

255
237
190

R + G + B ~ 89%. #FFEDBE is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 237 + 190 = 682 (100%)
R 255 of 682 ~ 37.39%
G 237 of 682 ~ 34.75%
B 190 of 682 ~ 27.86'%

%37.39
%34.75
%27.86

CMYK color model

#FFEDBE color CMYK value is (0,7,25,0).

  • cyan value is 0.00%
  • magenta value is 7.06%
  • yellow value is 25.49%
  • key color value is 0.00%

CMYK: (0,7,25,0)
C0M7Y25K0 (0%, 7%, 25%, 0%)
(0.00 / 0.07 / 0.25 / 0.00)

CMYK percentages

%0
%7.06
%25.49
%0

Codes

Color #FFEDBE in popluar color models

FF ED BE
RGB 255 237 190
HSL 43° 100.00% 87.25%
HSB/HSV 43° 25.49% 100.00%
CMYK 0.00% 7.06% 25.49%
0.00%

Color #FFEDBE in popluar number systems.

HEX FF ED BE
Decimal 255 237 190
Binary 11111111 11101101 10111110
Octal 377 355 276

Shades and tints

Shades of #FFEDBE

#FFEDBE
(255,237,190)
#E8D8AD
(232,216,173)
#D1C39C
(209,195,156)
#BAAE8B
(186,174,139)
#A3997A
(163,153,122)
#8C8469
(140,132,105)
#756F58
(117,111,88)
#5E5A47
(94,90,71)
#474536
(71,69,54)
#303025
(48,48,37)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #FFEDBE

#FFEDBE
(255,237,190)
#FFEEC3
(255,238,195)
#FFEFC8
(255,239,200)
#FFF0CD
(255,240,205)
#FFF1D2
(255,241,210)
#FFF2D7
(255,242,215)
#FFF3DC
(255,243,220)
#FFF4E1
(255,244,225)
#FFF5E6
(255,245,230)
#FFF6EB
(255,246,235)
#FFF7F0
(255,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFEDBE color. Also use rgb(255,237,190) instead hex code.

Text Font Color

.myTextColor { color: #FFEDBE; }

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

This text font color is #FFEDBE.

Background Color

.myBgColor { background-color: #FFEDBE; }

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

This div background color is #FFEDBE.

Border color

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

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

This div border color is #FFEDBE.

Opacity

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

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

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

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

This text has shadow with #FFEDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFEDBE.

Preview

Color preview on black background

This text has color #FFEDBE on black background.


Color preview on white background

This text has color #FFEDBE on white background.


Black color preview on #FFEDBE background

This text has black color on #FFEDBE background.


White color preview on #FFEDBE background

This text has white color on #FFEDBE background.


Related colors

Complementary color

Complementary color for #hex is #001241.


I love getcolorcode.com

Triadic colors

1 #BEFFED and #EDBEFF with #FFEDBE are triadic colors.

2 #BEEDFF and #EDFFBE with #FFEDBE are triadic colors.