COLOR #EDAB43

HEX: #EDAB43
RGB: (237,171,67)

Color info

#EDAB43 contains mainly red color. Web safe color of #EDAB43 is #FF9933 (or #F93).

RGB color model

#EDAB43 color RGB value is (237,171,67).

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

RGB channels and saturation

R 237 of 255 = 93%
G 171 of 255 = 67%
B 67 of 255 = 26%

237
171
67

R + G + B ~ 62%. #EDAB43 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 171 + 67 = 475 (100%)
R 237 of 475 ~ 49.89%
G 171 of 475 ~ 36%
B 67 of 475 ~ 14.11%

%49.89
%36
%14.11

CMYK color model

#EDAB43 color CMYK value is (0,28,72,7).

  • cyan value is 0.00%
  • magenta value is 27.85%
  • yellow value is 71.73%
  • key color value is 7.06%
CMYK:
(0,28,72,7)
C0M28Y72K7 
(0%,28%,72%,7%)
(0.00/0.28/0.72/0.07)	

CMYK percentages

%0
%27.85
%71.73
%7.06

Codes

Color #EDAB43 in popluar color models

EDAB43
RGB23717167
HSL37°82.52%59.61%
HSB/HSV37°71.73%92.94%
CMYK0.00%27.85%71.73%
7.06%

Color #EDAB43 in popluar number systems.

HEXEDAB43
Decimal23717167
Binary11101101101010111000011
Octal355253103

Shades and tints

Shades of #EDAB43

#EDAB43
(237,171,67)
#D89C3D
(216,156,61)
#C38D37
(195,141,55)
#AE7E31
(174,126,49)
#996F2B
(153,111,43)
#846025
(132,96,37)
#6F511F
(111,81,31)
#5A4219
(90,66,25)
#453313
(69,51,19)
#30240D
(48,36,13)
#1B1507
(27,21,7)
#000000
(0,0,0)

Tints of #EDAB43

#EDAB43
(237,171,67)
#EEB254
(238,178,84)
#EFB965
(239,185,101)
#F0C076
(240,192,118)
#F1C787
(241,199,135)
#F2CE98
(242,206,152)
#F3D5A9
(243,213,169)
#F4DCBA
(244,220,186)
#F5E3CB
(245,227,203)
#F6EADC
(246,234,220)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDAB43; }

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

This text font color is #EDAB43.


Background Color

.myBgColor { background-color: #EDAB43; }

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

This div background color is #EDAB43.


Border color

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

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

This div border color is #EDAB43.


Opacity

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

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

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

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

This text has shadow with #EDAB43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAB43 on black background.


Color preview on white background

This text has color #EDAB43 on white background.



Black color preview on #EDAB43 background

This text has black color on #EDAB43 background.


White color preview on #EDAB43 background

This text has white color on #EDAB43 background.