COLOR #EAB368

HEX: #EAB368 RGB: (234,179,104)

Color info

#EAB368 contains mainly red and green colors. Web safe color of #EAB368 is #FF9966 (or #F96).

RGB color model

#EAB368 color RGB value is (234,179,104).

RGB: (234,179,104) (92%, 70%, 41%)

RGB channels and saturation

R 234 of 255 = 92%
G 179 of 255 = 70%
B 104 of 255 = 41%

234
179
104

R + G + B ~ 68%. #EAB368 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 179 + 104 = 517 (100%)
R 234 of 517 ~ 45.26%
G 179 of 517 ~ 34.62%
B 104 of 517 ~ 20.12'%

%45.26
%34.62
%20.12

CMYK color model

#EAB368 color CMYK value is (0,24,56,8).

  • cyan value is 0.00%
  • magenta value is 23.50%
  • yellow value is 55.56%
  • key color value is 8.24%

CMYK: (0,24,56,8)
C0M24Y56K8 (0%, 24%, 56%, 8%)
(0.00 / 0.24 / 0.56 / 0.08)

CMYK percentages

%0
%23.5
%55.56
%8.24

Codes

Color #EAB368 in popluar color models

EA B3 68
RGB 234 179 104
HSL 35° 75.58% 66.27%
HSB/HSV 35° 55.56% 91.76%
CMYK 0.00% 23.50% 55.56%
8.24%

Color #EAB368 in popluar number systems.

HEX EA B3 68
Decimal 234 179 104
Binary 11101010 10110011 1101000
Octal 352 263 150

Shades and tints

Shades of #EAB368

#EAB368
(234,179,104)
#D5A35F
(213,163,95)
#C09356
(192,147,86)
#AB834D
(171,131,77)
#967344
(150,115,68)
#81633B
(129,99,59)
#6C5332
(108,83,50)
#574329
(87,67,41)
#423320
(66,51,32)
#2D2317
(45,35,23)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #EAB368

#EAB368
(234,179,104)
#EBB975
(235,185,117)
#ECBF82
(236,191,130)
#EDC58F
(237,197,143)
#EECB9C
(238,203,156)
#EFD1A9
(239,209,169)
#F0D7B6
(240,215,182)
#F1DDC3
(241,221,195)
#F2E3D0
(242,227,208)
#F3E9DD
(243,233,221)
#F4EFEA
(244,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAB368 color. Also use rgb(234,179,104) instead hex code.

Text Font Color

.myTextColor { color: #EAB368; }

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

This text font color is #EAB368.

Background Color

.myBgColor { background-color: #EAB368; }

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

This div background color is #EAB368.

Border color

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

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

This div border color is #EAB368.

Opacity

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

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

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

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

This text has shadow with #EAB368 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAB368.

Preview

Color preview on black background

This text has color #EAB368 on black background.


Color preview on white background

This text has color #EAB368 on white background.


Black color preview on #EAB368 background

This text has black color on #EAB368 background.


White color preview on #EAB368 background

This text has white color on #EAB368 background.


Related colors

Complementary color

Complementary color for #hex is #154C97.


I love getcolorcode.com

Triadic colors

1 #68EAB3 and #B368EA with #EAB368 are triadic colors.

2 #68B3EA and #B3EA68 with #EAB368 are triadic colors.