COLOR #EDBF95

HEX: #EDBF95
RGB: (237,191,149)

Color info

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

RGB color model

#EDBF95 color RGB value is (237,191,149).

  • red value is 237;
  • green value is 191;
  • blue value is 149.
RGB:
(237,191,149)
(93%,75%,58%)

RGB channels and saturation

R 237 of 255 = 93%
G 191 of 255 = 75%
B 149 of 255 = 58%

237
191
149

R + G + B ~ 75%. #EDBF95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 191 + 149 = 577 (100%)
R 237 of 577 ~ 41.07%
G 191 of 577 ~ 33.1%
B 149 of 577 ~ 25.82%

%41.07
%33.1
%25.82

CMYK color model

#EDBF95 color CMYK value is (0,19,37,7).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 37.13%
  • key color value is 7.06%
CMYK:
(0,19,37,7)
C0M19Y37K7 
(0%,19%,37%,7%)
(0.00/0.19/0.37/0.07)	

CMYK percentages

%0
%19.41
%37.13
%7.06

Codes

Color #EDBF95 in popluar color models

EDBF95
RGB237191149
HSL29°70.97%75.69%
HSB/HSV29°37.13%92.94%
CMYK0.00%19.41%37.13%
7.06%

Color #EDBF95 in popluar number systems.

HEXEDBF95
Decimal237191149
Binary111011011011111110010101
Octal355277225

Shades and tints

Shades of #EDBF95

#EDBF95
(237,191,149)
#D8AE88
(216,174,136)
#C39D7B
(195,157,123)
#AE8C6E
(174,140,110)
#997B61
(153,123,97)
#846A54
(132,106,84)
#6F5947
(111,89,71)
#5A483A
(90,72,58)
#45372D
(69,55,45)
#302620
(48,38,32)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #EDBF95

#EDBF95
(237,191,149)
#EEC49E
(238,196,158)
#EFC9A7
(239,201,167)
#F0CEB0
(240,206,176)
#F1D3B9
(241,211,185)
#F2D8C2
(242,216,194)
#F3DDCB
(243,221,203)
#F4E2D4
(244,226,212)
#F5E7DD
(245,231,221)
#F6ECE6
(246,236,230)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBF95 color. Also use rgb(237,191,149) instead hex code.

Text Font Color

.myTextColor { color: #EDBF95; }

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

This text font color is #EDBF95.


Background Color

.myBgColor { background-color: #EDBF95; }

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

This div background color is #EDBF95.


Border color

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

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

This div border color is #EDBF95.


Opacity

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

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

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

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

This text has shadow with #EDBF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBF95 on black background.


Color preview on white background

This text has color #EDBF95 on white background.



Black color preview on #EDBF95 background

This text has black color on #EDBF95 background.


White color preview on #EDBF95 background

This text has white color on #EDBF95 background.