COLOR #EAD375

HEX: #EAD375 RGB: (234,211,117)

Color info

#EAD375 contains mainly red and green colors. Web safe color of #EAD375 is #FFCC66 (or #FC6).

RGB color model

#EAD375 color RGB value is (234,211,117).

RGB: (234,211,117) (92%, 83%, 46%)

RGB channels and saturation

R 234 of 255 = 92%
G 211 of 255 = 83%
B 117 of 255 = 46%

234
211
117

R + G + B ~ 74%. #EAD375 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 211 + 117 = 562 (100%)
R 234 of 562 ~ 41.64%
G 211 of 562 ~ 37.54%
B 117 of 562 ~ 20.82'%

%41.64
%37.54
%20.82

CMYK color model

#EAD375 color CMYK value is (0,10,50,8).

  • cyan value is 0.00%
  • magenta value is 9.83%
  • yellow value is 50.00%
  • key color value is 8.24%

CMYK: (0,10,50,8)
C0M10Y50K8 (0%, 10%, 50%, 8%)
(0.00 / 0.10 / 0.50 / 0.08)

CMYK percentages

%0
%9.83
%50
%8.24

Codes

Color #EAD375 in popluar color models

EA D3 75
RGB 234 211 117
HSL 48° 73.58% 68.82%
HSB/HSV 48° 50.00% 91.76%
CMYK 0.00% 9.83% 50.00%
8.24%

Color #EAD375 in popluar number systems.

HEX EA D3 75
Decimal 234 211 117
Binary 11101010 11010011 1110101
Octal 352 323 165

Shades and tints

Shades of #EAD375

#EAD375
(234,211,117)
#D5C06B
(213,192,107)
#C0AD61
(192,173,97)
#AB9A57
(171,154,87)
#96874D
(150,135,77)
#817443
(129,116,67)
#6C6139
(108,97,57)
#574E2F
(87,78,47)
#423B25
(66,59,37)
#2D281B
(45,40,27)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #EAD375

#EAD375
(234,211,117)
#EBD781
(235,215,129)
#ECDB8D
(236,219,141)
#EDDF99
(237,223,153)
#EEE3A5
(238,227,165)
#EFE7B1
(239,231,177)
#F0EBBD
(240,235,189)
#F1EFC9
(241,239,201)
#F2F3D5
(242,243,213)
#F3F7E1
(243,247,225)
#F4FBED
(244,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD375 color. Also use rgb(234,211,117) instead hex code.

Text Font Color

.myTextColor { color: #EAD375; }

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

This text font color is #EAD375.

Background Color

.myBgColor { background-color: #EAD375; }

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

This div background color is #EAD375.

Border color

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

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

This div border color is #EAD375.

Opacity

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

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

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

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

This text has shadow with #EAD375 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD375.

Preview

Color preview on black background

This text has color #EAD375 on black background.


Color preview on white background

This text has color #EAD375 on white background.


Black color preview on #EAD375 background

This text has black color on #EAD375 background.


White color preview on #EAD375 background

This text has white color on #EAD375 background.


Related colors

Complementary color

Complementary color for #hex is #152C8A.


I love getcolorcode.com

Triadic colors

1 #75EAD3 and #D375EA with #EAD375 are triadic colors.

2 #75D3EA and #D3EA75 with #EAD375 are triadic colors.