COLOR #EDAB58

HEX: #EDAB58
RGB: (237,171,88)

Color info

#EDAB58 contains mainly red color. Web safe color of #EDAB58 is #FF9966 (or #F96).

RGB color model

#EDAB58 color RGB value is (237,171,88).

  • red value is 237;
  • green value is 171;
  • blue value is 88.
RGB:
(237,171,88)
(93%,67%,35%)

RGB channels and saturation

R 237 of 255 = 93%
G 171 of 255 = 67%
B 88 of 255 = 35%

237
171
88

R + G + B ~ 65%. #EDAB58 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 171 + 88 = 496 (100%)
R 237 of 496 ~ 47.78%
G 171 of 496 ~ 34.48%
B 88 of 496 ~ 17.74%

%47.78
%34.48
%17.74

CMYK color model

#EDAB58 color CMYK value is (0,28,63,7).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 62.87%
  • key color value is 7.06%
CMYK:
(0,28,63,7)
C0M28Y63K7 
(0%,28%,63%,7%)
(0.00/0.28/0.63/0.07)	

CMYK percentages

%0
%27.85
%62.87
%7.06

Codes

Color #EDAB58 in popluar color models

EDAB58
RGB23717188
HSL33°80.54%63.73%
HSB/HSV33°62.87%92.94%
CMYK0.00%27.85%62.87%
7.06%

Color #EDAB58 in popluar number systems.

HEXEDAB58
Decimal23717188
Binary11101101101010111011000
Octal355253130

Shades and tints

Shades of #EDAB58

#EDAB58
(237,171,88)
#D89C50
(216,156,80)
#C38D48
(195,141,72)
#AE7E40
(174,126,64)
#996F38
(153,111,56)
#846030
(132,96,48)
#6F5128
(111,81,40)
#5A4220
(90,66,32)
#453318
(69,51,24)
#302410
(48,36,16)
#1B1508
(27,21,8)
#000000
(0,0,0)

Tints of #EDAB58

#EDAB58
(237,171,88)
#EEB267
(238,178,103)
#EFB976
(239,185,118)
#F0C085
(240,192,133)
#F1C794
(241,199,148)
#F2CEA3
(242,206,163)
#F3D5B2
(243,213,178)
#F4DCC1
(244,220,193)
#F5E3D0
(245,227,208)
#F6EADF
(246,234,223)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAB58 color. Also use rgb(237,171,88) instead hex code.

Text Font Color

.myTextColor { color: #EDAB58; }

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

This text font color is #EDAB58.


Background Color

.myBgColor { background-color: #EDAB58; }

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

This div background color is #EDAB58.


Border color

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

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

This div border color is #EDAB58.


Opacity

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

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

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

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

This text has shadow with #EDAB58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAB58 on black background.


Color preview on white background

This text has color #EDAB58 on white background.



Black color preview on #EDAB58 background

This text has black color on #EDAB58 background.


White color preview on #EDAB58 background

This text has white color on #EDAB58 background.