COLOR #EDAF26

HEX: #EDAF26
RGB: (237,175,38)

Color info

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

RGB color model

#EDAF26 color RGB value is (237,175,38).

  • red value is 237;
  • green value is 175;
  • blue value is 38.
RGB:
(237,175,38)
(93%,69%,15%)

RGB channels and saturation

R 237 of 255 = 93%
G 175 of 255 = 69%
B 38 of 255 = 15%

237
175
38

R + G + B ~ 59%. #EDAF26 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
237 + 175 + 38 = 450 (100%)
R 237 of 450 ~ 52.67%
G 175 of 450 ~ 38.89%
B 38 of 450 ~ 8.44%

%52.67
%38.89

CMYK color model

#EDAF26 color CMYK value is (0,26,84,7).

  • cyan value is 0.00%
  • magenta value is 26.16%
  • yellow value is 83.97%
  • key color value is 7.06%
CMYK:
(0,26,84,7)
C0M26Y84K7 
(0%,26%,84%,7%)
(0.00/0.26/0.84/0.07)	

CMYK percentages

%0
%26.16
%83.97
%7.06

Codes

Color #EDAF26 in popluar color models

EDAF26
RGB23717538
HSL41°84.68%53.92%
HSB/HSV41°83.97%92.94%
CMYK0.00%26.16%83.97%
7.06%

Color #EDAF26 in popluar number systems.

HEXEDAF26
Decimal23717538
Binary1110110110101111100110
Octal35525746

Shades and tints

Shades of #EDAF26

#EDAF26
(237,175,38)
#D8A023
(216,160,35)
#C39120
(195,145,32)
#AE821D
(174,130,29)
#99731A
(153,115,26)
#846417
(132,100,23)
#6F5514
(111,85,20)
#5A4611
(90,70,17)
#45370E
(69,55,14)
#30280B
(48,40,11)
#1B1908
(27,25,8)
#000000
(0,0,0)

Tints of #EDAF26

#EDAF26
(237,175,38)
#EEB639
(238,182,57)
#EFBD4C
(239,189,76)
#F0C45F
(240,196,95)
#F1CB72
(241,203,114)
#F2D285
(242,210,133)
#F3D998
(243,217,152)
#F4E0AB
(244,224,171)
#F5E7BE
(245,231,190)
#F6EED1
(246,238,209)
#F7F5E4
(247,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAF26 color. Also use rgb(237,175,38) instead hex code.

Text Font Color

.myTextColor { color: #EDAF26; }

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

This text font color is #EDAF26.


Background Color

.myBgColor { background-color: #EDAF26; }

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

This div background color is #EDAF26.


Border color

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

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

This div border color is #EDAF26.


Opacity

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

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

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

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

This text has shadow with #EDAF26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAF26 on black background.


Color preview on white background

This text has color #EDAF26 on white background.



Black color preview on #EDAF26 background

This text has black color on #EDAF26 background.


White color preview on #EDAF26 background

This text has white color on #EDAF26 background.