COLOR #EDBF81

HEX: #EDBF81
RGB: (237,191,129)

Color info

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

RGB color model

#EDBF81 color RGB value is (237,191,129).

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

RGB channels and saturation

R 237 of 255 = 93%
G 191 of 255 = 75%
B 129 of 255 = 51%

237
191
129

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

Portions of RGB colors in percentages

R + G + B =
237 + 191 + 129 = 557 (100%)
R 237 of 557 ~ 42.55%
G 191 of 557 ~ 34.29%
B 129 of 557 ~ 23.16%

%42.55
%34.29
%23.16

CMYK color model

#EDBF81 color CMYK value is (0,19,46,7).

  • cyan value is 0.00%
  • magenta value is 19.41%
  • yellow value is 45.57%
  • key color value is 7.06%
CMYK:
(0,19,46,7)
C0M19Y46K7 
(0%,19%,46%,7%)
(0.00/0.19/0.46/0.07)	

CMYK percentages

%0
%19.41
%45.57
%7.06

Codes

Color #EDBF81 in popluar color models

EDBF81
RGB237191129
HSL34°75.00%71.76%
HSB/HSV34°45.57%92.94%
CMYK0.00%19.41%45.57%
7.06%

Color #EDBF81 in popluar number systems.

HEXEDBF81
Decimal237191129
Binary111011011011111110000001
Octal355277201

Shades and tints

Shades of #EDBF81

#EDBF81
(237,191,129)
#D8AE76
(216,174,118)
#C39D6B
(195,157,107)
#AE8C60
(174,140,96)
#997B55
(153,123,85)
#846A4A
(132,106,74)
#6F593F
(111,89,63)
#5A4834
(90,72,52)
#453729
(69,55,41)
#30261E
(48,38,30)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #EDBF81

#EDBF81
(237,191,129)
#EEC48C
(238,196,140)
#EFC997
(239,201,151)
#F0CEA2
(240,206,162)
#F1D3AD
(241,211,173)
#F2D8B8
(242,216,184)
#F3DDC3
(243,221,195)
#F4E2CE
(244,226,206)
#F5E7D9
(245,231,217)
#F6ECE4
(246,236,228)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDBF81; }

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

This text font color is #EDBF81.


Background Color

.myBgColor { background-color: #EDBF81; }

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

This div background color is #EDBF81.


Border color

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

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

This div border color is #EDBF81.


Opacity

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

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

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

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

This text has shadow with #EDBF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDBF81 on black background.


Color preview on white background

This text has color #EDBF81 on white background.



Black color preview on #EDBF81 background

This text has black color on #EDBF81 background.


White color preview on #EDBF81 background

This text has white color on #EDBF81 background.